Class EnvAddressInfo

    • Constructor Detail

      • EnvAddressInfo

        public EnvAddressInfo()
      • EnvAddressInfo

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

      • getEnvName

        public String getEnvName()
        Get 环境名
        Returns:
        EnvName 环境名
      • setEnvName

        public void setEnvName​(String EnvName)
        Set 环境名
        Parameters:
        EnvName - 环境名
      • getEnableConfigInternet

        public Boolean getEnableConfigInternet()
        Get 是否开启config公网
        Returns:
        EnableConfigInternet 是否开启config公网
      • setEnableConfigInternet

        public void setEnableConfigInternet​(Boolean EnableConfigInternet)
        Set 是否开启config公网
        Parameters:
        EnableConfigInternet - 是否开启config公网
      • getConfigInternetServiceIp

        public String getConfigInternetServiceIp()
        Get config公网ip
        Returns:
        ConfigInternetServiceIp config公网ip
      • setConfigInternetServiceIp

        public void setConfigInternetServiceIp​(String ConfigInternetServiceIp)
        Set config公网ip
        Parameters:
        ConfigInternetServiceIp - config公网ip
      • getConfigIntranetAddress

        public String getConfigIntranetAddress()
        Get config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ConfigIntranetAddress config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
      • setConfigIntranetAddress

        public void setConfigIntranetAddress​(String ConfigIntranetAddress)
        Set config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ConfigIntranetAddress - config内网访问地址 注意:此字段可能返回 null,表示取不到有效值。
      • getEnableConfigIntranet

        public Boolean getEnableConfigIntranet()
        Get 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        EnableConfigIntranet 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。
      • setEnableConfigIntranet

        public void setEnableConfigIntranet​(Boolean EnableConfigIntranet)
        Set 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        EnableConfigIntranet - 是否开启config内网clb 注意:此字段可能返回 null,表示取不到有效值。
      • getInternetBandWidth

        public Long getInternetBandWidth()
        Get 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InternetBandWidth 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。
      • setInternetBandWidth

        public void setInternetBandWidth​(Long InternetBandWidth)
        Set 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InternetBandWidth - 客户端公网带宽 注意:此字段可能返回 null,表示取不到有效值。