public class CreateClsLogTopicRequest extends AbstractModel
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 域名区域信息
|
String |
getLogsetId()
Get 日志集ID
|
String |
getTopicName()
Get 日志主题名称
|
void |
setChannel(String Channel)
Set 接入渠道,cdn或者ecdn,默认值为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 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
- 域名区域信息Copyright © 2022. All rights reserved.