public class DescribeWebHookPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeWebHookPolicyRequest() |
DescribeWebHookPolicyRequest(DescribeWebHookPolicyRequest 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 排序字段
|
Filter[] |
getFilter()
Get 过滤条件
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrder()
Get 排序方式 [asc:升序|desc:降序]
|
void |
setBy(String By)
Set 排序字段
|
void |
setFilter(Filter[] Filter)
Set 过滤条件
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrder(String Order)
Set 排序方式 [asc:升序|desc:降序]
|
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, toJsonString
public DescribeWebHookPolicyRequest()
public DescribeWebHookPolicyRequest(DescribeWebHookPolicyRequest source)
public Filter[] getFilter()
public void setFilter(Filter[] Filter)
Filter
- 过滤条件public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100public String getOrder()
public void setOrder(String Order)
Order
- 排序方式 [asc:升序|desc:降序]public String getBy()
public void setBy(String By)
By
- 排序字段Copyright © 2024. All rights reserved.