public class TopicInfo extends AbstractModel
| Constructor and Description | 
|---|
| TopicInfo() | 
| TopicInfo(TopicInfo 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 | getChannel()Get Either `cdn` or `ecdn`. | 
| String | getCreateTime()Get Creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getDeleted()Get Whether the log topic has been removed from CLS
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| Long | getEnabled()Get Whether to enable publishing | 
| String | getTopicId()Get Topic ID | 
| String | getTopicName()Get Topic name | 
| void | setChannel(String Channel)Set Either `cdn` or `ecdn`. | 
| void | setCreateTime(String CreateTime)Set Creation time
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setDeleted(String Deleted)Set Whether the log topic has been removed from CLS
Note: this field may return `null`, indicating that no valid values can be obtained. | 
| void | setEnabled(Long Enabled)Set Whether to enable publishing | 
| void | setTopicId(String TopicId)Set Topic ID | 
| void | setTopicName(String TopicName)Set Topic name | 
| 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, toJsonStringpublic TopicInfo()
public TopicInfo(TopicInfo source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId - Topic IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic namepublic Long getEnabled()
public void setEnabled(Long Enabled)
Enabled - Whether to enable publishingpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - Creation time
Note: this field may return null, indicating that no valid values can be obtained.public String getChannel()
public void setChannel(String Channel)
Channel - Either `cdn` or `ecdn`.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getDeleted()
public void setDeleted(String Deleted)
Deleted - Whether the log topic has been removed from CLS
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.