Class CreateClsLogTopicRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdn.v20180606.models.CreateClsLogTopicRequest
-
public class CreateClsLogTopicRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannel()Get 接入渠道,cdn或者ecdn,默认值为cdnDomainAreaConfig[]getDomainAreaConfigs()Get 域名区域信息StringgetLogsetId()Get 日志集IDStringgetTopicName()Get 日志主题名称voidsetChannel(String Channel)Set 接入渠道,cdn或者ecdn,默认值为cdnvoidsetDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)Set 域名区域信息voidsetLogsetId(String LogsetId)Set 日志集IDvoidsetTopicName(String TopicName)Set 日志主题名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateClsLogTopicRequest
public CreateClsLogTopicRequest()
-
CreateClsLogTopicRequest
public 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.
-
-
Method Detail
-
getTopicName
public String getTopicName()
Get 日志主题名称- Returns:
- TopicName 日志主题名称
-
setTopicName
public void setTopicName(String TopicName)
Set 日志主题名称- Parameters:
TopicName- 日志主题名称
-
getLogsetId
public String getLogsetId()
Get 日志集ID- Returns:
- LogsetId 日志集ID
-
setLogsetId
public void setLogsetId(String LogsetId)
Set 日志集ID- Parameters:
LogsetId- 日志集ID
-
getChannel
public String getChannel()
Get 接入渠道,cdn或者ecdn,默认值为cdn- Returns:
- Channel 接入渠道,cdn或者ecdn,默认值为cdn
-
setChannel
public void setChannel(String Channel)
Set 接入渠道,cdn或者ecdn,默认值为cdn- Parameters:
Channel- 接入渠道,cdn或者ecdn,默认值为cdn
-
getDomainAreaConfigs
public DomainAreaConfig[] getDomainAreaConfigs()
Get 域名区域信息- Returns:
- DomainAreaConfigs 域名区域信息
-
setDomainAreaConfigs
public void setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
Set 域名区域信息- Parameters:
DomainAreaConfigs- 域名区域信息
-
-