public class PolarisCLSTopicInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PolarisCLSTopicInfo() | 
| PolarisCLSTopicInfo(PolarisCLSTopicInfo 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 日志集ID | 
| String | getLogSetName()Get 日志集名称 | 
| String | getTopicId()Get 日志主题ID | 
| String | getTopicName()Get 日志主题名称 | 
| void | setLogSetId(String LogSetId)Set 日志集ID | 
| void | setLogSetName(String LogSetName)Set 日志集名称 | 
| void | setTopicId(String TopicId)Set 日志主题ID | 
| void | setTopicName(String TopicName)Set 日志主题名称 | 
| 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 PolarisCLSTopicInfo()
public PolarisCLSTopicInfo(PolarisCLSTopicInfo source)
public String getLogSetId()
public void setLogSetId(String LogSetId)
LogSetId - 日志集IDpublic String getLogSetName()
public void setLogSetName(String LogSetName)
LogSetName - 日志集名称public String getTopicId()
public void setTopicId(String TopicId)
TopicId - 日志主题IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - 日志主题名称Copyright © 2025. All rights reserved.