public class ListClsTopicDomainsResponse extends AbstractModel
Constructor and Description |
---|
ListClsTopicDomainsResponse() |
Modifier and Type | Method and Description |
---|---|
Long |
getAppId()
Get Developer ID
|
String |
getChannel()
Get Channel
|
DomainAreaConfig[] |
getDomainAreaConfigs()
Get Domain name region configuration, which may contain deleted domain names.
|
String |
getLogsetId()
Get Logset ID
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getTopicId()
Get Log topic ID
|
String |
getTopicName()
Get Log topic name
|
String |
getUpdateTime()
Get Last modified time of log topic
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setAppId(Long AppId)
Set Developer ID
|
void |
setChannel(String Channel)
Set Channel
|
void |
setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
Set Domain name region configuration, which may contain deleted domain names.
|
void |
setLogsetId(String LogsetId)
Set Logset ID
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTopicId(String TopicId)
Set Log topic ID
|
void |
setTopicName(String TopicName)
Set Log topic name
|
void |
setUpdateTime(String UpdateTime)
Set Last modified time of log topic
Note: this field may return null, indicating that no valid values can be obtained.
|
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 Long getAppId()
public void setAppId(Long AppId)
AppId
- Developer IDpublic String getChannel()
public void setChannel(String Channel)
Channel
- Channelpublic String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- Logset IDpublic String getTopicId()
public void setTopicId(String TopicId)
TopicId
- Log topic IDpublic DomainAreaConfig[] getDomainAreaConfigs()
public void setDomainAreaConfigs(DomainAreaConfig[] DomainAreaConfigs)
DomainAreaConfigs
- Domain name region configuration, which may contain deleted domain names. If this is to be used in `ManageClsTopicDomains` API, you need to exclude deleted domain names by using the `ListCdnDomains` API.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- Log topic namepublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Last modified time of log topic
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.