Package cern.nxcals.api.domain
Class PartitionResource
- java.lang.Object
-
- cern.nxcals.api.domain.PartitionResource
-
- All Implemented Interfaces:
Identifiable
,Versionable
public class PartitionResource extends java.lang.Object implements Identifiable, Versionable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartitionResource.Builder
static class
PartitionResource.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 PartitionResource.Builder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
long
getId()
@NonNull Partition
getPartition()
long
getRecVersion()
@NonNull EntitySchema
getSchema()
@NonNull SystemSpec
getSystemSpec()
int
hashCode()
PartitionResource.Builder
toBuilder()
java.lang.String
toString()
-
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
-
toBuilder
public PartitionResource.Builder toBuilder()
-
builder
public static PartitionResource.Builder builder()
-
getId
public long getId()
- Specified by:
getId
in interfaceIdentifiable
-
getSystemSpec
@NonNull public @NonNull SystemSpec getSystemSpec()
-
getPartition
@NonNull public @NonNull Partition getPartition()
-
getSchema
@NonNull public @NonNull EntitySchema getSchema()
-
getRecVersion
public long getRecVersion()
- Specified by:
getRecVersion
in interfaceVersionable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-