public class ExportWebPageEventListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ExportWebPageEventListRequest() | 
| ExportWebPageEventListRequest(ExportWebPageEventListRequest 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 排序方式:CreateTime 或 RestoreTime,默认为CreateTime | 
| AssetFilters[] | getFilters()Get 过滤条件
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
EventType - String - 是否必填:否 - 事件类型
EventStatus - String - 是否必填:否 - 事件状态 | 
| Long | getOrder()Get 排序方式,0降序,1升序,默认为0 | 
| void | setBy(String By)Set 排序方式:CreateTime 或 RestoreTime,默认为CreateTime | 
| void | setFilters(AssetFilters[] Filters)Set 过滤条件
IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选
EventType - String - 是否必填:否 - 事件类型
EventStatus - String - 是否必填:否 - 事件状态 | 
| void | setOrder(Long Order)Set 排序方式,0降序,1升序,默认为0 | 
| 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 ExportWebPageEventListRequest()
public ExportWebPageEventListRequest(ExportWebPageEventListRequest source)
public AssetFilters[] getFilters()
public void setFilters(AssetFilters[] Filters)
Filters - 过滤条件
public String getBy()
public void setBy(String By)
By - 排序方式:CreateTime 或 RestoreTime,默认为CreateTimepublic Long getOrder()
public void setOrder(Long Order)
Order - 排序方式,0降序,1升序,默认为0Copyright © 2025. All rights reserved.