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