Package google.registry.model.common
Class Cursor.CursorId
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.common.Cursor.CursorId
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
- Enclosing class:
- Cursor
public static class Cursor.CursorId extends ImmutableObject implements UnsafeSerializable
- 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 Modifier and Type Field Description java.lang.String
scope
Cursor.CursorType
type
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description CursorId(Cursor.CursorType type, java.lang.String scope)
-
Method Summary
-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Field Detail
-
type
public Cursor.CursorType type
-
scope
public java.lang.String scope
-
-
Constructor Detail
-
CursorId
public CursorId(Cursor.CursorType type, java.lang.String scope)
-
-