public class AlipaySecurityProdAmlriskQueryModel extends AlipayObject
Constructor and Description |
---|
AlipaySecurityProdAmlriskQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBusinessAddress()
Gets business address.
|
String |
getEventId()
Gets event id.
|
List<IndividualInfo> |
getIndividualList()
Gets individual list.
|
String |
getLegalName()
Gets legal name.
|
String |
getMerchantId()
Gets merchant id.
|
String |
getOrderId()
Gets order id.
|
String |
getRegisteredAddress()
Gets registered address.
|
String |
getRegistrationNumber()
Gets registration number.
|
void |
setBusinessAddress(String businessAddress)
Sets business address.
|
void |
setEventId(String eventId)
Sets event id.
|
void |
setIndividualList(List<IndividualInfo> individualList)
Sets individual list.
|
void |
setLegalName(String legalName)
Sets legal name.
|
void |
setMerchantId(String merchantId)
Sets merchant id.
|
void |
setOrderId(String orderId)
Sets order id.
|
void |
setRegisteredAddress(String registeredAddress)
Sets registered address.
|
void |
setRegistrationNumber(String registrationNumber)
Sets registration number.
|
public String getBusinessAddress()
public void setBusinessAddress(String businessAddress)
businessAddress
- the business addresspublic String getEventId()
public void setEventId(String eventId)
eventId
- the event idpublic List<IndividualInfo> getIndividualList()
public void setIndividualList(List<IndividualInfo> individualList)
individualList
- the individual listpublic String getLegalName()
public void setLegalName(String legalName)
legalName
- the legal namepublic String getMerchantId()
public void setMerchantId(String merchantId)
merchantId
- the merchant idpublic String getOrderId()
public void setOrderId(String orderId)
orderId
- the order idpublic String getRegisteredAddress()
public void setRegisteredAddress(String registeredAddress)
registeredAddress
- the registered addresspublic String getRegistrationNumber()
public void setRegistrationNumber(String registrationNumber)
registrationNumber
- the registration numberCopyright © 2018. All rights reserved.