public class AlipayTradePaygrowthPayabilityQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayTradePaygrowthPayabilityQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBizIdentity()
Gets biz identity.
|
String |
getRealPayAmount()
Gets real pay amount.
|
String |
getRequestFrom()
Gets request from.
|
String |
getUserId()
Gets user id.
|
void |
setBizIdentity(String bizIdentity)
Sets biz identity.
|
void |
setRealPayAmount(String realPayAmount)
Sets real pay amount.
|
void |
setRequestFrom(String requestFrom)
Sets request from.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayTradePaygrowthPayabilityQueryModel()
public String getBizIdentity()
public void setBizIdentity(String bizIdentity)
bizIdentity
- the biz identitypublic String getRealPayAmount()
public void setRealPayAmount(String realPayAmount)
realPayAmount
- the real pay amountpublic String getRequestFrom()
public void setRequestFrom(String requestFrom)
requestFrom
- the request frompublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.