public class CreateClsLogTopicRequest extends AbstractModel
Constructor and Description |
---|
CreateClsLogTopicRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getChannel()
Get 接入渠道,默认值为cdn
|
DomainAreaConfig[] |
getDomainAreaConfigs()
Get 域名区域信息
|
String |
getLogsetId()
Get 日志集ID
|
String |
getTopicName()
Get 日志主题名称
|
void |
setChannel(String Channel)
Set 接入渠道,默认值为cdn
|
void |
setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
Set 域名区域信息
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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
- 接入渠道,默认值为cdnpublic DomainAreaConfig[] getDomainAreaConfigs()
public void setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
DomainAreaConfigs
- 域名区域信息Copyright © 2020. All rights reserved.