public class CLS extends AbstractModel
Constructor and Description |
---|
CLS() |
CLS(CLS 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 |
---|---|
Boolean |
getEnable()
Get 是否启用
|
String |
getLogSet()
Get 日志集
|
String |
getTopic()
Get 日志主题
|
void |
setEnable(Boolean Enable)
Set 是否启用
|
void |
setLogSet(String LogSet)
Set 日志集
|
void |
setTopic(String Topic)
Set 日志主题
|
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 CLS()
public CLS(CLS source)
public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 是否启用public String getLogSet()
public void setLogSet(String LogSet)
LogSet
- 日志集public String getTopic()
public void setTopic(String Topic)
Topic
- 日志主题Copyright © 2022. All rights reserved.