@Generated(value="org.immutables.processor.ProxyProcessor") public final class LogsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LogsRequest.Builder
Builds instances of type
LogsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static LogsRequest.Builder |
builder()
Creates a builder for
LogsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
LogsRequest that have equal attribute values. |
String |
getName()
The name of the application
|
Boolean |
getRecent()
Whether only recent logs should be retrieved
|
int |
hashCode()
Computes a hash code from attributes:
name, recent. |
String |
toString()
Prints the immutable value
LogsRequest with attribute values. |
public String getName()
public Boolean getRecent()
public boolean equals(Object another)
LogsRequest that have equal attribute values.public int hashCode()
name, recent.public String toString()
LogsRequest with attribute values.public static LogsRequest.Builder builder()
LogsRequest.Copyright © 2018. All rights reserved.