Class CLSNotice
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.CLSNotice
-
public class CLSNotice extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEnable()Get 启停状态,可不传,默认启用。0=停用,1=启用StringgetLogSetId()Get 日志集IdStringgetRegion()Get 地域StringgetTopicId()Get 主题IdvoidsetEnable(Long Enable)Set 启停状态,可不传,默认启用。0=停用,1=启用voidsetLogSetId(String LogSetId)Set 日志集IdvoidsetRegion(String Region)Set 地域voidsetTopicId(String TopicId)Set 主题IdvoidtoMap(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
-
CLSNotice
public CLSNotice()
-
CLSNotice
public CLSNotice(CLSNotice 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
-
getRegion
public String getRegion()
Get 地域- Returns:
- Region 地域
-
setRegion
public void setRegion(String Region)
Set 地域- Parameters:
Region- 地域
-
getLogSetId
public String getLogSetId()
Get 日志集Id- Returns:
- LogSetId 日志集Id
-
setLogSetId
public void setLogSetId(String LogSetId)
Set 日志集Id- Parameters:
LogSetId- 日志集Id
-
getTopicId
public String getTopicId()
Get 主题Id- Returns:
- TopicId 主题Id
-
setTopicId
public void setTopicId(String TopicId)
Set 主题Id- Parameters:
TopicId- 主题Id
-
getEnable
public Long getEnable()
Get 启停状态,可不传,默认启用。0=停用,1=启用- Returns:
- Enable 启停状态,可不传,默认启用。0=停用,1=启用
-
setEnable
public void setEnable(Long Enable)
Set 启停状态,可不传,默认启用。0=停用,1=启用- Parameters:
Enable- 启停状态,可不传,默认启用。0=停用,1=启用
-
-