@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:
width, height. |
BigInteger |
height() |
static AreaSizeBI |
of(BigInteger width,
BigInteger height)
Construct a new immutable
AreaSizeBI instance. |
String |
toString()
Prints the immutable value
AreaSizeBI with attribute values. |
BigInteger |
width() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckPreconditionspublic BigInteger width()
width in interface AreaSizeBITypewidth in interface AreaSizeValuesBITypewidth attributepublic BigInteger height()
height in interface AreaSizeBITypeheight in interface AreaSizeValuesBITypeheight attributepublic boolean equals(Object another)
AreaSizeBI that have equal attribute values.public int hashCode()
width, height.public String toString()
AreaSizeBI with attribute values.public static AreaSizeBI of(BigInteger width, BigInteger height)
AreaSizeBI instance.width - The value for the width attributeheight - The value for the height attributepublic static AreaSizeBI.Builder builder()
AreaSizeBI.Copyright © 2017 <code@io7m.com> http://io7m.com