public class AlipayOpenAgentCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenAgentCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Gets account.
|
ContactModel |
getContactInfo()
Gets contact info.
|
String |
getOrderTicket()
Gets order ticket.
|
void |
setAccount(String account)
Sets account.
|
void |
setContactInfo(ContactModel contactInfo)
Sets contact info.
|
void |
setOrderTicket(String orderTicket)
Sets order ticket.
|
public String getAccount()
public void setAccount(String account)
account
- the accountpublic ContactModel getContactInfo()
public void setContactInfo(ContactModel contactInfo)
contactInfo
- the contact infopublic String getOrderTicket()
public void setOrderTicket(String orderTicket)
orderTicket
- the order ticketCopyright © 2018. All rights reserved.