Class TenantId
- 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.TenantId
-
public class TenantId extends NonDefaultIdentifier
- Author:
- smorgrav
-
-
Field Summary
-
Fields inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
strictPattern, strictPatternExplanation
-
-
Constructor Summary
Constructors Constructor Description TenantId(java.lang.String id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()static voidvalidate(java.lang.String id)-
Methods inherited from class com.yahoo.vespa.hosted.controller.api.identifiers.Identifier
capitalizedType, equals, hashCode, id, throwInvalidId, toDns, toString, validateNoDefault, validateNoUpperCase, validateSerialized, validateSerializedIdentifier
-
-
-
-
Method Detail
-
validate
public void validate()
- Overrides:
validatein classNonDefaultIdentifier
-
validate
public static void validate(java.lang.String id)
-
-