Class CloudBaseEsInfo

    • Constructor Detail

      • CloudBaseEsInfo

        public CloudBaseEsInfo()
      • CloudBaseEsInfo

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

      • getId

        public Long getId()
        Get es的id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Id es的id 注意:此字段可能返回 null,表示取不到有效值。
      • setId

        public void setId​(Long Id)
        Set es的id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Id - es的id 注意:此字段可能返回 null,表示取不到有效值。
      • getSecretName

        public String getSecretName()
        Get secret名字 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SecretName secret名字 注意:此字段可能返回 null,表示取不到有效值。
      • setSecretName

        public void setSecretName​(String SecretName)
        Set secret名字 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SecretName - secret名字 注意:此字段可能返回 null,表示取不到有效值。
      • getIp

        public String getIp()
        Get ip地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Ip ip地址 注意:此字段可能返回 null,表示取不到有效值。
      • setIp

        public void setIp​(String Ip)
        Set ip地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Ip - ip地址 注意:此字段可能返回 null,表示取不到有效值。
      • getPort

        public Long getPort()
        Get 端口 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Port 端口 注意:此字段可能返回 null,表示取不到有效值。
      • setPort

        public void setPort​(Long Port)
        Set 端口 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Port - 端口 注意:此字段可能返回 null,表示取不到有效值。
      • getIndex

        public String getIndex()
        Get 索引 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Index 索引 注意:此字段可能返回 null,表示取不到有效值。
      • setIndex

        public void setIndex​(String Index)
        Set 索引 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Index - 索引 注意:此字段可能返回 null,表示取不到有效值。
      • getAccount

        public String getAccount()
        Get 用户名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Account 用户名 注意:此字段可能返回 null,表示取不到有效值。
      • setAccount

        public void setAccount​(String Account)
        Set 用户名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Account - 用户名 注意:此字段可能返回 null,表示取不到有效值。
      • getPassword

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

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