public class DescribeCDNDomainsRequest extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DescribeCDNDomainsRequest() |
DescribeCDNDomainsRequest(DescribeCDNDomainsRequest 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[] |
getDomains()
Get List of domain.
|
Long |
getLimit()
Get The maximum number of returned results for pagination fetching.
|
Long |
getOffset()
Get The starting offset of paged pull.
|
Long |
getSubAppId()
Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
void |
setDomains(String[] Domains)
Set List of domain.
|
void |
setLimit(Long Limit)
Set The maximum number of returned results for pagination fetching.
|
void |
setOffset(Long Offset)
Set The starting offset of paged pull.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID.
|
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, toJsonStringpublic DescribeCDNDomainsRequest()
public DescribeCDNDomainsRequest(DescribeCDNDomainsRequest source)
public String[] getDomains()
public void setDomains(String[] Domains)
Domains - List of domain. If this field is left blank, all domain information will be listed by default.public Long getLimit()
public void setLimit(Long Limit)
Limit - The maximum number of returned results for pagination fetching. Default value: 20.public Long getOffset()
public void setOffset(Long Offset)
Offset - The starting offset of paged pull. Default value: 0.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.Copyright © 2024. All rights reserved.