public class DescribeLicenseListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeLicenseListRequest() |
DescribeLicenseListRequest(DescribeLicenseListRequest 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 |
---|---|
Filters[] |
getFilters()
Get 多个条件筛选时取交集
LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
BuyTime 购买时间
LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
ResourceId 资源ID
Keywords IP筛选
PayMode 付费模式 0 按量计费 , 1 包年包月
OrderStatus 订单状态 1 正常 2 隔离 3 销毁
DealNames 子订单号,最大长度10个,超出会失败
|
Long |
getLimit()
Get 限制条数,默认10.
|
Long |
getOffset()
Get 偏移量,默认0.
|
Tags[] |
getTags()
Get 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
|
void |
setFilters(Filters[] Filters)
Set 多个条件筛选时取交集
LicenseStatus 授权状态信息,0 未使用,1 部分使用, 2 已用完, 3 不可用 4 可使用
BuyTime 购买时间
LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
DeadlineStatus 到期状态 NotExpired 未过期, Expire 已过期(包含已销毁) NearExpiry 即将到期
ResourceId 资源ID
Keywords IP筛选
PayMode 付费模式 0 按量计费 , 1 包年包月
OrderStatus 订单状态 1 正常 2 隔离 3 销毁
DealNames 子订单号,最大长度10个,超出会失败
|
void |
setLimit(Long Limit)
Set 限制条数,默认10.
|
void |
setOffset(Long Offset)
Set 偏移量,默认0.
|
void |
setTags(Tags[] Tags)
Set 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
|
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, toJsonString
public DescribeLicenseListRequest()
public DescribeLicenseListRequest(DescribeLicenseListRequest source)
public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- 多个条件筛选时取交集
public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制条数,默认10.public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0.public Tags[] getTags()
public void setTags(Tags[] Tags)
Tags
- 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象Copyright © 2024. All rights reserved.