Class BillingInfo


  • public class BillingInfo
    extends java.lang.Object
    Information pertinent to billing a tenant for use of hosted Vespa services.
    Author:
    jonmv
    • Constructor Summary

      Constructors 
      Constructor Description
      BillingInfo​(java.lang.String customerId, java.lang.String productCode)
      Creates a new BillingInfo with the given data.
    • Constructor Detail

      • BillingInfo

        public BillingInfo​(java.lang.String customerId,
                           java.lang.String productCode)
        Creates a new BillingInfo with the given data. Assumes data has already been validated.
    • Method Detail

      • customerId

        public java.lang.String customerId()
      • productCode

        public java.lang.String productCode()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object