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 class
Tag.Builder
static class
Tag.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.Builder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
@NonNull java.lang.String
getSystem()
java.time.Instant
getTimestamp()
int
hashCode()
Tag.Builder
toBuilder()
java.lang.String
toString()
-
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()
-
-