Package cern.nxcals.api.custom.domain
Class Tag
- java.lang.Object
-
- cern.nxcals.api.domain.BaseGroup
-
- cern.nxcals.api.custom.domain.Tag
-
- All Implemented Interfaces:
Identifiable,Versionable
@Experimental public final class Tag extends BaseGroup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTag.Builderstatic classTag.InnerBuilder
-
Field Summary
-
Fields inherited from interface cern.nxcals.api.domain.Identifiable
NOT_SET
-
Fields inherited from interface cern.nxcals.api.domain.Versionable
NOT_SET
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Tag.Builderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)@NonNull java.lang.StringgetSystem()java.time.InstantgetTimestamp()inthashCode()Tag.BuildertoBuilder()java.lang.StringtoString()-
Methods inherited from class cern.nxcals.api.domain.BaseGroup
getDescription, getId, getName, getOwner, getProperties, getPropertiesToModify, getRecVersion, getVisibility, isVisible
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cern.nxcals.api.domain.Identifiable
hasId
-
Methods inherited from interface cern.nxcals.api.domain.Versionable
hasVersion
-
-
-
-
Method Detail
-
getTimestamp
public java.time.Instant getTimestamp()
-
toBuilder
public Tag.Builder toBuilder()
-
builder
public static Tag.Builder builder()
-
getSystem
@NonNull public @NonNull java.lang.String getSystem()
-
-