public class TextOutputComm extends AbstractModel
header, skipSign| Constructor and 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. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TextOutputComm()
public TextOutputComm(TextOutputComm source)
public Long getBUCtrlID()
public void setBUCtrlID(Long BUCtrlID)
BUCtrlID - 接口唯一ID,旁路调用接口返回有该字段,标识唯一接口public Long getSendTime()
public void setSendTime(Long SendTime)
SendTime - 消息发送时间public Long getAppID()
public void setAppID(Long AppID)
AppID - 接入业务的唯一IDpublic Long getUin()
public void setUin(Long Uin)
Uin - 请求字段里的Common.UinCopyright © 2025. All rights reserved.