public class ModifyBundle extends AbstractModel
Constructor and Description |
---|
ModifyBundle() |
ModifyBundle(ModifyBundle 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 |
---|---|
Bundle |
getBundle()
Get Package information.
|
String |
getModifyBundleState()
Get Package change status.
|
Price |
getModifyPrice()
Get Price difference that you need to pay for the new instance package after change.
|
String |
getNotSupportModifyMessage()
Get The reason of package changing failure.
|
void |
setBundle(Bundle Bundle)
Set Package information.
|
void |
setModifyBundleState(String ModifyBundleState)
Set Package change status.
|
void |
setModifyPrice(Price ModifyPrice)
Set Price difference that you need to pay for the new instance package after change.
|
void |
setNotSupportModifyMessage(String NotSupportModifyMessage)
Set The reason of package changing failure.
|
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 ModifyBundle()
public ModifyBundle(ModifyBundle source)
public Price getModifyPrice()
public void setModifyPrice(Price ModifyPrice)
ModifyPrice
- Price difference that you need to pay for the new instance package after change.public String getModifyBundleState()
public void setModifyBundleState(String ModifyBundleState)
ModifyBundleState
- Package change status. Valid values:
public Bundle getBundle()
public void setBundle(Bundle Bundle)
Bundle
- Package information.public String getNotSupportModifyMessage()
public void setNotSupportModifyMessage(String NotSupportModifyMessage)
NotSupportModifyMessage
- The reason of package changing failure. It’s empty if the package change status is `AVAILABLE`.
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.