public class CLSNotice extends AbstractModel
header, skipSign
Constructor and Description |
---|
CLSNotice() |
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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEnable()
Get 启停状态,可不传,默认启用。0=停用,1=启用
|
String |
getLogSetId()
Get 日志集Id
|
String |
getRegion()
Get 地域
|
String |
getTopicId()
Get 主题Id
|
void |
setEnable(Long Enable)
Set 启停状态,可不传,默认启用。0=停用,1=启用
|
void |
setLogSetId(String LogSetId)
Set 日志集Id
|
void |
setRegion(String Region)
Set 地域
|
void |
setTopicId(String TopicId)
Set 主题Id
|
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 CLSNotice()
public CLSNotice(CLSNotice source)
public String getRegion()
public void setRegion(String Region)
Region
- 地域public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId
- 日志集Idpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 主题Idpublic Long getEnable()
public void setEnable(Long Enable)
Enable
- 启停状态,可不传,默认启用。0=停用,1=启用Copyright © 2024. All rights reserved.