@Generated(value="org.immutables.processor.ProxyProcessor") public final class ListMetadatasResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListMetadatasResponse.Builder
Builds instances of type
ListMetadatasResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ListMetadatasResponse.Builder |
builder()
Creates a builder for
ListMetadatasResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ListMetadatasResponse that have equal attribute values. |
List<Metadata> |
getMetadatas()
The metadatas
|
int |
hashCode()
Computes a hash code from attributes:
metadatas. |
String |
toString()
Prints the immutable value
ListMetadatasResponse with attribute values. |
public boolean equals(Object another)
ListMetadatasResponse that have equal attribute values.public int hashCode()
metadatas.public String toString()
ListMetadatasResponse with attribute values.public static ListMetadatasResponse.Builder builder()
ListMetadatasResponse.
ListMetadatasResponse.builder()
.metadata|addAllMetadatas(Metadata) // metadatas elements
.build();
Copyright © 2020. All rights reserved.