public class AlipayOpenPublicAccountCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicAccountCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAgreementId()
Gets agreement id.
|
String |
getBindAccountNo()
Gets bind account no.
|
String |
getDisplayName()
Gets display name.
|
String |
getFromUserId()
Gets from user id.
|
String |
getRealName()
Gets real name.
|
String |
getRemark()
Gets remark.
|
void |
setAgreementId(String agreementId)
Sets agreement id.
|
void |
setBindAccountNo(String bindAccountNo)
Sets bind account no.
|
void |
setDisplayName(String displayName)
Sets display name.
|
void |
setFromUserId(String fromUserId)
Sets from user id.
|
void |
setRealName(String realName)
Sets real name.
|
void |
setRemark(String remark)
Sets remark.
|
public String getAgreementId()
public void setAgreementId(String agreementId)
agreementId
- the agreement idpublic String getBindAccountNo()
public void setBindAccountNo(String bindAccountNo)
bindAccountNo
- the bind account nopublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the display namepublic String getFromUserId()
public void setFromUserId(String fromUserId)
fromUserId
- the from user idpublic String getRealName()
public void setRealName(String realName)
realName
- the real namepublic String getRemark()
public void setRemark(String remark)
remark
- the remarkCopyright © 2018. All rights reserved.