Class GetUpgradeInstanceProgressRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.GetUpgradeInstanceProgressRequest
-
public class GetUpgradeInstanceProgressRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description GetUpgradeInstanceProgressRequest()GetUpgradeInstanceProgressRequest(GetUpgradeInstanceProgressRequest 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 StringgetClusterId()Get 集群IDLonggetLimit()Get 最多获取多少个节点的进度LonggetOffset()Get 从第几个节点开始获取进度voidsetClusterId(String ClusterId)Set 集群IDvoidsetLimit(Long Limit)Set 最多获取多少个节点的进度voidsetOffset(Long Offset)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
-
GetUpgradeInstanceProgressRequest
public GetUpgradeInstanceProgressRequest()
-
GetUpgradeInstanceProgressRequest
public GetUpgradeInstanceProgressRequest(GetUpgradeInstanceProgressRequest 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
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getLimit
public Long getLimit()
Get 最多获取多少个节点的进度- Returns:
- Limit 最多获取多少个节点的进度
-
setLimit
public void setLimit(Long Limit)
Set 最多获取多少个节点的进度- Parameters:
Limit- 最多获取多少个节点的进度
-
getOffset
public Long getOffset()
Get 从第几个节点开始获取进度- Returns:
- Offset 从第几个节点开始获取进度
-
setOffset
public void setOffset(Long Offset)
Set 从第几个节点开始获取进度- Parameters:
Offset- 从第几个节点开始获取进度
-
-