Class LaunchNotice.NoticeIdType
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.launch.LaunchNotice.NoticeIdType
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- LaunchNotice
@Embeddable public static class LaunchNotice.NoticeIdType extends ImmutableObject implements UnsafeSerializable
An id with a validator-id attribute.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description NoticeIdType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getTcnId()
java.lang.String
getValidatorId()
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-