public class DescribePodInstancesRequest extends AbstractModel
Constructor and Description |
---|
DescribePodInstancesRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get 实例所属groupId
|
Long |
getLimit()
Get 分页个数,默认为20, 取值应为1~50
|
Long |
getOffset()
Get 偏移量,取值从0开始
|
void |
setGroupId(String GroupId)
Set 实例所属groupId
|
void |
setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~50
|
void |
setOffset(Long Offset)
Set 偏移量,取值从0开始
|
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 String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 实例所属groupIdpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,取值从0开始public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页个数,默认为20, 取值应为1~50Copyright © 2020. All rights reserved.