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

com.tencentcloudapi.emr.v20190103.models.ClusterInstancesInfo Maven / Gradle / Ivy

/*
 * 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.emr.v20190103.models;

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

public class ClusterInstancesInfo extends AbstractModel{

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

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

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

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

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

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

    /**
    * 用户APPID
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("AppId")
    @Expose
    private Long AppId;

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

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

    /**
    * 集群VPCID
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("VpcId")
    @Expose
    private Long VpcId;

    /**
    * 子网ID
注意:此字段可能返回 null,表示取不到有效值。
    */
    @SerializedName("SubnetId")
    @Expose
    private Long SubnetId;

    /**
    * 实例的状态码。取值范围:
  • 2:表示集群运行中。
  • 3:表示集群创建中。
  • 4:表示集群扩容中。
  • 5:表示集群增加router节点中。
  • 6:表示集群安装组件中。
  • 7:表示集群执行命令中。
  • 8:表示重启服务中。
  • 9:表示进入维护中。
  • 10:表示服务暂停中。
  • 11:表示退出维护中。
  • 12:表示退出暂停中。
  • 13:表示配置下发中。
  • 14:表示销毁集群中。
  • 15:表示销毁core节点中。
  • 16:销毁task节点中。
  • 17:表示销毁router节点中。
  • 18:表示更改webproxy密码中。
  • 19:表示集群隔离中。
  • 20:表示集群冲正中。
  • 21:表示集群回收中。
  • 22:表示变配等待中。
  • 23:表示集群已隔离。
  • 24:表示缩容节点中。
  • 33:表示集群等待退费中。
  • 34:表示集群已退费。
  • 301:表示创建失败。
  • 302:表示扩容失败。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("Status") @Expose private Long Status; /** * 添加时间 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("AddTime") @Expose private String AddTime; /** * 已经运行时间 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("RunTime") @Expose private String RunTime; /** * 集群产品配置信息 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("Config") @Expose private EmrProductConfigOutter Config; /** * 主节点外网IP 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("MasterIp") @Expose private String MasterIp; /** * EMR版本 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("EmrVersion") @Expose private String EmrVersion; /** * 收费类型 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("ChargeType") @Expose private Long ChargeType; /** * 交易版本 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("TradeVersion") @Expose private Long TradeVersion; /** * 资源订单ID 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("ResourceOrderId") @Expose private Long ResourceOrderId; /** * 是否计费集群 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("IsTradeCluster") @Expose private Long IsTradeCluster; /** * 集群错误状态告警信息 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("AlarmInfo") @Expose private String AlarmInfo; /** * 是否采用新架构 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("IsWoodpeckerCluster") @Expose private Long IsWoodpeckerCluster; /** * 元数据库信息 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("MetaDb") @Expose private String MetaDb; /** * 标签信息 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("Tags") @Expose private Tag [] Tags; /** * Hive元数据信息 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("HiveMetaDb") @Expose private String HiveMetaDb; /** * 集群类型:EMR,CLICKHOUSE,DRUID 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("ServiceClass") @Expose private String ServiceClass; /** * 集群所有节点的别名序列化 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("AliasInfo") @Expose private String AliasInfo; /** * 集群版本Id 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("ProductId") @Expose private Long ProductId; /** * 地区ID 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("Zone") @Expose private String Zone; /** * 场景名称 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("SceneName") @Expose private String SceneName; /** * 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("SceneServiceClass") @Expose private String SceneServiceClass; /** * 场景化EMR版本 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("SceneEmrVersion") @Expose private String SceneEmrVersion; /** * 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("DisplayName") @Expose private String DisplayName; /** * vpc name 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("VpcName") @Expose private String VpcName; /** * subnet name 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("SubnetName") @Expose private String SubnetName; /** * 集群依赖关系 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("ClusterExternalServiceInfo") @Expose private ClusterExternalServiceInfo [] ClusterExternalServiceInfo; /** * 集群vpcid 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("UniqVpcId") @Expose private String UniqVpcId; /** * 子网id 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("UniqSubnetId") @Expose private String UniqSubnetId; /** * 节点信息 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("TopologyInfoList") @Expose private TopologyInfo [] TopologyInfoList; /** * 是否是跨AZ集群 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("IsMultiZoneCluster") @Expose private Boolean IsMultiZoneCluster; /** * 是否开通异常节点自动补偿 注意:此字段可能返回 null,表示取不到有效值。 */ @SerializedName("IsCvmReplace") @Expose private Boolean IsCvmReplace; /** * Get ID号 注意:此字段可能返回 null,表示取不到有效值。 * @return Id ID号 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getId() { return this.Id; } /** * Set ID号 注意:此字段可能返回 null,表示取不到有效值。 * @param Id ID号 注意:此字段可能返回 null,表示取不到有效值。 */ public void setId(Long Id) { this.Id = Id; } /** * Get 集群ID 注意:此字段可能返回 null,表示取不到有效值。 * @return ClusterId 集群ID 注意:此字段可能返回 null,表示取不到有效值。 */ public String getClusterId() { return this.ClusterId; } /** * Set 集群ID 注意:此字段可能返回 null,表示取不到有效值。 * @param ClusterId 集群ID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setClusterId(String ClusterId) { this.ClusterId = ClusterId; } /** * Get 标题 注意:此字段可能返回 null,表示取不到有效值。 * @return Ftitle 标题 注意:此字段可能返回 null,表示取不到有效值。 */ public String getFtitle() { return this.Ftitle; } /** * Set 标题 注意:此字段可能返回 null,表示取不到有效值。 * @param Ftitle 标题 注意:此字段可能返回 null,表示取不到有效值。 */ public void setFtitle(String Ftitle) { this.Ftitle = Ftitle; } /** * Get 集群名 注意:此字段可能返回 null,表示取不到有效值。 * @return ClusterName 集群名 注意:此字段可能返回 null,表示取不到有效值。 */ public String getClusterName() { return this.ClusterName; } /** * Set 集群名 注意:此字段可能返回 null,表示取不到有效值。 * @param ClusterName 集群名 注意:此字段可能返回 null,表示取不到有效值。 */ public void setClusterName(String ClusterName) { this.ClusterName = ClusterName; } /** * Get 地域ID 注意:此字段可能返回 null,表示取不到有效值。 * @return RegionId 地域ID 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getRegionId() { return this.RegionId; } /** * Set 地域ID 注意:此字段可能返回 null,表示取不到有效值。 * @param RegionId 地域ID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setRegionId(Long RegionId) { this.RegionId = RegionId; } /** * Get 地区ID 注意:此字段可能返回 null,表示取不到有效值。 * @return ZoneId 地区ID 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getZoneId() { return this.ZoneId; } /** * Set 地区ID 注意:此字段可能返回 null,表示取不到有效值。 * @param ZoneId 地区ID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setZoneId(Long ZoneId) { this.ZoneId = ZoneId; } /** * Get 用户APPID 注意:此字段可能返回 null,表示取不到有效值。 * @return AppId 用户APPID 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getAppId() { return this.AppId; } /** * Set 用户APPID 注意:此字段可能返回 null,表示取不到有效值。 * @param AppId 用户APPID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setAppId(Long AppId) { this.AppId = AppId; } /** * Get 用户UIN 注意:此字段可能返回 null,表示取不到有效值。 * @return Uin 用户UIN 注意:此字段可能返回 null,表示取不到有效值。 */ public String getUin() { return this.Uin; } /** * Set 用户UIN 注意:此字段可能返回 null,表示取不到有效值。 * @param Uin 用户UIN 注意:此字段可能返回 null,表示取不到有效值。 */ public void setUin(String Uin) { this.Uin = Uin; } /** * Get 项目Id 注意:此字段可能返回 null,表示取不到有效值。 * @return ProjectId 项目Id 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getProjectId() { return this.ProjectId; } /** * Set 项目Id 注意:此字段可能返回 null,表示取不到有效值。 * @param ProjectId 项目Id 注意:此字段可能返回 null,表示取不到有效值。 */ public void setProjectId(Long ProjectId) { this.ProjectId = ProjectId; } /** * Get 集群VPCID 注意:此字段可能返回 null,表示取不到有效值。 * @return VpcId 集群VPCID 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getVpcId() { return this.VpcId; } /** * Set 集群VPCID 注意:此字段可能返回 null,表示取不到有效值。 * @param VpcId 集群VPCID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setVpcId(Long VpcId) { this.VpcId = VpcId; } /** * Get 子网ID 注意:此字段可能返回 null,表示取不到有效值。 * @return SubnetId 子网ID 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getSubnetId() { return this.SubnetId; } /** * Set 子网ID 注意:此字段可能返回 null,表示取不到有效值。 * @param SubnetId 子网ID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setSubnetId(Long SubnetId) { this.SubnetId = SubnetId; } /** * Get 实例的状态码。取值范围:
  • 2:表示集群运行中。
  • 3:表示集群创建中。
  • 4:表示集群扩容中。
  • 5:表示集群增加router节点中。
  • 6:表示集群安装组件中。
  • 7:表示集群执行命令中。
  • 8:表示重启服务中。
  • 9:表示进入维护中。
  • 10:表示服务暂停中。
  • 11:表示退出维护中。
  • 12:表示退出暂停中。
  • 13:表示配置下发中。
  • 14:表示销毁集群中。
  • 15:表示销毁core节点中。
  • 16:销毁task节点中。
  • 17:表示销毁router节点中。
  • 18:表示更改webproxy密码中。
  • 19:表示集群隔离中。
  • 20:表示集群冲正中。
  • 21:表示集群回收中。
  • 22:表示变配等待中。
  • 23:表示集群已隔离。
  • 24:表示缩容节点中。
  • 33:表示集群等待退费中。
  • 34:表示集群已退费。
  • 301:表示创建失败。
  • 302:表示扩容失败。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @return Status 实例的状态码。取值范围:
  • 2:表示集群运行中。
  • 3:表示集群创建中。
  • 4:表示集群扩容中。
  • 5:表示集群增加router节点中。
  • 6:表示集群安装组件中。
  • 7:表示集群执行命令中。
  • 8:表示重启服务中。
  • 9:表示进入维护中。
  • 10:表示服务暂停中。
  • 11:表示退出维护中。
  • 12:表示退出暂停中。
  • 13:表示配置下发中。
  • 14:表示销毁集群中。
  • 15:表示销毁core节点中。
  • 16:销毁task节点中。
  • 17:表示销毁router节点中。
  • 18:表示更改webproxy密码中。
  • 19:表示集群隔离中。
  • 20:表示集群冲正中。
  • 21:表示集群回收中。
  • 22:表示变配等待中。
  • 23:表示集群已隔离。
  • 24:表示缩容节点中。
  • 33:表示集群等待退费中。
  • 34:表示集群已退费。
  • 301:表示创建失败。
  • 302:表示扩容失败。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getStatus() { return this.Status; } /** * Set 实例的状态码。取值范围:
  • 2:表示集群运行中。
  • 3:表示集群创建中。
  • 4:表示集群扩容中。
  • 5:表示集群增加router节点中。
  • 6:表示集群安装组件中。
  • 7:表示集群执行命令中。
  • 8:表示重启服务中。
  • 9:表示进入维护中。
  • 10:表示服务暂停中。
  • 11:表示退出维护中。
  • 12:表示退出暂停中。
  • 13:表示配置下发中。
  • 14:表示销毁集群中。
  • 15:表示销毁core节点中。
  • 16:销毁task节点中。
  • 17:表示销毁router节点中。
  • 18:表示更改webproxy密码中。
  • 19:表示集群隔离中。
  • 20:表示集群冲正中。
  • 21:表示集群回收中。
  • 22:表示变配等待中。
  • 23:表示集群已隔离。
  • 24:表示缩容节点中。
  • 33:表示集群等待退费中。
  • 34:表示集群已退费。
  • 301:表示创建失败。
  • 302:表示扩容失败。
  • 注意:此字段可能返回 null,表示取不到有效值。 * @param Status 实例的状态码。取值范围:
  • 2:表示集群运行中。
  • 3:表示集群创建中。
  • 4:表示集群扩容中。
  • 5:表示集群增加router节点中。
  • 6:表示集群安装组件中。
  • 7:表示集群执行命令中。
  • 8:表示重启服务中。
  • 9:表示进入维护中。
  • 10:表示服务暂停中。
  • 11:表示退出维护中。
  • 12:表示退出暂停中。
  • 13:表示配置下发中。
  • 14:表示销毁集群中。
  • 15:表示销毁core节点中。
  • 16:销毁task节点中。
  • 17:表示销毁router节点中。
  • 18:表示更改webproxy密码中。
  • 19:表示集群隔离中。
  • 20:表示集群冲正中。
  • 21:表示集群回收中。
  • 22:表示变配等待中。
  • 23:表示集群已隔离。
  • 24:表示缩容节点中。
  • 33:表示集群等待退费中。
  • 34:表示集群已退费。
  • 301:表示创建失败。
  • 302:表示扩容失败。
  • 注意:此字段可能返回 null,表示取不到有效值。 */ public void setStatus(Long Status) { this.Status = Status; } /** * Get 添加时间 注意:此字段可能返回 null,表示取不到有效值。 * @return AddTime 添加时间 注意:此字段可能返回 null,表示取不到有效值。 */ public String getAddTime() { return this.AddTime; } /** * Set 添加时间 注意:此字段可能返回 null,表示取不到有效值。 * @param AddTime 添加时间 注意:此字段可能返回 null,表示取不到有效值。 */ public void setAddTime(String AddTime) { this.AddTime = AddTime; } /** * Get 已经运行时间 注意:此字段可能返回 null,表示取不到有效值。 * @return RunTime 已经运行时间 注意:此字段可能返回 null,表示取不到有效值。 */ public String getRunTime() { return this.RunTime; } /** * Set 已经运行时间 注意:此字段可能返回 null,表示取不到有效值。 * @param RunTime 已经运行时间 注意:此字段可能返回 null,表示取不到有效值。 */ public void setRunTime(String RunTime) { this.RunTime = RunTime; } /** * Get 集群产品配置信息 注意:此字段可能返回 null,表示取不到有效值。 * @return Config 集群产品配置信息 注意:此字段可能返回 null,表示取不到有效值。 */ public EmrProductConfigOutter getConfig() { return this.Config; } /** * Set 集群产品配置信息 注意:此字段可能返回 null,表示取不到有效值。 * @param Config 集群产品配置信息 注意:此字段可能返回 null,表示取不到有效值。 */ public void setConfig(EmrProductConfigOutter Config) { this.Config = Config; } /** * Get 主节点外网IP 注意:此字段可能返回 null,表示取不到有效值。 * @return MasterIp 主节点外网IP 注意:此字段可能返回 null,表示取不到有效值。 */ public String getMasterIp() { return this.MasterIp; } /** * Set 主节点外网IP 注意:此字段可能返回 null,表示取不到有效值。 * @param MasterIp 主节点外网IP 注意:此字段可能返回 null,表示取不到有效值。 */ public void setMasterIp(String MasterIp) { this.MasterIp = MasterIp; } /** * Get EMR版本 注意:此字段可能返回 null,表示取不到有效值。 * @return EmrVersion EMR版本 注意:此字段可能返回 null,表示取不到有效值。 */ public String getEmrVersion() { return this.EmrVersion; } /** * Set EMR版本 注意:此字段可能返回 null,表示取不到有效值。 * @param EmrVersion EMR版本 注意:此字段可能返回 null,表示取不到有效值。 */ public void setEmrVersion(String EmrVersion) { this.EmrVersion = EmrVersion; } /** * Get 收费类型 注意:此字段可能返回 null,表示取不到有效值。 * @return ChargeType 收费类型 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getChargeType() { return this.ChargeType; } /** * Set 收费类型 注意:此字段可能返回 null,表示取不到有效值。 * @param ChargeType 收费类型 注意:此字段可能返回 null,表示取不到有效值。 */ public void setChargeType(Long ChargeType) { this.ChargeType = ChargeType; } /** * Get 交易版本 注意:此字段可能返回 null,表示取不到有效值。 * @return TradeVersion 交易版本 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getTradeVersion() { return this.TradeVersion; } /** * Set 交易版本 注意:此字段可能返回 null,表示取不到有效值。 * @param TradeVersion 交易版本 注意:此字段可能返回 null,表示取不到有效值。 */ public void setTradeVersion(Long TradeVersion) { this.TradeVersion = TradeVersion; } /** * Get 资源订单ID 注意:此字段可能返回 null,表示取不到有效值。 * @return ResourceOrderId 资源订单ID 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getResourceOrderId() { return this.ResourceOrderId; } /** * Set 资源订单ID 注意:此字段可能返回 null,表示取不到有效值。 * @param ResourceOrderId 资源订单ID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setResourceOrderId(Long ResourceOrderId) { this.ResourceOrderId = ResourceOrderId; } /** * Get 是否计费集群 注意:此字段可能返回 null,表示取不到有效值。 * @return IsTradeCluster 是否计费集群 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getIsTradeCluster() { return this.IsTradeCluster; } /** * Set 是否计费集群 注意:此字段可能返回 null,表示取不到有效值。 * @param IsTradeCluster 是否计费集群 注意:此字段可能返回 null,表示取不到有效值。 */ public void setIsTradeCluster(Long IsTradeCluster) { this.IsTradeCluster = IsTradeCluster; } /** * Get 集群错误状态告警信息 注意:此字段可能返回 null,表示取不到有效值。 * @return AlarmInfo 集群错误状态告警信息 注意:此字段可能返回 null,表示取不到有效值。 */ public String getAlarmInfo() { return this.AlarmInfo; } /** * Set 集群错误状态告警信息 注意:此字段可能返回 null,表示取不到有效值。 * @param AlarmInfo 集群错误状态告警信息 注意:此字段可能返回 null,表示取不到有效值。 */ public void setAlarmInfo(String AlarmInfo) { this.AlarmInfo = AlarmInfo; } /** * Get 是否采用新架构 注意:此字段可能返回 null,表示取不到有效值。 * @return IsWoodpeckerCluster 是否采用新架构 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getIsWoodpeckerCluster() { return this.IsWoodpeckerCluster; } /** * Set 是否采用新架构 注意:此字段可能返回 null,表示取不到有效值。 * @param IsWoodpeckerCluster 是否采用新架构 注意:此字段可能返回 null,表示取不到有效值。 */ public void setIsWoodpeckerCluster(Long IsWoodpeckerCluster) { this.IsWoodpeckerCluster = IsWoodpeckerCluster; } /** * Get 元数据库信息 注意:此字段可能返回 null,表示取不到有效值。 * @return MetaDb 元数据库信息 注意:此字段可能返回 null,表示取不到有效值。 */ public String getMetaDb() { return this.MetaDb; } /** * Set 元数据库信息 注意:此字段可能返回 null,表示取不到有效值。 * @param MetaDb 元数据库信息 注意:此字段可能返回 null,表示取不到有效值。 */ public void setMetaDb(String MetaDb) { this.MetaDb = MetaDb; } /** * Get 标签信息 注意:此字段可能返回 null,表示取不到有效值。 * @return Tags 标签信息 注意:此字段可能返回 null,表示取不到有效值。 */ public Tag [] getTags() { return this.Tags; } /** * Set 标签信息 注意:此字段可能返回 null,表示取不到有效值。 * @param Tags 标签信息 注意:此字段可能返回 null,表示取不到有效值。 */ public void setTags(Tag [] Tags) { this.Tags = Tags; } /** * Get Hive元数据信息 注意:此字段可能返回 null,表示取不到有效值。 * @return HiveMetaDb Hive元数据信息 注意:此字段可能返回 null,表示取不到有效值。 */ public String getHiveMetaDb() { return this.HiveMetaDb; } /** * Set Hive元数据信息 注意:此字段可能返回 null,表示取不到有效值。 * @param HiveMetaDb Hive元数据信息 注意:此字段可能返回 null,表示取不到有效值。 */ public void setHiveMetaDb(String HiveMetaDb) { this.HiveMetaDb = HiveMetaDb; } /** * Get 集群类型:EMR,CLICKHOUSE,DRUID 注意:此字段可能返回 null,表示取不到有效值。 * @return ServiceClass 集群类型:EMR,CLICKHOUSE,DRUID 注意:此字段可能返回 null,表示取不到有效值。 */ public String getServiceClass() { return this.ServiceClass; } /** * Set 集群类型:EMR,CLICKHOUSE,DRUID 注意:此字段可能返回 null,表示取不到有效值。 * @param ServiceClass 集群类型:EMR,CLICKHOUSE,DRUID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setServiceClass(String ServiceClass) { this.ServiceClass = ServiceClass; } /** * Get 集群所有节点的别名序列化 注意:此字段可能返回 null,表示取不到有效值。 * @return AliasInfo 集群所有节点的别名序列化 注意:此字段可能返回 null,表示取不到有效值。 */ public String getAliasInfo() { return this.AliasInfo; } /** * Set 集群所有节点的别名序列化 注意:此字段可能返回 null,表示取不到有效值。 * @param AliasInfo 集群所有节点的别名序列化 注意:此字段可能返回 null,表示取不到有效值。 */ public void setAliasInfo(String AliasInfo) { this.AliasInfo = AliasInfo; } /** * Get 集群版本Id 注意:此字段可能返回 null,表示取不到有效值。 * @return ProductId 集群版本Id 注意:此字段可能返回 null,表示取不到有效值。 */ public Long getProductId() { return this.ProductId; } /** * Set 集群版本Id 注意:此字段可能返回 null,表示取不到有效值。 * @param ProductId 集群版本Id 注意:此字段可能返回 null,表示取不到有效值。 */ public void setProductId(Long ProductId) { this.ProductId = ProductId; } /** * Get 地区ID 注意:此字段可能返回 null,表示取不到有效值。 * @return Zone 地区ID 注意:此字段可能返回 null,表示取不到有效值。 */ public String getZone() { return this.Zone; } /** * Set 地区ID 注意:此字段可能返回 null,表示取不到有效值。 * @param Zone 地区ID 注意:此字段可能返回 null,表示取不到有效值。 */ public void setZone(String Zone) { this.Zone = Zone; } /** * Get 场景名称 注意:此字段可能返回 null,表示取不到有效值。 * @return SceneName 场景名称 注意:此字段可能返回 null,表示取不到有效值。 */ public String getSceneName() { return this.SceneName; } /** * Set 场景名称 注意:此字段可能返回 null,表示取不到有效值。 * @param SceneName 场景名称 注意:此字段可能返回 null,表示取不到有效值。 */ public void setSceneName(String SceneName) { this.SceneName = SceneName; } /** * Get 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 * @return SceneServiceClass 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 */ public String getSceneServiceClass() { return this.SceneServiceClass; } /** * Set 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 * @param SceneServiceClass 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 */ public void setSceneServiceClass(String SceneServiceClass) { this.SceneServiceClass = SceneServiceClass; } /** * Get 场景化EMR版本 注意:此字段可能返回 null,表示取不到有效值。 * @return SceneEmrVersion 场景化EMR版本 注意:此字段可能返回 null,表示取不到有效值。 */ public String getSceneEmrVersion() { return this.SceneEmrVersion; } /** * Set 场景化EMR版本 注意:此字段可能返回 null,表示取不到有效值。 * @param SceneEmrVersion 场景化EMR版本 注意:此字段可能返回 null,表示取不到有效值。 */ public void setSceneEmrVersion(String SceneEmrVersion) { this.SceneEmrVersion = SceneEmrVersion; } /** * Get 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 * @return DisplayName 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 */ public String getDisplayName() { return this.DisplayName; } /** * Set 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 * @param DisplayName 场景化集群类型 注意:此字段可能返回 null,表示取不到有效值。 */ public void setDisplayName(String DisplayName) { this.DisplayName = DisplayName; } /** * Get vpc name 注意:此字段可能返回 null,表示取不到有效值。 * @return VpcName vpc name 注意:此字段可能返回 null,表示取不到有效值。 */ public String getVpcName() { return this.VpcName; } /** * Set vpc name 注意:此字段可能返回 null,表示取不到有效值。 * @param VpcName vpc name 注意:此字段可能返回 null,表示取不到有效值。 */ public void setVpcName(String VpcName) { this.VpcName = VpcName; } /** * Get subnet name 注意:此字段可能返回 null,表示取不到有效值。 * @return SubnetName subnet name 注意:此字段可能返回 null,表示取不到有效值。 */ public String getSubnetName() { return this.SubnetName; } /** * Set subnet name 注意:此字段可能返回 null,表示取不到有效值。 * @param SubnetName subnet name 注意:此字段可能返回 null,表示取不到有效值。 */ public void setSubnetName(String SubnetName) { this.SubnetName = SubnetName; } /** * Get 集群依赖关系 注意:此字段可能返回 null,表示取不到有效值。 * @return ClusterExternalServiceInfo 集群依赖关系 注意:此字段可能返回 null,表示取不到有效值。 */ public ClusterExternalServiceInfo [] getClusterExternalServiceInfo() { return this.ClusterExternalServiceInfo; } /** * Set 集群依赖关系 注意:此字段可能返回 null,表示取不到有效值。 * @param ClusterExternalServiceInfo 集群依赖关系 注意:此字段可能返回 null,表示取不到有效值。 */ public void setClusterExternalServiceInfo(ClusterExternalServiceInfo [] ClusterExternalServiceInfo) { this.ClusterExternalServiceInfo = ClusterExternalServiceInfo; } /** * Get 集群vpcid 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 * @return UniqVpcId 集群vpcid 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 */ public String getUniqVpcId() { return this.UniqVpcId; } /** * Set 集群vpcid 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 * @param UniqVpcId 集群vpcid 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 */ public void setUniqVpcId(String UniqVpcId) { this.UniqVpcId = UniqVpcId; } /** * Get 子网id 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 * @return UniqSubnetId 子网id 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 */ public String getUniqSubnetId() { return this.UniqSubnetId; } /** * Set 子网id 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 * @param UniqSubnetId 子网id 字符串类型 注意:此字段可能返回 null,表示取不到有效值。 */ public void setUniqSubnetId(String UniqSubnetId) { this.UniqSubnetId = UniqSubnetId; } /** * Get 节点信息 注意:此字段可能返回 null,表示取不到有效值。 * @return TopologyInfoList 节点信息 注意:此字段可能返回 null,表示取不到有效值。 */ public TopologyInfo [] getTopologyInfoList() { return this.TopologyInfoList; } /** * Set 节点信息 注意:此字段可能返回 null,表示取不到有效值。 * @param TopologyInfoList 节点信息 注意:此字段可能返回 null,表示取不到有效值。 */ public void setTopologyInfoList(TopologyInfo [] TopologyInfoList) { this.TopologyInfoList = TopologyInfoList; } /** * Get 是否是跨AZ集群 注意:此字段可能返回 null,表示取不到有效值。 * @return IsMultiZoneCluster 是否是跨AZ集群 注意:此字段可能返回 null,表示取不到有效值。 */ public Boolean getIsMultiZoneCluster() { return this.IsMultiZoneCluster; } /** * Set 是否是跨AZ集群 注意:此字段可能返回 null,表示取不到有效值。 * @param IsMultiZoneCluster 是否是跨AZ集群 注意:此字段可能返回 null,表示取不到有效值。 */ public void setIsMultiZoneCluster(Boolean IsMultiZoneCluster) { this.IsMultiZoneCluster = IsMultiZoneCluster; } /** * Get 是否开通异常节点自动补偿 注意:此字段可能返回 null,表示取不到有效值。 * @return IsCvmReplace 是否开通异常节点自动补偿 注意:此字段可能返回 null,表示取不到有效值。 */ public Boolean getIsCvmReplace() { return this.IsCvmReplace; } /** * Set 是否开通异常节点自动补偿 注意:此字段可能返回 null,表示取不到有效值。 * @param IsCvmReplace 是否开通异常节点自动补偿 注意:此字段可能返回 null,表示取不到有效值。 */ public void setIsCvmReplace(Boolean IsCvmReplace) { this.IsCvmReplace = IsCvmReplace; } public ClusterInstancesInfo() { } /** * 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 ClusterInstancesInfo(ClusterInstancesInfo source) { if (source.Id != null) { this.Id = new Long(source.Id); } if (source.ClusterId != null) { this.ClusterId = new String(source.ClusterId); } if (source.Ftitle != null) { this.Ftitle = new String(source.Ftitle); } if (source.ClusterName != null) { this.ClusterName = new String(source.ClusterName); } if (source.RegionId != null) { this.RegionId = new Long(source.RegionId); } if (source.ZoneId != null) { this.ZoneId = new Long(source.ZoneId); } if (source.AppId != null) { this.AppId = new Long(source.AppId); } if (source.Uin != null) { this.Uin = new String(source.Uin); } if (source.ProjectId != null) { this.ProjectId = new Long(source.ProjectId); } if (source.VpcId != null) { this.VpcId = new Long(source.VpcId); } if (source.SubnetId != null) { this.SubnetId = new Long(source.SubnetId); } if (source.Status != null) { this.Status = new Long(source.Status); } if (source.AddTime != null) { this.AddTime = new String(source.AddTime); } if (source.RunTime != null) { this.RunTime = new String(source.RunTime); } if (source.Config != null) { this.Config = new EmrProductConfigOutter(source.Config); } if (source.MasterIp != null) { this.MasterIp = new String(source.MasterIp); } if (source.EmrVersion != null) { this.EmrVersion = new String(source.EmrVersion); } if (source.ChargeType != null) { this.ChargeType = new Long(source.ChargeType); } if (source.TradeVersion != null) { this.TradeVersion = new Long(source.TradeVersion); } if (source.ResourceOrderId != null) { this.ResourceOrderId = new Long(source.ResourceOrderId); } if (source.IsTradeCluster != null) { this.IsTradeCluster = new Long(source.IsTradeCluster); } if (source.AlarmInfo != null) { this.AlarmInfo = new String(source.AlarmInfo); } if (source.IsWoodpeckerCluster != null) { this.IsWoodpeckerCluster = new Long(source.IsWoodpeckerCluster); } if (source.MetaDb != null) { this.MetaDb = new String(source.MetaDb); } if (source.Tags != null) { this.Tags = new Tag[source.Tags.length]; for (int i = 0; i < source.Tags.length; i++) { this.Tags[i] = new Tag(source.Tags[i]); } } if (source.HiveMetaDb != null) { this.HiveMetaDb = new String(source.HiveMetaDb); } if (source.ServiceClass != null) { this.ServiceClass = new String(source.ServiceClass); } if (source.AliasInfo != null) { this.AliasInfo = new String(source.AliasInfo); } if (source.ProductId != null) { this.ProductId = new Long(source.ProductId); } if (source.Zone != null) { this.Zone = new String(source.Zone); } if (source.SceneName != null) { this.SceneName = new String(source.SceneName); } if (source.SceneServiceClass != null) { this.SceneServiceClass = new String(source.SceneServiceClass); } if (source.SceneEmrVersion != null) { this.SceneEmrVersion = new String(source.SceneEmrVersion); } if (source.DisplayName != null) { this.DisplayName = new String(source.DisplayName); } if (source.VpcName != null) { this.VpcName = new String(source.VpcName); } if (source.SubnetName != null) { this.SubnetName = new String(source.SubnetName); } if (source.ClusterExternalServiceInfo != null) { this.ClusterExternalServiceInfo = new ClusterExternalServiceInfo[source.ClusterExternalServiceInfo.length]; for (int i = 0; i < source.ClusterExternalServiceInfo.length; i++) { this.ClusterExternalServiceInfo[i] = new ClusterExternalServiceInfo(source.ClusterExternalServiceInfo[i]); } } if (source.UniqVpcId != null) { this.UniqVpcId = new String(source.UniqVpcId); } if (source.UniqSubnetId != null) { this.UniqSubnetId = new String(source.UniqSubnetId); } if (source.TopologyInfoList != null) { this.TopologyInfoList = new TopologyInfo[source.TopologyInfoList.length]; for (int i = 0; i < source.TopologyInfoList.length; i++) { this.TopologyInfoList[i] = new TopologyInfo(source.TopologyInfoList[i]); } } if (source.IsMultiZoneCluster != null) { this.IsMultiZoneCluster = new Boolean(source.IsMultiZoneCluster); } if (source.IsCvmReplace != null) { this.IsCvmReplace = new Boolean(source.IsCvmReplace); } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamSimple(map, prefix + "Id", this.Id); this.setParamSimple(map, prefix + "ClusterId", this.ClusterId); this.setParamSimple(map, prefix + "Ftitle", this.Ftitle); this.setParamSimple(map, prefix + "ClusterName", this.ClusterName); this.setParamSimple(map, prefix + "RegionId", this.RegionId); this.setParamSimple(map, prefix + "ZoneId", this.ZoneId); this.setParamSimple(map, prefix + "AppId", this.AppId); this.setParamSimple(map, prefix + "Uin", this.Uin); this.setParamSimple(map, prefix + "ProjectId", this.ProjectId); this.setParamSimple(map, prefix + "VpcId", this.VpcId); this.setParamSimple(map, prefix + "SubnetId", this.SubnetId); this.setParamSimple(map, prefix + "Status", this.Status); this.setParamSimple(map, prefix + "AddTime", this.AddTime); this.setParamSimple(map, prefix + "RunTime", this.RunTime); this.setParamObj(map, prefix + "Config.", this.Config); this.setParamSimple(map, prefix + "MasterIp", this.MasterIp); this.setParamSimple(map, prefix + "EmrVersion", this.EmrVersion); this.setParamSimple(map, prefix + "ChargeType", this.ChargeType); this.setParamSimple(map, prefix + "TradeVersion", this.TradeVersion); this.setParamSimple(map, prefix + "ResourceOrderId", this.ResourceOrderId); this.setParamSimple(map, prefix + "IsTradeCluster", this.IsTradeCluster); this.setParamSimple(map, prefix + "AlarmInfo", this.AlarmInfo); this.setParamSimple(map, prefix + "IsWoodpeckerCluster", this.IsWoodpeckerCluster); this.setParamSimple(map, prefix + "MetaDb", this.MetaDb); this.setParamArrayObj(map, prefix + "Tags.", this.Tags); this.setParamSimple(map, prefix + "HiveMetaDb", this.HiveMetaDb); this.setParamSimple(map, prefix + "ServiceClass", this.ServiceClass); this.setParamSimple(map, prefix + "AliasInfo", this.AliasInfo); this.setParamSimple(map, prefix + "ProductId", this.ProductId); this.setParamSimple(map, prefix + "Zone", this.Zone); this.setParamSimple(map, prefix + "SceneName", this.SceneName); this.setParamSimple(map, prefix + "SceneServiceClass", this.SceneServiceClass); this.setParamSimple(map, prefix + "SceneEmrVersion", this.SceneEmrVersion); this.setParamSimple(map, prefix + "DisplayName", this.DisplayName); this.setParamSimple(map, prefix + "VpcName", this.VpcName); this.setParamSimple(map, prefix + "SubnetName", this.SubnetName); this.setParamArrayObj(map, prefix + "ClusterExternalServiceInfo.", this.ClusterExternalServiceInfo); this.setParamSimple(map, prefix + "UniqVpcId", this.UniqVpcId); this.setParamSimple(map, prefix + "UniqSubnetId", this.UniqSubnetId); this.setParamArrayObj(map, prefix + "TopologyInfoList.", this.TopologyInfoList); this.setParamSimple(map, prefix + "IsMultiZoneCluster", this.IsMultiZoneCluster); this.setParamSimple(map, prefix + "IsCvmReplace", this.IsCvmReplace); } }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy