public class TemDeployApplicationDetailInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
TemDeployApplicationDetailInfo() |
TemDeployApplicationDetailInfo(TemDeployApplicationDetailInfo 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 |
---|---|
DeployServiceBatchDetail |
getBetaBatchDetail()
Get beta分批详情
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCurrentBatchIndex()
Get 当前批次id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCurrentBatchStatus()
Get 当前批次状态
注意:此字段可能返回 null,表示取不到有效值。
|
DeployStrategyConf |
getDeployStrategyConf()
Get 分批发布策略
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEndTime()
Get 结束时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorMessage()
Get 错误原因
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNewDeployVersion()
Get 新版本version
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getNewVersionPackageInfo()
Get 包名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getNextBatchStartTime()
Get 下一批次开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOldDeployVersion()
Get 旧版本version
注意:此字段可能返回 null,表示取不到有效值。
|
DescribeRunPodPage |
getOldVersionPodList()
Get 老版本pod列表
注意:此字段可能返回 null,表示取不到有效值。
|
DeployServiceBatchDetail[] |
getOtherBatchDetail()
Get 其他分批详情
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStartTime()
Get 开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 当前状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBetaBatchDetail(DeployServiceBatchDetail BetaBatchDetail)
Set beta分批详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrentBatchIndex(Long CurrentBatchIndex)
Set 当前批次id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCurrentBatchStatus(String CurrentBatchStatus)
Set 当前批次状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeployStrategyConf(DeployStrategyConf DeployStrategyConf)
Set 分批发布策略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEndTime(String EndTime)
Set 结束时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorMessage(String ErrorMessage)
Set 错误原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNewDeployVersion(String NewDeployVersion)
Set 新版本version
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNewVersionPackageInfo(String NewVersionPackageInfo)
Set 包名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNextBatchStartTime(Long NextBatchStartTime)
Set 下一批次开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOldDeployVersion(String OldDeployVersion)
Set 旧版本version
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOldVersionPodList(DescribeRunPodPage OldVersionPodList)
Set 老版本pod列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOtherBatchDetail(DeployServiceBatchDetail[] OtherBatchDetail)
Set 其他分批详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStartTime(String StartTime)
Set 开始时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 当前状态
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TemDeployApplicationDetailInfo()
public TemDeployApplicationDetailInfo(TemDeployApplicationDetailInfo source)
public DeployStrategyConf getDeployStrategyConf()
public void setDeployStrategyConf(DeployStrategyConf DeployStrategyConf)
DeployStrategyConf
- 分批发布策略
注意:此字段可能返回 null,表示取不到有效值。public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 开始时间
注意:此字段可能返回 null,表示取不到有效值。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间
注意:此字段可能返回 null,表示取不到有效值。public String getStatus()
public void setStatus(String Status)
Status
- 当前状态
注意:此字段可能返回 null,表示取不到有效值。public DeployServiceBatchDetail getBetaBatchDetail()
public void setBetaBatchDetail(DeployServiceBatchDetail BetaBatchDetail)
BetaBatchDetail
- beta分批详情
注意:此字段可能返回 null,表示取不到有效值。public DeployServiceBatchDetail[] getOtherBatchDetail()
public void setOtherBatchDetail(DeployServiceBatchDetail[] OtherBatchDetail)
OtherBatchDetail
- 其他分批详情
注意:此字段可能返回 null,表示取不到有效值。public DescribeRunPodPage getOldVersionPodList()
public void setOldVersionPodList(DescribeRunPodPage OldVersionPodList)
OldVersionPodList
- 老版本pod列表
注意:此字段可能返回 null,表示取不到有效值。public Long getCurrentBatchIndex()
public void setCurrentBatchIndex(Long CurrentBatchIndex)
CurrentBatchIndex
- 当前批次id
注意:此字段可能返回 null,表示取不到有效值。public String getErrorMessage()
public void setErrorMessage(String ErrorMessage)
ErrorMessage
- 错误原因
注意:此字段可能返回 null,表示取不到有效值。public String getCurrentBatchStatus()
public void setCurrentBatchStatus(String CurrentBatchStatus)
CurrentBatchStatus
- 当前批次状态
注意:此字段可能返回 null,表示取不到有效值。public String getNewDeployVersion()
public void setNewDeployVersion(String NewDeployVersion)
NewDeployVersion
- 新版本version
注意:此字段可能返回 null,表示取不到有效值。public String getOldDeployVersion()
public void setOldDeployVersion(String OldDeployVersion)
OldDeployVersion
- 旧版本version
注意:此字段可能返回 null,表示取不到有效值。public String getNewVersionPackageInfo()
public void setNewVersionPackageInfo(String NewVersionPackageInfo)
NewVersionPackageInfo
- 包名称
注意:此字段可能返回 null,表示取不到有效值。public Long getNextBatchStartTime()
public void setNextBatchStartTime(Long NextBatchStartTime)
NextBatchStartTime
- 下一批次开始时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.