VolumeSizeBDType, VolumeSizeValuesBDTypepublic final class VolumeSizeBD extends java.lang.Object implements VolumeSizeBDType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
VolumeSizeBD.Builder |
Builds instances of type
VolumeSizeBD. |
| Modifier and Type | Method | Description |
|---|---|---|
static VolumeSizeBD.Builder |
builder() |
Creates a builder for
VolumeSizeBD. |
boolean |
equals(java.lang.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(java.math.BigDecimal sizeX,
java.math.BigDecimal sizeY,
java.math.BigDecimal sizeZ) |
Construct a new immutable
VolumeSizeBD instance. |
java.math.BigDecimal |
sizeX() |
|
java.math.BigDecimal |
sizeY() |
|
java.math.BigDecimal |
sizeZ() |
|
java.lang.String |
toString() |
Prints the immutable value
VolumeSizeBD with attribute values. |
public java.math.BigDecimal sizeX()
sizeX in interface VolumeSizeBDTypesizeX in interface VolumeSizeValuesBDTypesizeX attributepublic java.math.BigDecimal sizeY()
sizeY in interface VolumeSizeBDTypesizeY in interface VolumeSizeValuesBDTypesizeY attributepublic java.math.BigDecimal sizeZ()
sizeZ in interface VolumeSizeBDTypesizeZ in interface VolumeSizeValuesBDTypesizeZ attributepublic boolean equals(java.lang.Object another)
VolumeSizeBD that have equal attribute values.equals in class java.lang.Objecttrue if this is equal to another instancepublic int hashCode()
sizeX, sizeY, sizeZ.hashCode in class java.lang.Objectpublic java.lang.String toString()
VolumeSizeBD with attribute values.toString in class java.lang.Objectpublic static VolumeSizeBD of(java.math.BigDecimal sizeX, java.math.BigDecimal sizeY, java.math.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