Class DescribeGlobalDomainsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.DescribeGlobalDomainsRequest
-
public class DescribeGlobalDomainsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeGlobalDomainsRequest()
DescribeGlobalDomainsRequest(DescribeGlobalDomainsRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Filter[]
getFilters()
Get 过滤条件Long
getLimit()
Get 分页数量限制Long
getOffset()
Get 分页偏移量Long
getProjectId()
Get 项目IDTagPair[]
getTagSet()
Get 标签列表,当存在该字段时,拉取对应标签下的资源列表。 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,域名会被拉取出来。void
setFilters(Filter[] Filters)
Set 过滤条件void
setLimit(Long Limit)
Set 分页数量限制void
setOffset(Long Offset)
Set 分页偏移量void
setProjectId(Long ProjectId)
Set 项目IDvoid
setTagSet(TagPair[] TagSet)
Set 标签列表,当存在该字段时,拉取对应标签下的资源列表。 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,域名会被拉取出来。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeGlobalDomainsRequest
public DescribeGlobalDomainsRequest()
-
DescribeGlobalDomainsRequest
public DescribeGlobalDomainsRequest(DescribeGlobalDomainsRequest 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.
-
-
Method Detail
-
getProjectId
public Long getProjectId()
Get 项目ID- Returns:
- ProjectId 项目ID
-
setProjectId
public void setProjectId(Long ProjectId)
Set 项目ID- Parameters:
ProjectId
- 项目ID
-
getOffset
public Long getOffset()
Get 分页偏移量- Returns:
- Offset 分页偏移量
-
setOffset
public void setOffset(Long Offset)
Set 分页偏移量- Parameters:
Offset
- 分页偏移量
-
getLimit
public Long getLimit()
Get 分页数量限制- Returns:
- Limit 分页数量限制
-
setLimit
public void setLimit(Long Limit)
Set 分页数量限制- Parameters:
Limit
- 分页数量限制
-
getFilters
public Filter[] getFilters()
Get 过滤条件- Returns:
- Filters 过滤条件
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件- Parameters:
Filters
- 过滤条件
-
getTagSet
public TagPair[] getTagSet()
Get 标签列表,当存在该字段时,拉取对应标签下的资源列表。 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,域名会被拉取出来。- Returns:
- TagSet 标签列表,当存在该字段时,拉取对应标签下的资源列表。 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,域名会被拉取出来。
-
setTagSet
public void setTagSet(TagPair[] TagSet)
Set 标签列表,当存在该字段时,拉取对应标签下的资源列表。 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,域名会被拉取出来。- Parameters:
TagSet
- 标签列表,当存在该字段时,拉取对应标签下的资源列表。 最多支持5个标签,当存在两个或两个以上的标签时,满足其中任意一个标签时,域名会被拉取出来。
-
-