Class UserId
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
-
- com.yahoo.vespa.hosted.controller.api.identifiers.SerializedIdentifier
-
- com.yahoo.vespa.hosted.controller.api.identifiers.NonDefaultIdentifier
-
- com.yahoo.vespa.hosted.controller.api.identifiers.UserId
-
public class UserId extends NonDefaultIdentifier
- Author:
- smorgrav
-
-
Field Summary
-
Fields inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
strictPattern, strictPatternExplanation
-
-
Method Summary
-
Methods inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.NonDefaultIdentifier
validate
-
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
-
UserId
public UserId(String id)
-
-