All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tencentcloudapi.tem.v20210701.models.DeployServicePodDetail Maven / Gradle / Ivy

There is a newer version: 3.1.1067
Show newest version
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.tem.v20210701.models;

import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class DeployServicePodDetail extends AbstractModel{

    /**
    * pod Id
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("PodId")
    @Expose
    private String PodId;

    /**
    * pod状态
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("PodStatus")
    @Expose
    private String [] PodStatus;

    /**
    * pod版本
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("PodVersion")
    @Expose
    private String PodVersion;

    /**
    * pod创建时间
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("CreateTime")
    @Expose
    private String CreateTime;

    /**
    * pod所在可用区
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("Zone")
    @Expose
    private String Zone;

    /**
    * webshell地址
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("Webshell")
    @Expose
    private String Webshell;

    /**
    * 状态
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("Status")
    @Expose
    private String Status;

    /**
     * Get pod Id
注意:此字段可能返回 null,表示取不到有效值。 
     * @return PodId pod Id
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getPodId() {
        return this.PodId;
    }

    /**
     * Set pod Id
注意:此字段可能返回 null,表示取不到有效值。
     * @param PodId pod Id
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setPodId(String PodId) {
        this.PodId = PodId;
    }

    /**
     * Get pod状态
注意:此字段可能返回 null,表示取不到有效值。 
     * @return PodStatus pod状态
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String [] getPodStatus() {
        return this.PodStatus;
    }

    /**
     * Set pod状态
注意:此字段可能返回 null,表示取不到有效值。
     * @param PodStatus pod状态
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setPodStatus(String [] PodStatus) {
        this.PodStatus = PodStatus;
    }

    /**
     * Get pod版本
注意:此字段可能返回 null,表示取不到有效值。 
     * @return PodVersion pod版本
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getPodVersion() {
        return this.PodVersion;
    }

    /**
     * Set pod版本
注意:此字段可能返回 null,表示取不到有效值。
     * @param PodVersion pod版本
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setPodVersion(String PodVersion) {
        this.PodVersion = PodVersion;
    }

    /**
     * Get pod创建时间
注意:此字段可能返回 null,表示取不到有效值。 
     * @return CreateTime pod创建时间
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getCreateTime() {
        return this.CreateTime;
    }

    /**
     * Set pod创建时间
注意:此字段可能返回 null,表示取不到有效值。
     * @param CreateTime pod创建时间
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setCreateTime(String CreateTime) {
        this.CreateTime = CreateTime;
    }

    /**
     * Get pod所在可用区
注意:此字段可能返回 null,表示取不到有效值。 
     * @return Zone pod所在可用区
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getZone() {
        return this.Zone;
    }

    /**
     * Set pod所在可用区
注意:此字段可能返回 null,表示取不到有效值。
     * @param Zone pod所在可用区
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setZone(String Zone) {
        this.Zone = Zone;
    }

    /**
     * Get webshell地址
注意:此字段可能返回 null,表示取不到有效值。 
     * @return Webshell webshell地址
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getWebshell() {
        return this.Webshell;
    }

    /**
     * Set webshell地址
注意:此字段可能返回 null,表示取不到有效值。
     * @param Webshell webshell地址
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setWebshell(String Webshell) {
        this.Webshell = Webshell;
    }

    /**
     * Get 状态
注意:此字段可能返回 null,表示取不到有效值。 
     * @return Status 状态
注意:此字段可能返回 null,表示取不到有效值。
     */
    public String getStatus() {
        return this.Status;
    }

    /**
     * Set 状态
注意:此字段可能返回 null,表示取不到有效值。
     * @param Status 状态
注意:此字段可能返回 null,表示取不到有效值。
     */
    public void setStatus(String Status) {
        this.Status = Status;
    }

    public DeployServicePodDetail() {
    }

    /**
     * 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.
     */
    public DeployServicePodDetail(DeployServicePodDetail source) {
        if (source.PodId != null) {
            this.PodId = new String(source.PodId);
        }
        if (source.PodStatus != null) {
            this.PodStatus = new String[source.PodStatus.length];
            for (int i = 0; i < source.PodStatus.length; i++) {
                this.PodStatus[i] = new String(source.PodStatus[i]);
            }
        }
        if (source.PodVersion != null) {
            this.PodVersion = new String(source.PodVersion);
        }
        if (source.CreateTime != null) {
            this.CreateTime = new String(source.CreateTime);
        }
        if (source.Zone != null) {
            this.Zone = new String(source.Zone);
        }
        if (source.Webshell != null) {
            this.Webshell = new String(source.Webshell);
        }
        if (source.Status != null) {
            this.Status = new String(source.Status);
        }
    }


    /**
     * Internal implementation, normal users should not use it.
     */
    public void toMap(HashMap map, String prefix) {
        this.setParamSimple(map, prefix + "PodId", this.PodId);
        this.setParamArraySimple(map, prefix + "PodStatus.", this.PodStatus);
        this.setParamSimple(map, prefix + "PodVersion", this.PodVersion);
        this.setParamSimple(map, prefix + "CreateTime", this.CreateTime);
        this.setParamSimple(map, prefix + "Zone", this.Zone);
        this.setParamSimple(map, prefix + "Webshell", this.Webshell);
        this.setParamSimple(map, prefix + "Status", this.Status);

    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy