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