@Generated(value="org.immutables.processor.ProxyProcessor") public final class Metadata extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Metadata.Builder
Builds instances of type
Metadata. |
| Modifier and Type | Method and Description |
|---|---|
static Metadata.Builder |
builder()
Creates a builder for
Metadata. |
boolean |
equals(Object another)
This instance is equal to all instances of
Metadata that have equal attribute values. |
String |
getCreatedAt()
When the resource was created
|
String |
getId()
The resource's id
|
String |
getUpdatedAt()
When the resource was last updated
|
String |
getUrl()
The resource's URL
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, id, updatedAt, url. |
String |
toString()
Prints the immutable value
Metadata with attribute values. |
public String getCreatedAt()
public String getId()
public String getUpdatedAt()
public String getUrl()
public boolean equals(Object another)
Metadata that have equal attribute values.public int hashCode()
createdAt, id, updatedAt, url.public String toString()
Metadata with attribute values.public static Metadata.Builder builder()
Metadata.
Metadata.builder()
.createdAt(String | null) // nullable createdAt
.id(String | null) // nullable id
.updatedAt(String | null) // nullable updatedAt
.url(String | null) // nullable url
.build();
Copyright © 2020. All rights reserved.