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 套餐信息。
|
String |
getModifyBundleState()
Get 变更套餐状态。取值:
SOLD_OUT:套餐售罄
AVAILABLE:支持套餐变更
UNAVAILABLE:暂不支持套餐变更
|
Price |
getModifyPrice()
Get 更改实例套餐后需要补的差价。
|
String |
getNotSupportModifyMessage()
Get 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBundle(Bundle Bundle)
Set 套餐信息。
|
void |
setModifyBundleState(String ModifyBundleState)
Set 变更套餐状态。取值:
SOLD_OUT:套餐售罄
AVAILABLE:支持套餐变更
UNAVAILABLE:暂不支持套餐变更
|
void |
setModifyPrice(Price ModifyPrice)
Set 更改实例套餐后需要补的差价。
|
void |
setNotSupportModifyMessage(String NotSupportModifyMessage)
Set 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
注意:此字段可能返回 null,表示取不到有效值。
|
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
- 更改实例套餐后需要补的差价。public String getModifyBundleState()
public void setModifyBundleState(String ModifyBundleState)
ModifyBundleState
- 变更套餐状态。取值:
public Bundle getBundle()
public void setBundle(Bundle Bundle)
Bundle
- 套餐信息。public String getNotSupportModifyMessage()
public void setNotSupportModifyMessage(String NotSupportModifyMessage)
NotSupportModifyMessage
- 不支持套餐变更原因信息。变更套餐状态为"AVAILABLE"时, 该信息为空
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.