public class TextOutputID extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getMsgID()
Get 接入业务的唯一ID
|
String |
getUin()
Get 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段
|
void |
setMsgID(String MsgID)
Set 接入业务的唯一ID
|
void |
setUin(String Uin)
Set 用户账号uin,对应请求协议里的Content.User.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 TextOutputID()
public TextOutputID(TextOutputID source)
public String getMsgID()
public void setMsgID(String MsgID)
MsgID
- 接入业务的唯一IDpublic String getUin()
public void setUin(String Uin)
Uin
- 用户账号uin,对应请求协议里的Content.User.Uin。旁路结果有回带,串联结果无该字段Copyright © 2021. All rights reserved.