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