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