Class DescribePodInstancesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.DescribePodInstancesRequest
-
public class DescribePodInstancesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGroupId()Get 实例所属groupIdLonggetLimit()Get 分页个数,默认为20, 取值应为1~50LonggetOffset()Get 偏移量,取值从0开始String[]getPodNameList()Get 过滤字段voidsetGroupId(String GroupId)Set 实例所属groupIdvoidsetLimit(Long Limit)Set 分页个数,默认为20, 取值应为1~50voidsetOffset(Long Offset)Set 偏移量,取值从0开始voidsetPodNameList(String[] PodNameList)Set 过滤字段voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribePodInstancesRequest
public DescribePodInstancesRequest()
-
DescribePodInstancesRequest
public 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.
-
-
Method Detail
-
getGroupId
public String getGroupId()
Get 实例所属groupId- Returns:
- GroupId 实例所属groupId
-
setGroupId
public void setGroupId(String GroupId)
Set 实例所属groupId- Parameters:
GroupId- 实例所属groupId
-
getOffset
public Long getOffset()
Get 偏移量,取值从0开始- Returns:
- Offset 偏移量,取值从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,取值从0开始- Parameters:
Offset- 偏移量,取值从0开始
-
getLimit
public Long getLimit()
Get 分页个数,默认为20, 取值应为1~50- Returns:
- Limit 分页个数,默认为20, 取值应为1~50
-
setLimit
public void setLimit(Long Limit)
Set 分页个数,默认为20, 取值应为1~50- Parameters:
Limit- 分页个数,默认为20, 取值应为1~50
-
getPodNameList
public String[] getPodNameList()
Get 过滤字段- Returns:
- PodNameList 过滤字段
-
setPodNameList
public void setPodNameList(String[] PodNameList)
Set 过滤字段- Parameters:
PodNameList- 过滤字段
-
-