@Generated(value={"Immutables.generator","VolumeSizeBIType"}) public final class VolumeSizeBI extends Object implements VolumeSizeBIType
| Modifier and Type | Class and Description |
|---|---|
static class |
VolumeSizeBI.Builder
Builds instances of type
VolumeSizeBI. |
| Modifier and Type | Method and Description |
|---|---|
static VolumeSizeBI.Builder |
builder()
Creates a builder for
VolumeSizeBI. |
boolean |
equals(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(BigInteger sizeX,
BigInteger sizeY,
BigInteger sizeZ)
Construct a new immutable
VolumeSizeBI instance. |
BigInteger |
sizeX() |
BigInteger |
sizeY() |
BigInteger |
sizeZ() |
String |
toString()
Prints the immutable value
VolumeSizeBI with attribute values. |
public BigInteger sizeX()
sizeX in interface VolumeSizeBITypesizeX in interface VolumeSizeValuesBITypesizeX attributepublic BigInteger sizeY()
sizeY in interface VolumeSizeBITypesizeY in interface VolumeSizeValuesBITypesizeY attributepublic BigInteger sizeZ()
sizeZ in interface VolumeSizeBITypesizeZ in interface VolumeSizeValuesBITypesizeZ attributepublic boolean equals(Object another)
VolumeSizeBI that have equal attribute values.public int hashCode()
sizeX, sizeY, sizeZ.public String toString()
VolumeSizeBI with attribute values.public static VolumeSizeBI of(BigInteger sizeX, BigInteger sizeY, 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