public class PushMmsContentResp extends AbstractModel
Constructor and Description |
---|
PushMmsContentResp() |
PushMmsContentResp(PushMmsContentResp 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 |
getMessageId()
Get 消息回执id
|
Long |
getReturnCode()
Get 返回码:0-成功 其它-失败
|
String |
getReturnMsg()
Get 返回信息
|
void |
setMessageId(Long MessageId)
Set 消息回执id
|
void |
setReturnCode(Long ReturnCode)
Set 返回码:0-成功 其它-失败
|
void |
setReturnMsg(String ReturnMsg)
Set 返回信息
|
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 PushMmsContentResp()
public PushMmsContentResp(PushMmsContentResp source)
public Long getReturnCode()
public void setReturnCode(Long ReturnCode)
ReturnCode
- 返回码:0-成功 其它-失败public String getReturnMsg()
public void setReturnMsg(String ReturnMsg)
ReturnMsg
- 返回信息public Long getMessageId()
public void setMessageId(Long MessageId)
MessageId
- 消息回执idCopyright © 2022. All rights reserved.