public class RollbackProcessInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
RollbackProcessInfo() |
RollbackProcessInfo(RollbackProcessInfo 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 |
getCurrentStep()
Get 当前步骤
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCurrentStepProgress()
Get 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCurrentStepRemainingTime()
Get 当前步骤剩余时间
注意:此字段可能返回 null,表示取不到有效值。
|
ExchangeInstanceInfo[] |
getExchangeInstanceInfoList()
Get 交换实例列表
注意:此字段可能返回 null,表示取不到有效值。
|
ExchangeRoGroupInfo[] |
getExchangeRoGroupInfoList()
Get 交换RO组列表
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsVipSwitchable()
Get 是否可以交换vip
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVipSwitchableTime()
Get vip可交换时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrentStep(String CurrentStep)
Set 当前步骤
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrentStepProgress(Long CurrentStepProgress)
Set 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrentStepRemainingTime(String CurrentStepRemainingTime)
Set 当前步骤剩余时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExchangeInstanceInfoList(ExchangeInstanceInfo[] ExchangeInstanceInfoList)
Set 交换实例列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExchangeRoGroupInfoList(ExchangeRoGroupInfo[] ExchangeRoGroupInfoList)
Set 交换RO组列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsVipSwitchable(Boolean IsVipSwitchable)
Set 是否可以交换vip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVipSwitchableTime(String VipSwitchableTime)
Set vip可交换时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 RollbackProcessInfo()
public RollbackProcessInfo(RollbackProcessInfo source)
public Boolean getIsVipSwitchable()
public void setIsVipSwitchable(Boolean IsVipSwitchable)
IsVipSwitchable
- 是否可以交换vip
注意:此字段可能返回 null,表示取不到有效值。public String getVipSwitchableTime()
public void setVipSwitchableTime(String VipSwitchableTime)
VipSwitchableTime
- vip可交换时间
注意:此字段可能返回 null,表示取不到有效值。public ExchangeInstanceInfo[] getExchangeInstanceInfoList()
public void setExchangeInstanceInfoList(ExchangeInstanceInfo[] ExchangeInstanceInfoList)
ExchangeInstanceInfoList
- 交换实例列表
注意:此字段可能返回 null,表示取不到有效值。public ExchangeRoGroupInfo[] getExchangeRoGroupInfoList()
public void setExchangeRoGroupInfoList(ExchangeRoGroupInfo[] ExchangeRoGroupInfoList)
ExchangeRoGroupInfoList
- 交换RO组列表
注意:此字段可能返回 null,表示取不到有效值。public String getCurrentStep()
public void setCurrentStep(String CurrentStep)
CurrentStep
- 当前步骤
注意:此字段可能返回 null,表示取不到有效值。public Long getCurrentStepProgress()
public void setCurrentStepProgress(Long CurrentStepProgress)
CurrentStepProgress
- 当前步骤进度
注意:此字段可能返回 null,表示取不到有效值。public String getCurrentStepRemainingTime()
public void setCurrentStepRemainingTime(String CurrentStepRemainingTime)
CurrentStepRemainingTime
- 当前步骤剩余时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.