java.lang.Object
com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
com.yahoo.vespa.hosted.controller.api.identifiers.PropertyId

public class PropertyId extends Identifier
A business property ID.
Author:
frodelu
  • Constructor Details

    • PropertyId

      public PropertyId(String id)
  • Method Details

    • value

      public long value()
      Returns this id as a long
    • validate

      public void validate()
      Overrides:
      validate in class Identifier