S - A phantom type parameter indicating the coordinate space of the
volume@Generated(value={"Immutables.generator","PVolumeSizeBDType<S>"}) public final class PVolumeSizeBD<S> extends Object implements PVolumeSizeBDType<S>
| Modifier and Type | Class and Description |
|---|---|
static class |
PVolumeSizeBD.Builder<S>
Builds instances of type
PVolumeSizeBD. |
| Modifier and Type | Method and Description |
|---|---|
static <S> PVolumeSizeBD.Builder<S> |
builder()
Creates a builder for
PVolumeSizeBD. |
boolean |
equals(Object another)
This instance is equal to all instances of
PVolumeSizeBD that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY, sizeZ. |
static <S> PVolumeSizeBD<S> |
of(BigDecimal sizeX,
BigDecimal sizeY,
BigDecimal sizeZ)
Construct a new immutable
PVolumeSizeBD instance. |
BigDecimal |
sizeX() |
BigDecimal |
sizeY() |
BigDecimal |
sizeZ() |
String |
toString()
Prints the immutable value
PVolumeSizeBD with attribute values. |
public BigDecimal sizeX()
sizeX in interface PVolumeSizeBDType<S>sizeX in interface VolumeSizeValuesBDTypesizeX attributepublic BigDecimal sizeY()
sizeY in interface PVolumeSizeBDType<S>sizeY in interface VolumeSizeValuesBDTypesizeY attributepublic BigDecimal sizeZ()
sizeZ in interface PVolumeSizeBDType<S>sizeZ in interface VolumeSizeValuesBDTypesizeZ attributepublic boolean equals(Object another)
PVolumeSizeBD that have equal attribute values.public int hashCode()
sizeX, sizeY, sizeZ.public String toString()
PVolumeSizeBD with attribute values.public static <S> PVolumeSizeBD<S> of(BigDecimal sizeX, BigDecimal sizeY, BigDecimal sizeZ)
PVolumeSizeBD instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributesizeZ - The value for the sizeZ attributepublic static <S> PVolumeSizeBD.Builder<S> builder()
PVolumeSizeBD.S - generic parameter SCopyright © 2017 <code@io7m.com> http://io7m.com