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 Take the intersection when filtering with multiple conditions.
|
Long |
getLimit()
Get Limit number, 10 by default.
|
Long |
getOffset()
Get Offset, which is 0 by default.
|
Tags[] |
getTags()
Get Tag filtering; filter by the platform's tag capabilities.
|
void |
setFilters(Filters[] Filters)
Set Take the intersection when filtering with multiple conditions.
|
void |
setLimit(Long Limit)
Set Limit number, 10 by default.
|
void |
setOffset(Long Offset)
Set Offset, which is 0 by default.
|
void |
setTags(Tags[] Tags)
Set Tag filtering; filter by the platform's tag capabilities.
|
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 DescribeLicenseListRequest()
public DescribeLicenseListRequest(DescribeLicenseListRequest source)
public Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- Take the intersection when filtering with multiple conditions.
public Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit number, 10 by default.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset, which is 0 by default.public Tags[] getTags()
public void setTags(Tags[] Tags)
Tags
- Tag filtering; filter by the platform's tag capabilities. In this case, you should pass in the tag key and tag value as an object.Copyright © 2024. All rights reserved.