@Generated(value="org.immutables.processor.ProxyProcessor") public final class GetApplicationEventsRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetApplicationEventsRequest.Builder
Builds instances of type
GetApplicationEventsRequest. |
| Modifier and Type | Method and Description |
|---|---|
static GetApplicationEventsRequest.Builder |
builder()
Creates a builder for
GetApplicationEventsRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
GetApplicationEventsRequest that have equal attribute values. |
Integer |
getMaxNumberOfEvents()
The maximum number of events
|
String |
getName()
The application name
|
int |
hashCode()
Computes a hash code from attributes:
maxNumberOfEvents, name. |
String |
toString()
Prints the immutable value
GetApplicationEventsRequest with attribute values. |
public Integer getMaxNumberOfEvents()
public String getName()
public boolean equals(Object another)
GetApplicationEventsRequest that have equal attribute values.public int hashCode()
maxNumberOfEvents, name.public String toString()
GetApplicationEventsRequest with attribute values.public static GetApplicationEventsRequest.Builder builder()
GetApplicationEventsRequest.
GetApplicationEventsRequest.builder()
.maxNumberOfEvents(Integer | null) // nullable maxNumberOfEvents
.name(String) // required name
.build();
Copyright © 2022. All rights reserved.