T - The precise type of volume@Generated(value={"Immutables.generator","VolumeXYZSplitBDType<T>"}) public final class VolumeXYZSplitBD<T extends VolumeBDType> extends Object implements VolumeXYZSplitBDType<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
VolumeXYZSplitBD.Builder<T extends VolumeBDType>
Builds instances of type
VolumeXYZSplitBD. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends VolumeBDType> |
builder()
Creates a builder for
VolumeXYZSplitBD. |
boolean |
equals(Object another)
This instance is equal to all instances of
VolumeXYZSplitBD that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
x0y0z0, x1y0z0, x0y1z0, x1y1z0, x0y0z1, x1y0z1, x0y1z1, x1y1z1. |
static <T extends VolumeBDType> |
of(T x0y0z0,
T x1y0z0,
T x0y1z0,
T x1y1z0,
T x0y0z1,
T x1y0z1,
T x0y1z1,
T x1y1z1)
Construct a new immutable
VolumeXYZSplitBD instance. |
String |
toString()
Prints the immutable value
VolumeXYZSplitBD with attribute values. |
T |
x0y0z0() |
T |
x0y0z1() |
T |
x0y1z0() |
T |
x0y1z1() |
T |
x1y0z0() |
T |
x1y0z1() |
T |
x1y1z0() |
T |
x1y1z1() |
public T x0y0z0()
x0y0z0 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public T x1y0z0()
x1y0z0 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public T x0y1z0()
x0y1z0 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public T x1y1z0()
x1y1z0 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public T x0y0z1()
x0y0z1 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public T x1y0z1()
x1y0z1 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public T x0y1z1()
x0y1z1 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public T x1y1z1()
x1y1z1 in interface VolumeXYZSplitBDType<T extends VolumeBDType>public boolean equals(Object another)
VolumeXYZSplitBD that have equal attribute values.public int hashCode()
x0y0z0, x1y0z0, x0y1z0, x1y1z0, x0y0z1, x1y0z1, x0y1z1, x1y1z1.public String toString()
VolumeXYZSplitBD with attribute values.public static <T extends VolumeBDType> VolumeXYZSplitBD<T> of(T x0y0z0, T x1y0z0, T x0y1z0, T x1y1z0, T x0y0z1, T x1y0z1, T x0y1z1, T x1y1z1)
VolumeXYZSplitBD instance.x0y0z0 - The value for the x0y0z0 attributex1y0z0 - The value for the x1y0z0 attributex0y1z0 - The value for the x0y1z0 attributex1y1z0 - The value for the x1y1z0 attributex0y0z1 - The value for the x0y0z1 attributex1y0z1 - The value for the x1y0z1 attributex0y1z1 - The value for the x0y1z1 attributex1y1z1 - The value for the x1y1z1 attributepublic static <T extends VolumeBDType> VolumeXYZSplitBD.Builder<T> builder()
VolumeXYZSplitBD.T - generic parameter TCopyright © 2017 <code@io7m.com> http://io7m.com