public class CustomMsgContent extends AbstractModel
header, skipSign
Constructor and Description |
---|
CustomMsgContent() |
CustomMsgContent(CustomMsgContent 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 |
getData()
Get Custom message data.
|
String |
getDesc()
Get Customize the message description information.
|
String |
getExt()
Get Extended Fields
|
void |
setData(String Data)
Set Custom message data.
|
void |
setDesc(String Desc)
Set Customize the message description information.
|
void |
setExt(String Ext)
Set Extended Fields
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CustomMsgContent()
public CustomMsgContent(CustomMsgContent source)
public String getData()
public void setData(String Data)
Data
- Custom message data.public String getDesc()
public void setDesc(String Desc)
Desc
- Customize the message description information.public String getExt()
public void setExt(String Ext)
Ext
- Extended FieldsCopyright © 2024. All rights reserved.