Class ModifyMessageForwardRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ModifyMessageForwardRequest
-
public class ModifyMessageForwardRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetIntId()Get 配置IDStringgetMessageType()Get json数组, 转发类型 1: 告警 2:GPSvoidsetIntId(Long IntId)Set 配置IDvoidsetMessageType(String MessageType)Set json数组, 转发类型 1: 告警 2:GPSvoidtoMap(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
-
ModifyMessageForwardRequest
public ModifyMessageForwardRequest()
-
ModifyMessageForwardRequest
public 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.
-
-
Method Detail
-
getIntId
public Long getIntId()
Get 配置ID- Returns:
- IntId 配置ID
-
setIntId
public void setIntId(Long IntId)
Set 配置ID- Parameters:
IntId- 配置ID
-
getMessageType
public String getMessageType()
Get json数组, 转发类型 1: 告警 2:GPS- Returns:
- MessageType json数组, 转发类型 1: 告警 2:GPS
-
setMessageType
public void setMessageType(String MessageType)
Set json数组, 转发类型 1: 告警 2:GPS- Parameters:
MessageType- json数组, 转发类型 1: 告警 2:GPS
-
-