Package google.registry.model.mark
Class Mark
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.mark.Mark
- All Implemented Interfaces:
Cloneable
Information about one or more marks.
A mark is a term for a label with some sort of legally protected status. The most well known version is a registered trademark, but marks can also be derived from court opinions, treaties, or statutes.
-
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
<CourtMark> com.google.common.collect.ImmutableList
<Trademark> com.google.common.collect.ImmutableList
<TreatyOrStatuteMark> Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Constructor Details
-
Mark
public Mark()
-
-
Method Details
-
getTrademarks
-
getTreatyOrStatuteMarks
-
getCourtMarks
-