Class Tenant

    • Method Detail

      • name

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

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

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

        public Optional<Contact> contact()
        Contact information for this tenant
      • hashCode

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

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