public class ListClsTopicDomainsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListClsTopicDomainsResponse() |
ListClsTopicDomainsResponse(ListClsTopicDomainsResponse 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 |
---|---|
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 value 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 value can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListClsTopicDomainsResponse()
public ListClsTopicDomainsResponse(ListClsTopicDomainsResponse source)
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 value 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 © 2024. All rights reserved.