Class DescribeProxySessionKillTasksRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20210527.models.DescribeProxySessionKillTasksRequest
-
public class DescribeProxySessionKillTasksRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeProxySessionKillTasksRequest()DescribeProxySessionKillTasksRequest(DescribeProxySessionKillTasksRequest 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 Long[]getAsyncRequestIds()Get kill 会话异步任务 ID, 接口 CreateProxySessionKillTask 调用成功后获取。StringgetInstanceId()Get 实例ID。StringgetProduct()Get 服务产品类型,支持值包括: "redis" - 云数据库 Redis。voidsetAsyncRequestIds(Long[] AsyncRequestIds)Set kill 会话异步任务 ID, 接口 CreateProxySessionKillTask 调用成功后获取。voidsetInstanceId(String InstanceId)Set 实例ID。voidsetProduct(String Product)Set 服务产品类型,支持值包括: "redis" - 云数据库 Redis。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
-
DescribeProxySessionKillTasksRequest
public DescribeProxySessionKillTasksRequest()
-
DescribeProxySessionKillTasksRequest
public DescribeProxySessionKillTasksRequest(DescribeProxySessionKillTasksRequest 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。
-
getAsyncRequestIds
public Long[] getAsyncRequestIds()
Get kill 会话异步任务 ID, 接口 CreateProxySessionKillTask 调用成功后获取。- Returns:
- AsyncRequestIds kill 会话异步任务 ID, 接口 CreateProxySessionKillTask 调用成功后获取。
-
setAsyncRequestIds
public void setAsyncRequestIds(Long[] AsyncRequestIds)
Set kill 会话异步任务 ID, 接口 CreateProxySessionKillTask 调用成功后获取。- Parameters:
AsyncRequestIds- kill 会话异步任务 ID, 接口 CreateProxySessionKillTask 调用成功后获取。
-
getProduct
public String getProduct()
Get 服务产品类型,支持值包括: "redis" - 云数据库 Redis。- Returns:
- Product 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
-
setProduct
public void setProduct(String Product)
Set 服务产品类型,支持值包括: "redis" - 云数据库 Redis。- Parameters:
Product- 服务产品类型,支持值包括: "redis" - 云数据库 Redis。
-
-