@Generated(value="org.immutables.processor.ProxyProcessor") public final class LastOperation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LastOperation.Builder
Builds instances of type
LastOperation. |
| Modifier and Type | Method and Description |
|---|---|
static LastOperation.Builder |
builder()
Creates a builder for
LastOperation. |
boolean |
equals(Object another)
This instance is equal to all instances of
LastOperation that have equal attribute values. |
String |
getCreatedAt()
When the entity was created
|
String |
getDescription()
The description
|
String |
getState()
The state
|
String |
getType()
The type
|
String |
getUpdatedAt()
When the entity was last updated
|
int |
hashCode()
Computes a hash code from attributes:
createdAt, description, state, type, updatedAt. |
String |
toString()
Prints the immutable value
LastOperation with attribute values. |
public String getCreatedAt()
public String getDescription()
public String getState()
public String getType()
public String getUpdatedAt()
public boolean equals(Object another)
LastOperation that have equal attribute values.public int hashCode()
createdAt, description, state, type, updatedAt.public String toString()
LastOperation with attribute values.public static LastOperation.Builder builder()
LastOperation.
LastOperation.builder()
.createdAt(String | null) // nullable createdAt
.description(String | null) // nullable description
.state(String | null) // nullable state
.type(String | null) // nullable type
.updatedAt(String | null) // nullable updatedAt
.build();
Copyright © 2020. All rights reserved.