@Generated(value={"Immutables.generator","AreaSizeLType"}) public final class AreaSizeL extends Object implements AreaSizeLType
| Modifier and Type | Class and Description |
|---|---|
static class |
AreaSizeL.Builder
Builds instances of type
AreaSizeL. |
| Modifier and Type | Method and Description |
|---|---|
static AreaSizeL.Builder |
builder()
Creates a builder for
AreaSizeL. |
boolean |
equals(Object another)
This instance is equal to all instances of
AreaSizeL that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
width, height. |
long |
height() |
static AreaSizeL |
of(long width,
long height)
Construct a new immutable
AreaSizeL instance. |
String |
toString()
Prints the immutable value
AreaSizeL with attribute values. |
long |
width() |
public long width()
width in interface AreaSizeLTypepublic long height()
height in interface AreaSizeLTypepublic boolean equals(Object another)
AreaSizeL that have equal attribute values.public int hashCode()
width, height.public String toString()
AreaSizeL with attribute values.public static AreaSizeL of(long width, long height)
AreaSizeL instance.width - The value for the width attributeheight - The value for the height attributepublic static AreaSizeL.Builder builder()
AreaSizeL.Copyright © 2017 <code@io7m.com> http://io7m.com