Class MySQLModifyConnectParam

    • Constructor Detail

      • MySQLModifyConnectParam

        public MySQLModifyConnectParam()
      • MySQLModifyConnectParam

        public MySQLModifyConnectParam​(MySQLModifyConnectParam 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

      • getResource

        public String getResource()
        Get MySQL连接源的实例资源【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Resource MySQL连接源的实例资源【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • setResource

        public void setResource​(String Resource)
        Set MySQL连接源的实例资源【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Resource - MySQL连接源的实例资源【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • getPort

        public Long getPort()
        Get MySQL的连接port【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Port MySQL的连接port【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • setPort

        public void setPort​(Long Port)
        Set MySQL的连接port【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Port - MySQL的连接port【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • getServiceVip

        public String getServiceVip()
        Get MySQL连接源的实例vip【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceVip MySQL连接源的实例vip【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceVip

        public void setServiceVip​(String ServiceVip)
        Set MySQL连接源的实例vip【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceVip - MySQL连接源的实例vip【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • getUniqVpcId

        public String getUniqVpcId()
        Get MySQL连接源的vpcId【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UniqVpcId MySQL连接源的vpcId【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • setUniqVpcId

        public void setUniqVpcId​(String UniqVpcId)
        Set MySQL连接源的vpcId【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UniqVpcId - MySQL连接源的vpcId【不支持修改】 注意:此字段可能返回 null,表示取不到有效值。
      • getUserName

        public String getUserName()
        Get MySQL连接源的用户名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UserName MySQL连接源的用户名 注意:此字段可能返回 null,表示取不到有效值。
      • setUserName

        public void setUserName​(String UserName)
        Set MySQL连接源的用户名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UserName - MySQL连接源的用户名 注意:此字段可能返回 null,表示取不到有效值。
      • getPassword

        public String getPassword()
        Get MySQL连接源的密码 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Password MySQL连接源的密码 注意:此字段可能返回 null,表示取不到有效值。
      • setPassword

        public void setPassword​(String Password)
        Set MySQL连接源的密码 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Password - MySQL连接源的密码 注意:此字段可能返回 null,表示取不到有效值。
      • getIsUpdate

        public Boolean getIsUpdate()
        Get 是否更新到关联的Datahub任务 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IsUpdate 是否更新到关联的Datahub任务 注意:此字段可能返回 null,表示取不到有效值。
      • setIsUpdate

        public void setIsUpdate​(Boolean IsUpdate)
        Set 是否更新到关联的Datahub任务 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IsUpdate - 是否更新到关联的Datahub任务 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterId

        public String getClusterId()
        Get 当type为TDSQL_C_MYSQL时 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterId 当type为TDSQL_C_MYSQL时 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 当type为TDSQL_C_MYSQL时 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterId - 当type为TDSQL_C_MYSQL时 注意:此字段可能返回 null,表示取不到有效值。
      • getSelfBuilt

        public Boolean getSelfBuilt()
        Get 是否是自建的集群 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SelfBuilt 是否是自建的集群 注意:此字段可能返回 null,表示取不到有效值。
      • setSelfBuilt

        public void setSelfBuilt​(Boolean SelfBuilt)
        Set 是否是自建的集群 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SelfBuilt - 是否是自建的集群 注意:此字段可能返回 null,表示取不到有效值。