Package cern.nxcals.api.domain
Class PartitionProperties
- java.lang.Object
-
- cern.nxcals.api.domain.PartitionProperties
-
public class PartitionProperties extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PartitionProperties.Builder
-
Constructor Summary
Constructors Constructor Description PartitionProperties(boolean updatable, cern.nxcals.api.utils.TimeUtils.TimeSplits stagingPartitionType, TimeWindow stagingPartitionTypeValidity)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartitionProperties.Builder
builder()
protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
cern.nxcals.api.utils.TimeUtils.TimeSplits
getStagingPartitionType()
TimeWindow
getStagingPartitionTypeValidity()
int
hashCode()
boolean
isUpdatable()
java.lang.String
toString()
-
-
-
Constructor Detail
-
PartitionProperties
public PartitionProperties(boolean updatable, cern.nxcals.api.utils.TimeUtils.TimeSplits stagingPartitionType, TimeWindow stagingPartitionTypeValidity)
-
-
Method Detail
-
builder
public static PartitionProperties.Builder builder()
-
isUpdatable
public boolean isUpdatable()
-
getStagingPartitionType
public cern.nxcals.api.utils.TimeUtils.TimeSplits getStagingPartitionType()
-
getStagingPartitionTypeValidity
public TimeWindow getStagingPartitionTypeValidity()
-
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
-
-