Class TenantBilling
java.lang.Object
com.yahoo.vespa.hosted.controller.tenant.TenantBilling
- Author:
- smorgrav
-
Constructor Summary
ConstructorsConstructorDescriptionTenantBilling(TenantContact contact, TenantAddress address, TaxId taxId, PurchaseOrder purchaseOrder, Email invoiceEmail) -
Method Summary
Modifier and TypeMethodDescriptionaddress()contact()static TenantBillingempty()booleangetTaxId()inthashCode()booleanisEmpty()toString()withAddress(TenantAddress updatedAddress) withContact(TenantContact updatedContact) withInvoiceEmail(Email updatedInvoiceEmail) withPurchaseOrder(PurchaseOrder updatedPurchaseOrder)
-
Constructor Details
-
TenantBilling
public TenantBilling(TenantContact contact, TenantAddress address, TaxId taxId, PurchaseOrder purchaseOrder, Email invoiceEmail)
-
-
Method Details
-
empty
-
contact
-
address
-
getTaxId
-
getPurchaseOrder
-
getInvoiceEmail
-
withContact
-
withAddress
-
withTaxId
-
withPurchaseOrder
-
withInvoiceEmail
-
isEmpty
public boolean isEmpty() -
equals
-
hashCode
public int hashCode() -
toString
-