VolumeSizeLType, VolumeSizeValuesLTypepublic final class VolumeSizeL extends java.lang.Object implements VolumeSizeLType
| Modifier and Type | Class | Description |
|---|---|---|
static class |
VolumeSizeL.Builder |
Builds instances of type
VolumeSizeL. |
| Modifier and Type | Method | Description |
|---|---|---|
static VolumeSizeL.Builder |
builder() |
Creates a builder for
VolumeSizeL. |
boolean |
equals(java.lang.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() |
|
java.lang.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(java.lang.Object another)
VolumeSizeL 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()
VolumeSizeL with attribute values.toString in class java.lang.Objectpublic 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