Class BillingInfo
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.organization.BillingInfo
-
public class BillingInfo extends Object
Information pertinent to billing a tenant for use of hosted Vespa services.- Author:
- jonmv
-
-
Constructor Summary
Constructors Constructor Description BillingInfo(String customerId, String productCode)Creates a new BillingInfo with the given data.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcustomerId()booleanequals(Object o)inthashCode()StringproductCode()StringtoString()
-