public class AlipayOpenAppRateDataSyncModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayOpenAppRateDataSyncModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizNo() |
Long |
getControlStatus() |
String |
getInBizAccount() |
String |
getOperType() |
String |
getOutBizAccount() |
String |
getRateId() |
Long |
getScore() |
String |
getShopId() |
String |
getSource() |
String |
getType() |
void |
setBizNo(String bizNo) |
void |
setControlStatus(Long controlStatus) |
void |
setInBizAccount(String inBizAccount) |
void |
setOperType(String operType) |
void |
setOutBizAccount(String outBizAccount) |
void |
setRateId(String rateId) |
void |
setScore(Long score) |
void |
setShopId(String shopId) |
void |
setSource(String source) |
void |
setType(String type) |
public String getBizNo()
public void setBizNo(String bizNo)
public Long getControlStatus()
public void setControlStatus(Long controlStatus)
public String getInBizAccount()
public void setInBizAccount(String inBizAccount)
public String getOperType()
public void setOperType(String operType)
public String getOutBizAccount()
public void setOutBizAccount(String outBizAccount)
public String getRateId()
public void setRateId(String rateId)
public Long getScore()
public void setScore(Long score)
public String getShopId()
public void setShopId(String shopId)
public String getSource()
public void setSource(String source)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.