@Generated(value={"Immutables.generator","_LastOperation"}) 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
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.