public class TopicInfo extends AbstractModel
header, skipSign| 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 value can be obtained. 
 | 
String | 
getDeleted()
Get Whether the logset has been removed from CLS
Note: This field may return `null`, indicating that no valid value 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 value can be obtained. 
 | 
void | 
setDeleted(String Deleted)
Set Whether the logset has been removed from CLS
Note: This field may return `null`, indicating that no valid value 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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 value 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 value can be obtained.public String getDeleted()
public void setDeleted(String Deleted)
Deleted - Whether the logset has been removed from CLS
Note: This field may return `null`, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.