public class AgencyClientInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AgencyClientInfo() |
AgencyClientInfo(AgencyClientInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAgencyClientGlobalId()
Get 经办人证件号,存在经办人必输
|
String |
getAgencyClientGlobalType()
Get 经办人证件类型,存在经办人必输
|
String |
getAgencyClientMobile()
Get 经办人手机号,存在经办人必输
|
String |
getAgencyClientName()
Get 经办人姓名,存在经办人必输
|
void |
setAgencyClientGlobalId(String AgencyClientGlobalId)
Set 经办人证件号,存在经办人必输
|
void |
setAgencyClientGlobalType(String AgencyClientGlobalType)
Set 经办人证件类型,存在经办人必输
|
void |
setAgencyClientMobile(String AgencyClientMobile)
Set 经办人手机号,存在经办人必输
|
void |
setAgencyClientName(String AgencyClientName)
Set 经办人姓名,存在经办人必输
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AgencyClientInfo()
public AgencyClientInfo(AgencyClientInfo source)
public String getAgencyClientName()
public void setAgencyClientName(String AgencyClientName)
AgencyClientName
- 经办人姓名,存在经办人必输public String getAgencyClientGlobalType()
public void setAgencyClientGlobalType(String AgencyClientGlobalType)
AgencyClientGlobalType
- 经办人证件类型,存在经办人必输public String getAgencyClientGlobalId()
public void setAgencyClientGlobalId(String AgencyClientGlobalId)
AgencyClientGlobalId
- 经办人证件号,存在经办人必输public String getAgencyClientMobile()
public void setAgencyClientMobile(String AgencyClientMobile)
AgencyClientMobile
- 经办人手机号,存在经办人必输Copyright © 2024. All rights reserved.