public class GetUpgradeInstanceProgressRequest extends AbstractModel
Constructor and Description |
---|
GetUpgradeInstanceProgressRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get 集群ID
|
Long |
getLimit()
Get 最多获取多少个节点的进度
|
Long |
getOffset()
Get 从第几个节点开始获取进度
|
void |
setClusterId(String ClusterId)
Set 集群ID
|
void |
setLimit(Long Limit)
Set 最多获取多少个节点的进度
|
void |
setOffset(Long Offset)
Set 从第几个节点开始获取进度
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 最多获取多少个节点的进度public Long getOffset()
public void setOffset(Long Offset)
Offset
- 从第几个节点开始获取进度Copyright © 2021. All rights reserved.