@Generated(value="org.immutables.processor.ProxyProcessor") public final class ApplicationLogsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationLogsRequest.Builder
Builds instances of type
ApplicationLogsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationLogsRequest.Builder |
builder()
Creates a builder for
ApplicationLogsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
ApplicationLogsRequest 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
ApplicationLogsRequest with attribute values. |
public String getName()
public Boolean getRecent()
public boolean equals(Object another)
ApplicationLogsRequest that have equal attribute values.public int hashCode()
name, recent.public String toString()
ApplicationLogsRequest with attribute values.public static ApplicationLogsRequest.Builder builder()
ApplicationLogsRequest.
ApplicationLogsRequest.builder()
.name(String) // required name
.recent(Boolean | null) // nullable recent
.build();
Copyright © 2026. All rights reserved.