Class TenantInfo
java.lang.Object
com.yahoo.vespa.hosted.controller.tenant.TenantInfo
Tenant information beyond technical tenant id and user authorizations.
This info is used to capture generic support information and invoiced billing information.
All fields are non null but strings can be empty
- Author:
- smorgrav
-
Method Summary
Modifier and TypeMethodDescriptionaddress()contact()contacts()email()static TenantInfoempty()booleaninthashCode()booleanisEmpty()name()toString()website()withAddress(TenantAddress address) withBilling(TenantBilling billingContact) withContact(TenantContact contact) withContacts(TenantContacts contacts) withWebsite(String website)
-
Method Details
-
empty
-
name
-
email
-
website
-
contact
-
address
-
billingContact
-
contacts
-
isEmpty
public boolean isEmpty() -
withName
-
withEmail
-
withWebsite
-
withContact
-
withAddress
-
withBilling
-
withContacts
-
equals
-
hashCode
public int hashCode() -
toString
-