Class TextOutputComm
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cms.v20190321.models.TextOutputComm
-
public class TextOutputComm extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TextOutputComm()TextOutputComm(TextOutputComm 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 LonggetAppID()Get 接入业务的唯一IDLonggetBUCtrlID()Get 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口LonggetSendTime()Get 消息发送时间LonggetUin()Get 请求字段里的Common.UinvoidsetAppID(Long AppID)Set 接入业务的唯一IDvoidsetBUCtrlID(Long BUCtrlID)Set 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口voidsetSendTime(Long SendTime)Set 消息发送时间voidsetUin(Long Uin)Set 请求字段里的Common.UinvoidtoMap(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
-
TextOutputComm
public TextOutputComm()
-
TextOutputComm
public TextOutputComm(TextOutputComm 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
-
getBUCtrlID
public Long getBUCtrlID()
Get 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口- Returns:
- BUCtrlID 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
-
setBUCtrlID
public void setBUCtrlID(Long BUCtrlID)
Set 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口- Parameters:
BUCtrlID- 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
-
getSendTime
public Long getSendTime()
Get 消息发送时间- Returns:
- SendTime 消息发送时间
-
setSendTime
public void setSendTime(Long SendTime)
Set 消息发送时间- Parameters:
SendTime- 消息发送时间
-
getAppID
public Long getAppID()
Get 接入业务的唯一ID- Returns:
- AppID 接入业务的唯一ID
-
setAppID
public void setAppID(Long AppID)
Set 接入业务的唯一ID- Parameters:
AppID- 接入业务的唯一ID
-
getUin
public Long getUin()
Get 请求字段里的Common.Uin- Returns:
- Uin 请求字段里的Common.Uin
-
setUin
public void setUin(Long Uin)
Set 请求字段里的Common.Uin- Parameters:
Uin- 请求字段里的Common.Uin
-
-