Class ScrewdriverId
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
-
- com.yahoo.vespa.hosted.controller.api.identifiers.ScrewdriverId
-
public class ScrewdriverId extends Identifier
- Author:
- smorgrav, bjorncs
-
-
Field Summary
-
Fields inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
strictPattern, strictPatternExplanation
-
-
Constructor Summary
Constructors Constructor Description ScrewdriverId(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()longvalue()Returns this id as a long-
Methods inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
capitalizedType, equals, hashCode, id, throwInvalidId, toDns, toString, validateNoDefault, validateNoUpperCase, validateSerialized, validateSerializedIdentifier
-
-
-
-
Constructor Detail
-
ScrewdriverId
public ScrewdriverId(String id)
-
-
Method Detail
-
value
public long value()
Returns this id as a long
-
validate
public void validate()
- Overrides:
validatein classIdentifier
-
-