@Generated(value={"Immutables.generator","AreaSizeBIType"}) public final class AreaSizeBI extends Object implements AreaSizeBIType
| Modifier and Type | Class and Description |
|---|---|
static class |
AreaSizeBI.Builder
Builds instances of type
AreaSizeBI. |
| Modifier and Type | Method and Description |
|---|---|
static AreaSizeBI.Builder |
builder()
Creates a builder for
AreaSizeBI. |
boolean |
equals(Object another)
This instance is equal to all instances of
AreaSizeBI that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
sizeX, sizeY. |
BigInteger |
height()
Deprecated.
Use
sizeY() |
static AreaSizeBI |
of(BigInteger sizeX,
BigInteger sizeY)
Construct a new immutable
AreaSizeBI instance. |
BigInteger |
sizeX() |
BigInteger |
sizeY() |
String |
toString()
Prints the immutable value
AreaSizeBI with attribute values. |
BigInteger |
width()
Deprecated.
Use
sizeX() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic BigInteger sizeX()
sizeX in interface AreaSizeBITypesizeX in interface AreaSizeValuesBITypesizeX attributepublic BigInteger sizeY()
sizeY in interface AreaSizeBITypesizeY in interface AreaSizeValuesBITypesizeY attribute@Deprecated public BigInteger width()
sizeX()width in interface AreaSizeValuesBIType@Deprecated public BigInteger height()
sizeY()height in interface AreaSizeValuesBITypepublic boolean equals(Object another)
AreaSizeBI that have equal attribute values.public int hashCode()
sizeX, sizeY.public String toString()
AreaSizeBI with attribute values.public static AreaSizeBI of(BigInteger sizeX, BigInteger sizeY)
AreaSizeBI instance.sizeX - The value for the sizeX attributesizeY - The value for the sizeY attributepublic static AreaSizeBI.Builder builder()
AreaSizeBI.Copyright © 2017 <code@io7m.com> http://io7m.com