public class DescribeDomainVipListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDomainVipListRequest() | 
| DescribeDomainVipListRequest(DescribeDomainVipListRequest 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 | 
|---|---|
| Boolean | getGetUnbindResource()Get 是否只获取未绑定域名套餐 | 
| String[] | getGradeList()Get 需要筛选的套餐版本 | 
| String | getKeyword()Get 通过关键字搜索域名关联的套餐,默认值为空,为空时不作为筛选条件。 | 
| Long | getLimit()Get 限制数量,默认值为20。 | 
| Long | getOffset()Get 偏移量,默认值为0。 | 
| String[] | getResourceIdList()Get 使用资源ID列表查询 | 
| void | setGetUnbindResource(Boolean GetUnbindResource)Set 是否只获取未绑定域名套餐 | 
| void | setGradeList(String[] GradeList)Set 需要筛选的套餐版本 | 
| void | setKeyword(String Keyword)Set 通过关键字搜索域名关联的套餐,默认值为空,为空时不作为筛选条件。 | 
| void | setLimit(Long Limit)Set 限制数量,默认值为20。 | 
| void | setOffset(Long Offset)Set 偏移量,默认值为0。 | 
| void | setResourceIdList(String[] ResourceIdList)Set 使用资源ID列表查询 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeDomainVipListRequest()
public DescribeDomainVipListRequest(DescribeDomainVipListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制数量,默认值为20。public String getKeyword()
public void setKeyword(String Keyword)
Keyword - 通过关键字搜索域名关联的套餐,默认值为空,为空时不作为筛选条件。public String[] getResourceIdList()
public void setResourceIdList(String[] ResourceIdList)
ResourceIdList - 使用资源ID列表查询public String[] getGradeList()
public void setGradeList(String[] GradeList)
GradeList - 需要筛选的套餐版本public Boolean getGetUnbindResource()
public void setGetUnbindResource(Boolean GetUnbindResource)
GetUnbindResource - 是否只获取未绑定域名套餐Copyright © 2025. All rights reserved.