public class DeployServiceBatchDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeployServiceBatchDetail() | 
| DeployServiceBatchDetail(DeployServiceBatchDetail 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 | 
|---|---|
| Long | getBatchIndex()Get 批次id | 
| String | getBatchStatus()Get 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart" | 
| DeployServicePodDetail | getNewPodList()Get 新实例列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| DeployServicePodDetail[] | getNewPods()Get 新实例列表 | 
| Long | getNextBatchStartTime()Get =0:手动确认批次;>0:下一批次开始时间戳 | 
| DeployServicePodDetail | getOldPodList()Get 旧实例列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| DeployServicePodDetail[] | getOldPods()Get 旧实例列表 | 
| Long | getPodNum()Get 该批次预计旧实例数量 | 
| void | setBatchIndex(Long BatchIndex)Set 批次id | 
| void | setBatchStatus(String BatchStatus)Set 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart" | 
| void | setNewPodList(DeployServicePodDetail NewPodList)Set 新实例列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setNewPods(DeployServicePodDetail[] NewPods)Set 新实例列表 | 
| void | setNextBatchStartTime(Long NextBatchStartTime)Set =0:手动确认批次;>0:下一批次开始时间戳 | 
| void | setOldPodList(DeployServicePodDetail OldPodList)Set 旧实例列表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOldPods(DeployServicePodDetail[] OldPods)Set 旧实例列表 | 
| void | setPodNum(Long PodNum)Set 该批次预计旧实例数量 | 
| 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 DeployServiceBatchDetail()
public DeployServiceBatchDetail(DeployServiceBatchDetail source)
public DeployServicePodDetail getOldPodList()
public void setOldPodList(DeployServicePodDetail OldPodList)
OldPodList - 旧实例列表
注意:此字段可能返回 null,表示取不到有效值。public DeployServicePodDetail getNewPodList()
public void setNewPodList(DeployServicePodDetail NewPodList)
NewPodList - 新实例列表
注意:此字段可能返回 null,表示取不到有效值。public String getBatchStatus()
public void setBatchStatus(String BatchStatus)
BatchStatus - 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart"public Long getPodNum()
public void setPodNum(Long PodNum)
PodNum - 该批次预计旧实例数量public Long getBatchIndex()
public void setBatchIndex(Long BatchIndex)
BatchIndex - 批次idpublic DeployServicePodDetail[] getOldPods()
public void setOldPods(DeployServicePodDetail[] OldPods)
OldPods - 旧实例列表public DeployServicePodDetail[] getNewPods()
public void setNewPods(DeployServicePodDetail[] NewPods)
NewPods - 新实例列表public Long getNextBatchStartTime()
public void setNextBatchStartTime(Long NextBatchStartTime)
NextBatchStartTime - =0:手动确认批次;>0:下一批次开始时间戳Copyright © 2025. All rights reserved.