Class ModifyClientRemarkRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.partners.v20180321.models.ModifyClientRemarkRequest
-
public class ModifyClientRemarkRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientRemark()Get 客户备注名称StringgetClientUin()Get 客户账号IDvoidsetClientRemark(String ClientRemark)Set 客户备注名称voidsetClientUin(String ClientUin)Set 客户账号IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyClientRemarkRequest
public ModifyClientRemarkRequest()
-
ModifyClientRemarkRequest
public 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.
-
-
Method Detail
-
getClientRemark
public String getClientRemark()
Get 客户备注名称- Returns:
- ClientRemark 客户备注名称
-
setClientRemark
public void setClientRemark(String ClientRemark)
Set 客户备注名称- Parameters:
ClientRemark- 客户备注名称
-
getClientUin
public String getClientUin()
Get 客户账号ID- Returns:
- ClientUin 客户账号ID
-
setClientUin
public void setClientUin(String ClientUin)
Set 客户账号ID- Parameters:
ClientUin- 客户账号ID
-
-