Class DescribeInstancesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ckafka.v20190819.models.DescribeInstancesRequest
-
public class DescribeInstancesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeInstancesRequest()DescribeInstancesRequest(DescribeInstancesRequest 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 StringgetInstanceId()Get (过滤条件)按照实例ID过滤LonggetLimit()Get 返回数量,不填则默认10,最大值100LonggetOffset()Get 偏移量,不填默认为0StringgetSearchWord()Get (过滤条件)按照实例名称过滤,支持模糊查询Long[]getStatus()Get (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部StringgetTagKey()Get 已废弃。匹配标签key值。StringgetVpcId()Get 私有网络IdvoidsetInstanceId(String InstanceId)Set (过滤条件)按照实例ID过滤voidsetLimit(Long Limit)Set 返回数量,不填则默认10,最大值100voidsetOffset(Long Offset)Set 偏移量,不填默认为0voidsetSearchWord(String SearchWord)Set (过滤条件)按照实例名称过滤,支持模糊查询voidsetStatus(Long[] Status)Set (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部voidsetTagKey(String TagKey)Set 已废弃。匹配标签key值。voidsetVpcId(String VpcId)Set 私有网络IdvoidtoMap(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
-
DescribeInstancesRequest
public DescribeInstancesRequest()
-
DescribeInstancesRequest
public DescribeInstancesRequest(DescribeInstancesRequest 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
-
getInstanceId
public String getInstanceId()
Get (过滤条件)按照实例ID过滤- Returns:
- InstanceId (过滤条件)按照实例ID过滤
-
setInstanceId
public void setInstanceId(String InstanceId)
Set (过滤条件)按照实例ID过滤- Parameters:
InstanceId- (过滤条件)按照实例ID过滤
-
getSearchWord
public String getSearchWord()
Get (过滤条件)按照实例名称过滤,支持模糊查询- Returns:
- SearchWord (过滤条件)按照实例名称过滤,支持模糊查询
-
setSearchWord
public void setSearchWord(String SearchWord)
Set (过滤条件)按照实例名称过滤,支持模糊查询- Parameters:
SearchWord- (过滤条件)按照实例名称过滤,支持模糊查询
-
getStatus
public Long[] getStatus()
Get (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部- Returns:
- Status (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部
-
setStatus
public void setStatus(Long[] Status)
Set (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部- Parameters:
Status- (过滤条件)实例的状态。0:创建中,1:运行中,2:删除中,不填默认返回全部
-
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 返回数量,不填则默认10,最大值100- Returns:
- Limit 返回数量,不填则默认10,最大值100
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,不填则默认10,最大值100- Parameters:
Limit- 返回数量,不填则默认10,最大值100
-
getTagKey
public String getTagKey()
Get 已废弃。匹配标签key值。- Returns:
- TagKey 已废弃。匹配标签key值。
-
setTagKey
public void setTagKey(String TagKey)
Set 已废弃。匹配标签key值。- Parameters:
TagKey- 已废弃。匹配标签key值。
-
getVpcId
public String getVpcId()
Get 私有网络Id- Returns:
- VpcId 私有网络Id
-
setVpcId
public void setVpcId(String VpcId)
Set 私有网络Id- Parameters:
VpcId- 私有网络Id
-
-