public class TextOutputComm extends AbstractModel
Constructor and Description |
---|
TextOutputComm() |
Modifier and Type | Method and Description |
---|---|
Long |
getAppID()
Get 接入业务的唯一ID
|
Long |
getBUCtrlID()
Get 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
|
Long |
getSendTime()
Get 消息发送时间
|
Long |
getUin()
Get 请求字段里的Common.Uin
|
void |
setAppID(Long AppID)
Set 接入业务的唯一ID
|
void |
setBUCtrlID(Long BUCtrlID)
Set 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口
|
void |
setSendTime(Long SendTime)
Set 消息发送时间
|
void |
setUin(Long Uin)
Set 请求字段里的Common.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 Long getAppID()
public void setAppID(Long AppID)
AppID
- 接入业务的唯一IDpublic Long getBUCtrlID()
public void setBUCtrlID(Long BUCtrlID)
BUCtrlID
- 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口public Long getSendTime()
public void setSendTime(Long SendTime)
SendTime
- 消息发送时间public Long getUin()
public void setUin(Long Uin)
Uin
- 请求字段里的Common.UinCopyright © 2020. All rights reserved.