Class NoticeInfoResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sslpod.v20190605.models.NoticeInfoResult
-
public class NoticeInfoResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description NoticeInfoResult()NoticeInfoResult(NoticeInfoResult 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 LonggetId()Get 通知IDLimitInfo[]getLimitInfos()Get 额度信息LonggetNoticeType()Get 通知开关信息;0:关闭;15开启voidsetId(Long Id)Set 通知IDvoidsetLimitInfos(LimitInfo[] LimitInfos)Set 额度信息voidsetNoticeType(Long NoticeType)Set 通知开关信息;0:关闭;15开启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
-
NoticeInfoResult
public NoticeInfoResult()
-
NoticeInfoResult
public NoticeInfoResult(NoticeInfoResult 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
-
getId
public Long getId()
Get 通知ID- Returns:
- Id 通知ID
-
setId
public void setId(Long Id)
Set 通知ID- Parameters:
Id- 通知ID
-
getNoticeType
public Long getNoticeType()
Get 通知开关信息;0:关闭;15开启- Returns:
- NoticeType 通知开关信息;0:关闭;15开启
-
setNoticeType
public void setNoticeType(Long NoticeType)
Set 通知开关信息;0:关闭;15开启- Parameters:
NoticeType- 通知开关信息;0:关闭;15开启
-
getLimitInfos
public LimitInfo[] getLimitInfos()
Get 额度信息- Returns:
- LimitInfos 额度信息
-
setLimitInfos
public void setLimitInfos(LimitInfo[] LimitInfos)
Set 额度信息- Parameters:
LimitInfos- 额度信息
-
-