@Generated(value="org.immutables.processor.ProxyProcessor") public final class RunApplicationTaskRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RunApplicationTaskRequest.Builder
Builds instances of type
RunApplicationTaskRequest. |
| Modifier and Type | Method and Description |
|---|---|
static RunApplicationTaskRequest.Builder |
builder()
Creates a builder for
RunApplicationTaskRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
RunApplicationTaskRequest that have equal attribute values. |
String |
getApplicationName()
The name of the application
|
String |
getCommand()
The command for the task
|
Integer |
getDisk()
The disk limit in megabytes
|
Integer |
getMemory()
The memory limit in megabytes
|
String |
getTaskName()
The name of the task
|
int |
hashCode()
Computes a hash code from attributes:
applicationName, command, disk, memory, taskName. |
String |
toString()
Prints the immutable value
RunApplicationTaskRequest with attribute values. |
public String getApplicationName()
public String getCommand()
public Integer getDisk()
public Integer getMemory()
public String getTaskName()
public boolean equals(Object another)
RunApplicationTaskRequest that have equal attribute values.public int hashCode()
applicationName, command, disk, memory, taskName.public String toString()
RunApplicationTaskRequest with attribute values.public static RunApplicationTaskRequest.Builder builder()
RunApplicationTaskRequest.Copyright © 2018. All rights reserved.