@Generated(value="org.immutables.processor.ProxyProcessor") public final class ReadRequest extends Object
_ReadRequest.
Use the builder to create immutable instances:
ReadRequest.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ReadRequest.Builder
Builds instances of type
ReadRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ReadRequest.Builder |
builder()
Creates a builder for
ReadRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ReadRequest that have equal attribute values. |
Boolean |
getDescending() |
Long |
getEndTime() |
List<EnvelopeType> |
getEnvelopeTypes() |
Integer |
getLimit() |
String |
getNameFilter() |
String |
getSourceId()
The source id
|
Long |
getStartTime() |
int |
hashCode()
Computes a hash code from attributes:
descending, endTime, envelopeTypes, limit, nameFilter, sourceId, startTime. |
String |
toString()
Prints the immutable value
ReadRequest with attribute values. |
public Boolean getDescending()
descending attributepublic Long getEndTime()
endTime attributepublic List<EnvelopeType> getEnvelopeTypes()
envelopeTypes attributepublic Integer getLimit()
limit attributepublic String getNameFilter()
nameFilter attributepublic String getSourceId()
public Long getStartTime()
startTime attributepublic boolean equals(Object another)
ReadRequest that have equal attribute values.public int hashCode()
descending, endTime, envelopeTypes, limit, nameFilter, sourceId, startTime.public String toString()
ReadRequest with attribute values.public static ReadRequest.Builder builder()
ReadRequest.
ReadRequest.builder()
.descending(Boolean | null) // nullable descending
.endTime(Long | null) // nullable endTime
.envelopeTypes(List<org.cloudfoundry.logcache.v1.EnvelopeType> | null) // nullable envelopeTypes
.limit(Integer | null) // nullable limit
.nameFilter(String | null) // nullable nameFilter
.sourceId(String) // required sourceId
.startTime(Long | null) // nullable startTime
.build();
Copyright © 2022. All rights reserved.