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