@Generated(value="org.immutables.processor.ProxyProcessor") public final class Droplet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Droplet.Builder
Builds instances of type
Droplet. |
| Modifier and Type | Method and Description |
|---|---|
static Droplet.Builder |
builder()
Creates a builder for
Droplet. |
boolean |
equals(Object another)
This instance is equal to all instances of
Droplet that have equal attribute values. |
String |
getHref()
The href
|
String |
getId()
The id
|
int |
hashCode()
Computes a hash code from attributes:
href, id. |
String |
toString()
Prints the immutable value
Droplet with attribute values. |
public String getHref()
public String getId()
public boolean equals(Object another)
Droplet that have equal attribute values.public int hashCode()
href, id.public String toString()
Droplet with attribute values.public static Droplet.Builder builder()
Droplet.
Droplet.builder()
.href(String | null) // nullable href
.id(String) // required id
.build();
Copyright © 2020. All rights reserved.