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