public class CreateClsLogTopicRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateClsLogTopicRequest() | 
| CreateClsLogTopicRequest(CreateClsLogTopicRequest 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 接入渠道,cdn或者ecdn,默认值为cdn | 
| DomainAreaConfig[] | getDomainAreaConfigs()Get 域名区域信息 | 
| Boolean | getInheritDomainTags()Get 是否继承域名标签,默认为false | 
| String | getLogsetId()Get 日志集ID | 
| String | getTopicName()Get 日志主题名称 | 
| void | setChannel(String Channel)Set 接入渠道,cdn或者ecdn,默认值为cdn | 
| void | setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)Set 域名区域信息 | 
| void | setInheritDomainTags(Boolean InheritDomainTags)Set 是否继承域名标签,默认为false | 
| void | setLogsetId(String LogsetId)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 CreateClsLogTopicRequest()
public CreateClsLogTopicRequest(CreateClsLogTopicRequest source)
public String getTopicName()
public void setTopicName(String TopicName)
TopicName - 日志主题名称public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId - 日志集IDpublic String getChannel()
public void setChannel(String Channel)
Channel - 接入渠道,cdn或者ecdn,默认值为cdnpublic DomainAreaConfig[] getDomainAreaConfigs()
public void setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
DomainAreaConfigs - 域名区域信息public Boolean getInheritDomainTags()
public void setInheritDomainTags(Boolean InheritDomainTags)
InheritDomainTags - 是否继承域名标签,默认为falseCopyright © 2025. All rights reserved.