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