public class ModifyMessageForwardRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyMessageForwardRequest() |
ModifyMessageForwardRequest(ModifyMessageForwardRequest 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 |
getIntId()
Get 配置ID
|
String |
getMessageType()
Get json数组, 转发类型 1: 告警 2:GPS
|
void |
setIntId(Long IntId)
Set 配置ID
|
void |
setMessageType(String MessageType)
Set json数组, 转发类型 1: 告警 2:GPS
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyMessageForwardRequest()
public ModifyMessageForwardRequest(ModifyMessageForwardRequest source)
public Long getIntId()
public void setIntId(Long IntId)
IntId
- 配置IDpublic String getMessageType()
public void setMessageType(String MessageType)
MessageType
- json数组, 转发类型 1: 告警 2:GPSCopyright © 2024. All rights reserved.