@Generated(value="org.immutables.processor.ProxyProcessor") public final class Task extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Task.Builder
Builds instances of type
Task. |
| Modifier and Type | Method and Description |
|---|---|
static Task.Builder |
builder()
Creates a builder for
Task. |
boolean |
equals(Object another)
This instance is equal to all instances of
Task that have equal attribute values. |
String |
getCommand()
The command for the task
|
String |
getName()
The name of the task
|
Integer |
getSequenceId()
The sequence id of the task
|
String |
getStartTime()
The start time of the task
|
TaskState |
getState()
The state of the task
|
int |
hashCode()
Computes a hash code from attributes:
command, name, sequenceId, startTime, state. |
String |
toString()
Prints the immutable value
Task with attribute values. |
public String getCommand()
public String getName()
public Integer getSequenceId()
public String getStartTime()
public TaskState getState()
public boolean equals(Object another)
Task that have equal attribute values.public int hashCode()
command, name, sequenceId, startTime, state.public String toString()
Task with attribute values.public static Task.Builder builder()
Task.Copyright © 2018. All rights reserved.