public class ModifyClientRemarkRequest extends AbstractModel
Constructor and Description |
---|
ModifyClientRemarkRequest() |
ModifyClientRemarkRequest(ModifyClientRemarkRequest 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 |
getClientRemark()
Get 客户备注名称
|
String |
getClientUin()
Get 客户账号ID
|
void |
setClientRemark(String ClientRemark)
Set 客户备注名称
|
void |
setClientUin(String ClientUin)
Set 客户账号ID
|
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 ModifyClientRemarkRequest()
public ModifyClientRemarkRequest(ModifyClientRemarkRequest source)
public String getClientRemark()
public void setClientRemark(String ClientRemark)
ClientRemark
- 客户备注名称public String getClientUin()
public void setClientUin(String ClientUin)
ClientUin
- 客户账号IDCopyright © 2023. All rights reserved.