Class TextOutputID
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.TextOutputID
-
public class TextOutputID extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TextOutputID()TextOutputID(TextOutputID 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 StringgetMsgID()Get 接入业务的唯一IDStringgetUin()Get 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段voidsetMsgID(String MsgID)Set 接入业务的唯一IDvoidsetUin(String Uin)Set 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段voidtoMap(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
-
TextOutputID
public TextOutputID()
-
TextOutputID
public TextOutputID(TextOutputID 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
-
getMsgID
public String getMsgID()
Get 接入业务的唯一ID- Returns:
- MsgID 接入业务的唯一ID
-
setMsgID
public void setMsgID(String MsgID)
Set 接入业务的唯一ID- Parameters:
MsgID- 接入业务的唯一ID
-
getUin
public String getUin()
Get 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段- Returns:
- Uin 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段
-
setUin
public void setUin(String Uin)
Set 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段- Parameters:
Uin- 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段
-
-