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