Class TenantBilling
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.tenant.TenantBilling
-
public class TenantBilling extends Object
- Author:
- smorgrav
-
-
Constructor Summary
Constructors Constructor Description TenantBilling(TenantContact contact, TenantAddress address)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TenantAddressaddress()TenantContactcontact()static TenantBillingempty()booleanequals(Object o)inthashCode()booleanisEmpty()StringtoString()TenantBillingwithAddress(TenantAddress updatedAddress)TenantBillingwithContact(TenantContact updatedContact)
-
-
-
Constructor Detail
-
TenantBilling
public TenantBilling(TenantContact contact, TenantAddress address)
-
-
Method Detail
-
empty
public static TenantBilling empty()
-
contact
public TenantContact contact()
-
address
public TenantAddress address()
-
withContact
public TenantBilling withContact(TenantContact updatedContact)
-
withAddress
public TenantBilling withAddress(TenantAddress updatedAddress)
-
isEmpty
public boolean isEmpty()
-
-