java.lang.Object
ai.vespa.validation.StringWrapper<TaxId>
com.yahoo.vespa.hosted.controller.tenant.TaxId
All Implemented Interfaces:
Comparable<TaxId>

public class TaxId extends ai.vespa.validation.StringWrapper<TaxId>
Author:
olaa
  • Constructor Summary

    Constructors
    Constructor
    Description
    TaxId(String value)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static TaxId
     

    Methods inherited from class ai.vespa.validation.StringWrapper

    compareTo, equals, hashCode, toString, value

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TaxId

      public TaxId(String value)
  • Method Details

    • empty

      public static TaxId empty()