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