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)
-
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)
int
hashCode()
boolean
isUpdatable()
java.lang.String
toString()
-
-
-
Method Detail
-
builder
public static PartitionProperties.Builder builder()
-
isUpdatable
public boolean isUpdatable()
-
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
-
-