Class DescribeServiceRunPodListV2Request
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tem.v20201221.models.DescribeServiceRunPodListV2Request
-
public class DescribeServiceRunPodListV2Request extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeServiceRunPodListV2Request()DescribeServiceRunPodListV2Request(DescribeServiceRunPodListV2Request 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 LonggetLimit()Get 单页条数,默认值20StringgetNamespaceId()Get 环境idLonggetOffset()Get 分页下标,默认值0StringgetPodName()Get 实例名字StringgetServiceId()Get 服务名idLonggetSourceChannel()Get 来源渠道StringgetStatus()Get 实例状态 - Running - Pending - ErrorvoidsetLimit(Long Limit)Set 单页条数,默认值20voidsetNamespaceId(String NamespaceId)Set 环境idvoidsetOffset(Long Offset)Set 分页下标,默认值0voidsetPodName(String PodName)Set 实例名字voidsetServiceId(String ServiceId)Set 服务名idvoidsetSourceChannel(Long SourceChannel)Set 来源渠道voidsetStatus(String Status)Set 实例状态 - Running - Pending - ErrorvoidtoMap(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
-
DescribeServiceRunPodListV2Request
public DescribeServiceRunPodListV2Request()
-
DescribeServiceRunPodListV2Request
public DescribeServiceRunPodListV2Request(DescribeServiceRunPodListV2Request 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
-
getNamespaceId
public String getNamespaceId()
Get 环境id- Returns:
- NamespaceId 环境id
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 环境id- Parameters:
NamespaceId- 环境id
-
getServiceId
public String getServiceId()
Get 服务名id- Returns:
- ServiceId 服务名id
-
setServiceId
public void setServiceId(String ServiceId)
Set 服务名id- Parameters:
ServiceId- 服务名id
-
getLimit
public Long getLimit()
Get 单页条数,默认值20- Returns:
- Limit 单页条数,默认值20
-
setLimit
public void setLimit(Long Limit)
Set 单页条数,默认值20- Parameters:
Limit- 单页条数,默认值20
-
getOffset
public Long getOffset()
Get 分页下标,默认值0- Returns:
- Offset 分页下标,默认值0
-
setOffset
public void setOffset(Long Offset)
Set 分页下标,默认值0- Parameters:
Offset- 分页下标,默认值0
-
getStatus
public String getStatus()
Get 实例状态 - Running - Pending - Error- Returns:
- Status 实例状态 - Running - Pending - Error
-
setStatus
public void setStatus(String Status)
Set 实例状态 - Running - Pending - Error- Parameters:
Status- 实例状态 - Running - Pending - Error
-
getPodName
public String getPodName()
Get 实例名字- Returns:
- PodName 实例名字
-
setPodName
public void setPodName(String PodName)
Set 实例名字- Parameters:
PodName- 实例名字
-
getSourceChannel
public Long getSourceChannel()
Get 来源渠道- Returns:
- SourceChannel 来源渠道
-
setSourceChannel
public void setSourceChannel(Long SourceChannel)
Set 来源渠道- Parameters:
SourceChannel- 来源渠道
-
-