public class AntMerchantExpandIndirectQueryResponse extends AlipayResponse
Constructor and Description |
---|
AntMerchantExpandIndirectQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<AddressInfo> |
getAddressInfo()
Gets address info.
|
String |
getAliasName()
Gets alias name.
|
List<BankCardInfo> |
getBankcardInfo()
Gets bankcard info.
|
String |
getBusinessLicense()
Gets business license.
|
String |
getBusinessLicenseType()
Gets business license type.
|
String |
getCategoryId()
Gets category id.
|
List<ContactInfo> |
getContactInfo()
Gets contact info.
|
String |
getExternalId()
Gets external id.
|
String |
getIndirectLevel()
Gets indirect level.
|
List<String> |
getLogonId()
Gets logon id.
|
String |
getMcc()
Gets mcc.
|
String |
getMemo()
Gets memo.
|
String |
getName()
Gets name.
|
String |
getOrgPid()
Gets org pid.
|
List<String> |
getPayCodeInfo()
Gets pay code info.
|
String |
getServicePhone()
Gets service phone.
|
String |
getSource()
Gets source.
|
String |
getSubMerchantId()
Gets sub merchant id.
|
void |
setAddressInfo(List<AddressInfo> addressInfo)
Sets address info.
|
void |
setAliasName(String aliasName)
Sets alias name.
|
void |
setBankcardInfo(List<BankCardInfo> bankcardInfo)
Sets bankcard info.
|
void |
setBusinessLicense(String businessLicense)
Sets business license.
|
void |
setBusinessLicenseType(String businessLicenseType)
Sets business license type.
|
void |
setCategoryId(String categoryId)
Sets category id.
|
void |
setContactInfo(List<ContactInfo> contactInfo)
Sets contact info.
|
void |
setExternalId(String externalId)
Sets external id.
|
void |
setIndirectLevel(String indirectLevel)
Sets indirect level.
|
void |
setLogonId(List<String> logonId)
Sets logon id.
|
void |
setMcc(String mcc)
Sets mcc.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setName(String name)
Sets name.
|
void |
setOrgPid(String orgPid)
Sets org pid.
|
void |
setPayCodeInfo(List<String> payCodeInfo)
Sets pay code info.
|
void |
setServicePhone(String servicePhone)
Sets service phone.
|
void |
setSource(String source)
Sets source.
|
void |
setSubMerchantId(String subMerchantId)
Sets sub merchant id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AntMerchantExpandIndirectQueryResponse()
public void setAddressInfo(List<AddressInfo> addressInfo)
addressInfo
- the address infopublic List<AddressInfo> getAddressInfo()
public void setAliasName(String aliasName)
aliasName
- the alias namepublic String getAliasName()
public void setBankcardInfo(List<BankCardInfo> bankcardInfo)
bankcardInfo
- the bankcard infopublic List<BankCardInfo> getBankcardInfo()
public void setBusinessLicense(String businessLicense)
businessLicense
- the business licensepublic String getBusinessLicense()
public void setBusinessLicenseType(String businessLicenseType)
businessLicenseType
- the business license typepublic String getBusinessLicenseType()
public void setCategoryId(String categoryId)
categoryId
- the category idpublic String getCategoryId()
public void setContactInfo(List<ContactInfo> contactInfo)
contactInfo
- the contact infopublic List<ContactInfo> getContactInfo()
public void setExternalId(String externalId)
externalId
- the external idpublic String getExternalId()
public void setIndirectLevel(String indirectLevel)
indirectLevel
- the indirect levelpublic String getIndirectLevel()
public void setLogonId(List<String> logonId)
logonId
- the logon idpublic void setMcc(String mcc)
mcc
- the mccpublic String getMcc()
public void setMemo(String memo)
memo
- the memopublic String getMemo()
public void setName(String name)
name
- the namepublic String getName()
public void setOrgPid(String orgPid)
orgPid
- the org pidpublic String getOrgPid()
public void setPayCodeInfo(List<String> payCodeInfo)
payCodeInfo
- the pay code infopublic void setServicePhone(String servicePhone)
servicePhone
- the service phonepublic String getServicePhone()
public void setSource(String source)
source
- the sourcepublic String getSource()
public void setSubMerchantId(String subMerchantId)
subMerchantId
- the sub merchant idpublic String getSubMerchantId()
Copyright © 2018. All rights reserved.