public class LogToCLSConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LogToCLSConfig() | 
| LogToCLSConfig(LogToCLSConfig 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 | 
|---|---|
| String | getLogSetId()Get CLS log set ID. | 
| String | getLogTopicId()Get Log topic ID. | 
| String | getStatus()Get Enabling status of the feature. | 
| void | setLogSetId(String LogSetId)Set CLS log set ID. | 
| void | setLogTopicId(String LogTopicId)Set Log topic ID. | 
| void | setStatus(String Status)Set Enabling status of the feature. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LogToCLSConfig()
public LogToCLSConfig(LogToCLSConfig source)
public String getStatus()
public void setStatus(String Status)
Status - Enabling status of the feature.
Note: The return value may be null, indicating that no valid data can be obtained.public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - CLS log set ID.
Note: The return value may be null, indicating that no valid data can be obtained.public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId - Log topic ID.
Note: The return value may be null, indicating that no valid data can be obtained.Copyright © 2024. All rights reserved.