public class AlipayOpenPublicPartnerMenuOperateModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicPartnerMenuOperateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getActionParam()
Gets action param.
|
String |
getActionType()
Gets action type.
|
String |
getAgreementId()
Gets agreement id.
|
String |
getPublicId()
Gets public id.
|
String |
getThirdAccountId()
Gets third account id.
|
String |
getUserId()
Gets user id.
|
void |
setActionParam(String actionParam)
Sets action param.
|
void |
setActionType(String actionType)
Sets action type.
|
void |
setAgreementId(String agreementId)
Sets agreement id.
|
void |
setPublicId(String publicId)
Sets public id.
|
void |
setThirdAccountId(String thirdAccountId)
Sets third account id.
|
void |
setUserId(String userId)
Sets user id.
|
public AlipayOpenPublicPartnerMenuOperateModel()
public String getActionParam()
public void setActionParam(String actionParam)
actionParam
- the action parampublic String getActionType()
public void setActionType(String actionType)
actionType
- the action typepublic String getAgreementId()
public void setAgreementId(String agreementId)
agreementId
- the agreement idpublic String getPublicId()
public void setPublicId(String publicId)
publicId
- the public idpublic String getThirdAccountId()
public void setThirdAccountId(String thirdAccountId)
thirdAccountId
- the third account idpublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.