public class CLSNotice extends AbstractModel
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 Status.
|
String |
getLogSetId()
Get Logset ID.
|
String |
getRegion()
Get Region.
|
String |
getTopicId()
Get Topic ID.
|
void |
setEnable(Long Enable)
Set Status.
|
void |
setLogSetId(String LogSetId)
Set Logset ID.
|
void |
setRegion(String Region)
Set Region.
|
void |
setTopicId(String TopicId)
Set Topic ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CLSNotice()
public CLSNotice(CLSNotice source)
public String getRegion()
public void setRegion(String Region)
Region
- Region.public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId
- Logset ID.public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Topic ID.public Long getEnable()
public void setEnable(Long Enable)
Enable
- Status. Valid values: `0` (disabled), `1` (enabled). Default value: `1` (enabled). This parameter can be left empty.Copyright © 2023. All rights reserved.