Class PushMmsContentResp
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.PushMmsContentResp
-
public class PushMmsContentResp extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMessageId()Get 消息回执idLonggetReturnCode()Get 返回码:0-成功 其它-失败StringgetReturnMsg()Get 返回信息voidsetMessageId(Long MessageId)Set 消息回执idvoidsetReturnCode(Long ReturnCode)Set 返回码:0-成功 其它-失败voidsetReturnMsg(String ReturnMsg)Set 返回信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PushMmsContentResp
public PushMmsContentResp()
-
PushMmsContentResp
public 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.
-
-
Method Detail
-
getReturnCode
public Long getReturnCode()
Get 返回码:0-成功 其它-失败- Returns:
- ReturnCode 返回码:0-成功 其它-失败
-
setReturnCode
public void setReturnCode(Long ReturnCode)
Set 返回码:0-成功 其它-失败- Parameters:
ReturnCode- 返回码:0-成功 其它-失败
-
getReturnMsg
public String getReturnMsg()
Get 返回信息- Returns:
- ReturnMsg 返回信息
-
setReturnMsg
public void setReturnMsg(String ReturnMsg)
Set 返回信息- Parameters:
ReturnMsg- 返回信息
-
getMessageId
public Long getMessageId()
Get 消息回执id- Returns:
- MessageId 消息回执id
-
setMessageId
public void setMessageId(Long MessageId)
Set 消息回执id- Parameters:
MessageId- 消息回执id
-
-