public class AddCLSTopicDomainsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddCLSTopicDomainsRequest() | 
| AddCLSTopicDomainsRequest(AddCLSTopicDomainsRequest 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 是否继承域名标签, 默认保留上一次更改的值 | 
| String | getLogsetId()Get 日志集ID | 
| String | getTopicId()Get 日志主题ID | 
| void | setChannel(String Channel)Set 接入渠道,cdn或者ecdn,默认值为cdn | 
| void | setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)Set 域名区域配置 | 
| void | setInheritDomainTags(Boolean InheritDomainTags)Set 是否继承域名标签, 默认保留上一次更改的值 | 
| void | setLogsetId(String LogsetId)Set 日志集ID | 
| void | setTopicId(String TopicId)Set 日志主题ID | 
| 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 AddCLSTopicDomainsRequest()
public AddCLSTopicDomainsRequest(AddCLSTopicDomainsRequest source)
public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId - 日志集IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId - 日志主题IDpublic DomainAreaConfig[] getDomainAreaConfigs()
public void setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
DomainAreaConfigs - 域名区域配置public String getChannel()
public void setChannel(String Channel)
Channel - 接入渠道,cdn或者ecdn,默认值为cdnpublic Boolean getInheritDomainTags()
public void setInheritDomainTags(Boolean InheritDomainTags)
InheritDomainTags - 是否继承域名标签, 默认保留上一次更改的值Copyright © 2025. All rights reserved.