public class DescribeImageAutoAuthorizedLogListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeImageAutoAuthorizedLogListRequest() | 
| DescribeImageAutoAuthorizedLogListRequest(DescribeImageAutoAuthorizedLogListRequest 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 | getBy()Get Sorting field: `AuthorizedTime`. | 
| AssetFilters[] | getFilters()Get `Status` (licensing result). | 
| Long | getLimit()Get Number of results to be returned. | 
| Long | getOffset()Get Offset. | 
| String | getOrder()Get Sorting order. | 
| Long | getTaskId()Get ID of the automatic licensing task | 
| void | setBy(String By)Set Sorting field: `AuthorizedTime`. | 
| void | setFilters(AssetFilters[] Filters)Set `Status` (licensing result). | 
| void | setLimit(Long Limit)Set Number of results to be returned. | 
| void | setOffset(Long Offset)Set Offset. | 
| void | setOrder(String Order)Set Sorting order. | 
| void | setTaskId(Long TaskId)Set ID of the automatic licensing task | 
| 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 DescribeImageAutoAuthorizedLogListRequest()
public DescribeImageAutoAuthorizedLogListRequest(DescribeImageAutoAuthorizedLogListRequest source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId - ID of the automatic licensing taskpublic AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters - `Status` (licensing result). Valid values: `SUCCESS` (success); `REACH_LIMIT` (reaching the upper limit on licenses); `LICENSE_INSUFFICIENT` (insufficient licenses).public Long getLimit()
public void setLimit(Long Limit)
Limit - Number of results to be returned. Default value: `10`. Maximum value: `100`.public Long getOffset()
public void setOffset(Long Offset)
Offset - Offset. Default value: `0`.public String getBy()
public void setBy(String By)
By - Sorting field: `AuthorizedTime`.public String getOrder()
public void setOrder(String Order)
Order - Sorting order. Valid values: `asc`, `desc`.Copyright © 2025. All rights reserved.