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