Package cern.nxcals.api.domain
Class PartitionResourceInformation
- java.lang.Object
-
- cern.nxcals.api.domain.PartitionResourceInformation
-
- All Implemented Interfaces:
Identifiable
,Versionable
public class PartitionResourceInformation extends java.lang.Object implements Identifiable, Versionable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartitionResourceInformation.Builder
static class
PartitionResourceInformation.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 PartitionResourceInformation.Builder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
@NonNull java.lang.String
getCompactionType()
java.sql.Timestamp
getEndTime()
long
getId()
@NonNull java.lang.String
getPartitionInformation()
@NonNull PartitionResource
getPartitionResource()
long
getRecVersion()
@NonNull java.sql.Timestamp
getStartTime()
@NonNull java.lang.String
getStorageType()
int
hashCode()
@lombok.NonNull boolean
isFixedSettings()
PartitionResourceInformation.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 PartitionResourceInformation.Builder toBuilder()
-
builder
public static PartitionResourceInformation.Builder builder()
-
getId
public long getId()
- Specified by:
getId
in interfaceIdentifiable
-
getPartitionResource
@NonNull public @NonNull PartitionResource getPartitionResource()
-
getPartitionInformation
@NonNull public @NonNull java.lang.String getPartitionInformation()
-
getCompactionType
@NonNull public @NonNull java.lang.String getCompactionType()
-
getStorageType
@NonNull public @NonNull java.lang.String getStorageType()
-
isFixedSettings
@NonNull public @lombok.NonNull boolean isFixedSettings()
-
getStartTime
@NonNull public @NonNull java.sql.Timestamp getStartTime()
-
getEndTime
public java.sql.Timestamp getEndTime()
-
getRecVersion
public long getRecVersion()
- Specified by:
getRecVersion
in interfaceVersionable
-
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
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-