VolumeSizeBIType, VolumeSizeValuesBITypepublic final class VolumeSizeBI extends java.lang.Object implements VolumeSizeBIType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
VolumeSizeBI.Builder |
Builds instances of type
VolumeSizeBI. |
| Modifier and Type | Method | Description |
|---|---|---|
static VolumeSizeBI.Builder |
builder() |
Creates a builder for
VolumeSizeBI. |
boolean |
equals(java.lang.Object another) |
This instance is equal to all instances of
VolumeSizeBI that have equal attribute values. |
int |
hashCode() |
Computes a hash code from attributes:
sizeX, sizeY, sizeZ. |
static VolumeSizeBI |
of(java.math.BigInteger sizeX,
java.math.BigInteger sizeY,
java.math.BigInteger sizeZ) |
Construct a new immutable
VolumeSizeBI instance. |
java.math.BigInteger |
sizeX() |
|
java.math.BigInteger |
sizeY() |
|
java.math.BigInteger |
sizeZ() |
|
java.lang.String |
toString() |
Prints the immutable value
VolumeSizeBI with attribute values. |
public java.math.BigInteger sizeX()
sizeX in interface VolumeSizeBITypesizeX in interface VolumeSizeValuesBITypesizeX attributepublic java.math.BigInteger sizeY()
sizeY in interface VolumeSizeBITypesizeY in interface VolumeSizeValuesBITypesizeY attributepublic java.math.BigInteger sizeZ()
sizeZ in interface VolumeSizeBITypesizeZ in interface VolumeSizeValuesBITypesizeZ attributepublic boolean equals(java.lang.Object another)
VolumeSizeBI 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()
VolumeSizeBI with attribute values.toString in class java.lang.Objectpublic static VolumeSizeBI of(java.math.BigInteger sizeX, java.math.BigInteger sizeY, java.math.BigInteger sizeZ)
VolumeSizeBI instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributesizeZ - The value for the sizeZ attributepublic static VolumeSizeBI.Builder builder()
VolumeSizeBI.Copyright © 2017 <code@io7m.com> http://io7m.com