Package google.registry.model.mark
Class CommonMarkFields
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.mark.CommonMarkFields
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
ProtectedMark
,Trademark
Common fields shared amongst all mark instances.
- See Also:
-
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
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList
<MarkContact> getId()
com.google.common.collect.ImmutableList
<String> com.google.common.collect.ImmutableList
<MarkHolder> Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
CommonMarkFields
public CommonMarkFields()
-
-
Method Details
-
getId
-
getMarkName
-
getMarkHolders
-
getContacts
-
getLabels
-
getGoodsAndServices
-