public class DescribeUpgradeInstanceCheckResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeUpgradeInstanceCheckResponse() |
DescribeUpgradeInstanceCheckResponse(DescribeUpgradeInstanceCheckResponse 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 |
---|---|
CheckItem[] |
getCheckItems()
Get Check item list.
|
Long |
getIsAffect()
Get Whether the configuration adjustment has an impact on the instance.
|
String |
getModifyMode()
Get Whether the configuration adjustment is a downgrade or an upgrade.
|
Long |
getPassed()
Get Whether the configuration adjustment can be executed.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setCheckItems(CheckItem[] CheckItems)
Set Check item list.
|
void |
setIsAffect(Long IsAffect)
Set Whether the configuration adjustment has an impact on the instance.
|
void |
setModifyMode(String ModifyMode)
Set Whether the configuration adjustment is a downgrade or an upgrade.
|
void |
setPassed(Long Passed)
Set Whether the configuration adjustment can be executed.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUpgradeInstanceCheckResponse()
public DescribeUpgradeInstanceCheckResponse(DescribeUpgradeInstanceCheckResponse source)
public Long getIsAffect()
public void setIsAffect(Long IsAffect)
IsAffect
- Whether the configuration adjustment has an impact on the instance. 0 - no; 1 - yes.public Long getPassed()
public void setPassed(Long Passed)
Passed
- Whether the configuration adjustment can be executed. 0 - no; 1 - yes.public String getModifyMode()
public void setModifyMode(String ModifyMode)
ModifyMode
- Whether the configuration adjustment is a downgrade or an upgrade. Down - downgrade; up - upgrade.public CheckItem[] getCheckItems()
public void setCheckItems(CheckItem[] CheckItems)
CheckItems
- Check item list.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2025. All rights reserved.