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