public class CLSTopic extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CLSTopic()  | 
CLSTopic(CLSTopic 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 The ID of the Tencent Cloud CLS log set. 
 | 
String | 
getLogSetRegion()
Get The region of the Tencent Cloud CLS log set. 
 | 
String | 
getTopicId()
Get The ID of the Tencent Cloud CLS log topic. 
 | 
void | 
setLogSetId(String LogSetId)
Set The ID of the Tencent Cloud CLS log set. 
 | 
void | 
setLogSetRegion(String LogSetRegion)
Set The region of the Tencent Cloud CLS log set. 
 | 
void | 
setTopicId(String TopicId)
Set The ID of the Tencent Cloud CLS log topic. 
 | 
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, toJsonStringpublic CLSTopic()
public CLSTopic(CLSTopic source)
public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - The ID of the Tencent Cloud CLS log set.public String getTopicId()
public void setTopicId(String TopicId)
TopicId - The ID of the Tencent Cloud CLS log topic.public String getLogSetRegion()
public void setLogSetRegion(String LogSetRegion)
LogSetRegion - The region of the Tencent Cloud CLS log set.Copyright © 2025. All rights reserved.