@Generated(value="org.immutables.processor.ProxyProcessor") public final class ReadResponse extends Object
_ReadResponse.
Use the builder to create immutable instances:
ReadResponse.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadResponse.Builder
Builds instances of type
ReadResponse. |
| Modifier and Type | Method and Description |
|---|---|
static ReadResponse.Builder |
builder()
Creates a builder for
ReadResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
ReadResponse that have equal attribute values. |
EnvelopeBatch |
getEnvelopes()
The envelopes
|
int |
hashCode()
Computes a hash code from attributes:
envelopes. |
String |
toString()
Prints the immutable value
ReadResponse with attribute values. |
public EnvelopeBatch getEnvelopes()
public boolean equals(Object another)
ReadResponse that have equal attribute values.public int hashCode()
envelopes.public String toString()
ReadResponse with attribute values.public static ReadResponse.Builder builder()
ReadResponse.
ReadResponse.builder()
.envelopes(org.cloudfoundry.logcache.v1.EnvelopeBatch) // optional envelopes
.build();
Copyright © 2021. All rights reserved.