public class ClientBaseElem extends AbstractModel
Constructor and Description |
---|
ClientBaseElem() |
ClientBaseElem(ClientBaseElem 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 |
---|---|
Long |
getAgentCooperationMode()
Get 代理商合作模式 0:代理 1:转售
|
String |
getAgentCountry()
Get 代理商国家编码 China:中国 其他:海外,如US等
|
String |
getAgentUin()
Get 代客关联的代理商UIN
|
Long |
getClientRelateType()
Get 代客关联类型 0:代理 1:转售
|
String |
getClientUin()
Get 代客UIN
|
void |
setAgentCooperationMode(Long AgentCooperationMode)
Set 代理商合作模式 0:代理 1:转售
|
void |
setAgentCountry(String AgentCountry)
Set 代理商国家编码 China:中国 其他:海外,如US等
|
void |
setAgentUin(String AgentUin)
Set 代客关联的代理商UIN
|
void |
setClientRelateType(Long ClientRelateType)
Set 代客关联类型 0:代理 1:转售
|
void |
setClientUin(String ClientUin)
Set 代客UIN
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ClientBaseElem()
public ClientBaseElem(ClientBaseElem source)
public String getAgentUin()
public void setAgentUin(String AgentUin)
AgentUin
- 代客关联的代理商UINpublic String getClientUin()
public void setClientUin(String ClientUin)
ClientUin
- 代客UINpublic Long getClientRelateType()
public void setClientRelateType(Long ClientRelateType)
ClientRelateType
- 代客关联类型 0:代理 1:转售public Long getAgentCooperationMode()
public void setAgentCooperationMode(Long AgentCooperationMode)
AgentCooperationMode
- 代理商合作模式 0:代理 1:转售public String getAgentCountry()
public void setAgentCountry(String AgentCountry)
AgentCountry
- 代理商国家编码 China:中国 其他:海外,如US等Copyright © 2021. All rights reserved.