Class DescribeProtectNetListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeProtectNetListRequest
-
public class DescribeProtectNetListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeProtectNetListRequest()DescribeProtectNetListRequest(DescribeProtectNetListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBy()Get 排序字段 StartTime,EndTimeFilters[]getFilters()Get 过滤条件。 Keyword- String - 是否必填:否 - 关键词过滤, Uuids - String - 是否必填:否 - 主机id过滤LonggetLimit()Get 需要返回的数量,最大值为100LonggetOffset()Get 排序步长StringgetOrder()Get 排序方法voidsetBy(String By)Set 排序字段 StartTime,EndTimevoidsetFilters(Filters[] Filters)Set 过滤条件。 Keyword- String - 是否必填:否 - 关键词过滤, Uuids - String - 是否必填:否 - 主机id过滤voidsetLimit(Long Limit)Set 需要返回的数量,最大值为100voidsetOffset(Long Offset)Set 排序步长voidsetOrder(String Order)Set 排序方法voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeProtectNetListRequest
public DescribeProtectNetListRequest()
-
DescribeProtectNetListRequest
public DescribeProtectNetListRequest(DescribeProtectNetListRequest 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.
-
-
Method Detail
-
getFilters
public Filters[] getFilters()
Get 过滤条件。- Keyword- String - 是否必填:否 - 关键词过滤,
- Uuids - String - 是否必填:否 - 主机id过滤
- Returns:
- Filters 过滤条件。
- Keyword- String - 是否必填:否 - 关键词过滤,
- Uuids - String - 是否必填:否 - 主机id过滤
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤条件。- Keyword- String - 是否必填:否 - 关键词过滤,
- Uuids - String - 是否必填:否 - 主机id过滤
- Parameters:
Filters- 过滤条件。- Keyword- String - 是否必填:否 - 关键词过滤,
- Uuids - String - 是否必填:否 - 主机id过滤
-
getLimit
public Long getLimit()
Get 需要返回的数量,最大值为100- Returns:
- Limit 需要返回的数量,最大值为100
-
setLimit
public void setLimit(Long Limit)
Set 需要返回的数量,最大值为100- Parameters:
Limit- 需要返回的数量,最大值为100
-
getOffset
public Long getOffset()
Get 排序步长- Returns:
- Offset 排序步长
-
setOffset
public void setOffset(Long Offset)
Set 排序步长- Parameters:
Offset- 排序步长
-
getOrder
public String getOrder()
Get 排序方法- Returns:
- Order 排序方法
-
setOrder
public void setOrder(String Order)
Set 排序方法- Parameters:
Order- 排序方法
-
getBy
public String getBy()
Get 排序字段 StartTime,EndTime- Returns:
- By 排序字段 StartTime,EndTime
-
setBy
public void setBy(String By)
Set 排序字段 StartTime,EndTime- Parameters:
By- 排序字段 StartTime,EndTime
-
-