Class DeployServiceBatchDetail

    • Constructor Detail

      • DeployServiceBatchDetail

        public DeployServiceBatchDetail()
      • DeployServiceBatchDetail

        public 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.
    • Method Detail

      • getOldPodList

        public DeployServicePodDetail getOldPodList()
        Get 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OldPodList 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • setOldPodList

        public void setOldPodList​(DeployServicePodDetail OldPodList)
        Set 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OldPodList - 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • getNewPodList

        public DeployServicePodDetail getNewPodList()
        Get 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NewPodList 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • setNewPodList

        public void setNewPodList​(DeployServicePodDetail NewPodList)
        Set 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NewPodList - 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • getBatchStatus

        public String getBatchStatus()
        Get 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart" 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BatchStatus 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart" 注意:此字段可能返回 null,表示取不到有效值。
      • setBatchStatus

        public void setBatchStatus​(String BatchStatus)
        Set 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart" 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BatchStatus - 当前批次状态:"WaitForTimeExceed", "WaitForResume", "Deploying", "Finish", "NotStart" 注意:此字段可能返回 null,表示取不到有效值。
      • getPodNum

        public Long getPodNum()
        Get 该批次预计旧实例数量 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PodNum 该批次预计旧实例数量 注意:此字段可能返回 null,表示取不到有效值。
      • setPodNum

        public void setPodNum​(Long PodNum)
        Set 该批次预计旧实例数量 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PodNum - 该批次预计旧实例数量 注意:此字段可能返回 null,表示取不到有效值。
      • getBatchIndex

        public Long getBatchIndex()
        Get 批次id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BatchIndex 批次id 注意:此字段可能返回 null,表示取不到有效值。
      • setBatchIndex

        public void setBatchIndex​(Long BatchIndex)
        Set 批次id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BatchIndex - 批次id 注意:此字段可能返回 null,表示取不到有效值。
      • getOldPods

        public DeployServicePodDetail[] getOldPods()
        Get 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OldPods 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • setOldPods

        public void setOldPods​(DeployServicePodDetail[] OldPods)
        Set 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OldPods - 旧实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • getNewPods

        public DeployServicePodDetail[] getNewPods()
        Get 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NewPods 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • setNewPods

        public void setNewPods​(DeployServicePodDetail[] NewPods)
        Set 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NewPods - 新实例列表 注意:此字段可能返回 null,表示取不到有效值。
      • getNextBatchStartTime

        public Long getNextBatchStartTime()
        Get =0:手动确认批次;>0:下一批次开始时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NextBatchStartTime =0:手动确认批次;>0:下一批次开始时间戳 注意:此字段可能返回 null,表示取不到有效值。
      • setNextBatchStartTime

        public void setNextBatchStartTime​(Long NextBatchStartTime)
        Set =0:手动确认批次;>0:下一批次开始时间戳 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NextBatchStartTime - =0:手动确认批次;>0:下一批次开始时间戳 注意:此字段可能返回 null,表示取不到有效值。