public class GetUpgradeInstanceProgressRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterId()
Get Cluster ID
|
Long |
getLimit()
Get Maximum number of nodes to be queried
|
Long |
getOffset()
Get The starting node for the query
|
void |
setClusterId(String ClusterId)
Set Cluster ID
|
void |
setLimit(Long Limit)
Set Maximum number of nodes to be queried
|
void |
setOffset(Long Offset)
Set The starting node for the query
|
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 GetUpgradeInstanceProgressRequest()
public GetUpgradeInstanceProgressRequest(GetUpgradeInstanceProgressRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- Cluster IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Maximum number of nodes to be queriedpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- The starting node for the queryCopyright © 2023. All rights reserved.