public class DescribeDomainListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDomainListRequest() | 
| DescribeDomainListRequest(DescribeDomainListRequest 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 | 
|---|---|
| Long | getAssetBasicType()Get 资产大类,根据此字段时返回不同的子结构,AssetBasicType(只支持32位) | 
| String | getBy()Get 排序字段 | 
| String[] | getField()Get 导出字段 | 
| QueryFilterV3[] | getFilter()Get 过滤条件 | 
| String | getGroupByField()Get 聚合字段 | 
| Long | getLimit()Get limit,最大值200(只支持32位) | 
| Long | getLogic()Get 逻辑字段(只支持32位) | 
| Long | getOffset()Get 起始,从0开始(只支持32位) | 
| String | getOrder()Get 排序 | 
| Long | getRequestFrom()Get 0:cfw 1:vss 2.soc 3.waf 4.cwp | 
| String | getTask()Get - | 
| Long | getTimeRange()Get 时间范围(只支持32位) | 
| void | setAssetBasicType(Long AssetBasicType)Set 资产大类,根据此字段时返回不同的子结构,AssetBasicType(只支持32位) | 
| void | setBy(String By)Set 排序字段 | 
| void | setField(String[] Field)Set 导出字段 | 
| void | setFilter(QueryFilterV3[] Filter)Set 过滤条件 | 
| void | setGroupByField(String GroupByField)Set 聚合字段 | 
| void | setLimit(Long Limit)Set limit,最大值200(只支持32位) | 
| void | setLogic(Long Logic)Set 逻辑字段(只支持32位) | 
| void | setOffset(Long Offset)Set 起始,从0开始(只支持32位) | 
| void | setOrder(String Order)Set 排序 | 
| void | setRequestFrom(Long RequestFrom)Set 0:cfw 1:vss 2.soc 3.waf 4.cwp | 
| void | setTask(String Task)Set - | 
| void | setTimeRange(Long TimeRange)Set 时间范围(只支持32位) | 
| 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 DescribeDomainListRequest()
public DescribeDomainListRequest(DescribeDomainListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 起始,从0开始(只支持32位)public Long getLimit()
public void setLimit(Long Limit)
Limit - limit,最大值200(只支持32位)public Long getAssetBasicType()
public void setAssetBasicType(Long AssetBasicType)
AssetBasicType - 资产大类,根据此字段时返回不同的子结构,AssetBasicType(只支持32位)public QueryFilterV3[] getFilter()
public void setFilter(QueryFilterV3[] Filter)
Filter - 过滤条件public String getOrder()
public void setOrder(String Order)
Order - 排序public String getBy()
public void setBy(String By)
By - 排序字段public String[] getField()
public void setField(String[] Field)
Field - 导出字段public Long getTimeRange()
public void setTimeRange(Long TimeRange)
TimeRange - 时间范围(只支持32位)public Long getLogic()
public void setLogic(Long Logic)
Logic - 逻辑字段(只支持32位)public String getGroupByField()
public void setGroupByField(String GroupByField)
GroupByField - 聚合字段public String getTask()
public void setTask(String Task)
Task - -public Long getRequestFrom()
public void setRequestFrom(Long RequestFrom)
RequestFrom - 0:cfw 1:vss 2.soc 3.waf 4.cwpCopyright © 2025. All rights reserved.