public class ListRuntimeDeployedInstancesMCRequest extends AbstractModel
Constructor and Description |
---|
ListRuntimeDeployedInstancesMCRequest() |
ListRuntimeDeployedInstancesMCRequest(ListRuntimeDeployedInstancesMCRequest 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 |
getLimit()
Get 最大请求数量
|
Long |
getOffset()
Get 请求偏移量
|
Long |
getRuntimeId()
Get 运行时id
|
String |
getSort()
Get 排序方式:asc,desc(默认)
|
Long |
getSortType()
Get 排序类型:1:创建时间排序, 2:更新时间排序(默认)
|
String |
getZone()
Get 运行时地域
|
void |
setLimit(Long Limit)
Set 最大请求数量
|
void |
setOffset(Long Offset)
Set 请求偏移量
|
void |
setRuntimeId(Long RuntimeId)
Set 运行时id
|
void |
setSort(String Sort)
Set 排序方式:asc,desc(默认)
|
void |
setSortType(Long SortType)
Set 排序类型:1:创建时间排序, 2:更新时间排序(默认)
|
void |
setZone(String Zone)
Set 运行时地域
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListRuntimeDeployedInstancesMCRequest()
public ListRuntimeDeployedInstancesMCRequest(ListRuntimeDeployedInstancesMCRequest source)
public Long getRuntimeId()
public void setRuntimeId(Long RuntimeId)
RuntimeId
- 运行时idpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 最大请求数量public Long getOffset()
public void setOffset(Long Offset)
Offset
- 请求偏移量public Long getSortType()
public void setSortType(Long SortType)
SortType
- 排序类型:1:创建时间排序, 2:更新时间排序(默认)public String getSort()
public void setSort(String Sort)
Sort
- 排序方式:asc,desc(默认)public String getZone()
public void setZone(String Zone)
Zone
- 运行时地域Copyright © 2021. All rights reserved.