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 Connection channel.
|
DomainAreaConfig[] |
getDomainAreaConfigs()
Get Domain name region information
|
String |
getLogsetId()
Get Logset ID
|
String |
getTopicName()
Get Log topic name
|
void |
setChannel(String Channel)
Set Connection channel.
|
void |
setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
Set Domain name region information
|
void |
setLogsetId(String LogsetId)
Set Logset ID
|
void |
setTopicName(String TopicName)
Set Log topic name
|
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
- Log topic namepublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset IDpublic String getChannel()
public void setChannel(String Channel)
Channel
- Connection channel. Default value: cdnpublic DomainAreaConfig[] getDomainAreaConfigs()
public void setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
DomainAreaConfigs
- Domain name region informationCopyright © 2021. All rights reserved.