Class MySQLConnectParam

    • Constructor Detail

      • MySQLConnectParam

        public MySQLConnectParam()
      • MySQLConnectParam

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

      • 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,表示取不到有效值。
      • 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,表示取不到有效值。
      • getResource

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

        public void setResource​(String Resource)
        Set MySQL连接源的实例资源 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Resource - MySQL连接源的实例资源 注意:此字段可能返回 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,表示取不到有效值。
      • 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 Mysql 连接源是否为自建集群 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SelfBuilt Mysql 连接源是否为自建集群 注意:此字段可能返回 null,表示取不到有效值。
      • setSelfBuilt

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