Class KeystoneDomain

    • Constructor Detail

      • KeystoneDomain

        public KeystoneDomain()
    • Method Detail

      • builder

        public static DomainBuilder builder()
        Returns:
        the domain builder
      • getId

        public String getId()
        Globally unique domain identifier across all domains.
        Specified by:
        getId in interface Domain
        Returns:
        the Id of the domain
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface Domain
        Returns:
        the Description of the domain
      • getName

        public String getName()
        Specified by:
        getName in interface Domain
        Returns:
        the Name of the domain
      • isEnabled

        public boolean isEnabled()
        Specified by:
        isEnabled in interface Domain
        Returns:
        if domain is enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
        set endpoint enabled
        Parameters:
        enabled - the new enabled status
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object