Class Gates


  • public class Gates
    extends Object
    The gateway list node of the 1C:Enterprise Standalone server config.
    • Constructor Detail

      • Gates

        public Gates()
    • Method Detail

      • copy

        public Gates copy()
        Creates a copy of the instance.
        Returns:
        the copy instance, never null
      • getSsh

        public Map<String,​SshGate> getSsh()
        Returns:
        the ssh gates, never null
      • setSsh

        public void setSsh​(Map<String,​SshGate> ssh)
        Parameters:
        ssh - the ssh gates to set, cannot be null
      • getHttp

        public Map<String,​HttpGate> getHttp()
        Returns:
        the http gates, never null
      • setHttp

        public void setHttp​(Map<String,​HttpGate> http)
        Parameters:
        http - the http gates to set, cannot be null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object