public class DescribeProtectDirRelatedServerRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeProtectDirRelatedServerRequest() |
DescribeProtectDirRelatedServerRequest(DescribeProtectDirRelatedServerRequest 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[] |
getFilters()
Get 过滤参数 ProtectStatus
|
String |
getId()
Get 唯一ID
|
Long |
getLimit()
Get 分页条数 最大100条
|
Long |
getOffset()
Get 偏移量
|
String |
getOrder()
Get 排序方式
|
void |
setBy(String By)
Set 排序值
|
void |
setFilters(Filter[] Filters)
Set 过滤参数 ProtectStatus
|
void |
setId(String Id)
Set 唯一ID
|
void |
setLimit(Long Limit)
Set 分页条数 最大100条
|
void |
setOffset(Long Offset)
Set 偏移量
|
void |
setOrder(String Order)
Set 排序方式
|
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 DescribeProtectDirRelatedServerRequest()
public DescribeProtectDirRelatedServerRequest(DescribeProtectDirRelatedServerRequest source)
public String getId()
public void setId(String Id)
Id
- 唯一IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页条数 最大100条public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤参数 ProtectStatuspublic String getOrder()
public void setOrder(String Order)
Order
- 排序方式public String getBy()
public void setBy(String By)
By
- 排序值Copyright © 2024. All rights reserved.