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 classPartitionProperties.Builder
-
Constructor Summary
Constructors Constructor Description PartitionProperties(boolean updatable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PartitionProperties.Builderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)inthashCode()booleanisUpdatable()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static PartitionProperties.Builder builder()
-
isUpdatable
public boolean isUpdatable()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-