Class Tenant

    • Method Detail

      • name

        public com.yahoo.config.provision.TenantName name()
        Name of this tenant
      • createdAt

        public java.time.Instant createdAt()
        Instant when the tenant was created
      • lastLoginInfo

        public LastLoginInfo lastLoginInfo()
        Returns login information for this tenant
      • contact

        public java.util.Optional<Contact> contact()
        Contact information for this tenant
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • requireName

        public static com.yahoo.config.provision.TenantName requireName​(com.yahoo.config.provision.TenantName name)