public class CharacterOpportunitiesResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COMPLETED_AT |
static String |
SERIALIZED_NAME_TASK_ID |
| Constructor and Description |
|---|
CharacterOpportunitiesResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterOpportunitiesResponse |
completedAt(java.time.OffsetDateTime completedAt) |
boolean |
equals(Object o) |
java.time.OffsetDateTime |
getCompletedAt()
completed_at string
|
Integer |
getTaskId()
task_id integer
|
int |
hashCode() |
void |
setCompletedAt(java.time.OffsetDateTime completedAt) |
void |
setTaskId(Integer taskId) |
CharacterOpportunitiesResponse |
taskId(Integer taskId) |
String |
toString() |
public static final String SERIALIZED_NAME_COMPLETED_AT
public static final String SERIALIZED_NAME_TASK_ID
public CharacterOpportunitiesResponse completedAt(java.time.OffsetDateTime completedAt)
public java.time.OffsetDateTime getCompletedAt()
public void setCompletedAt(java.time.OffsetDateTime completedAt)
public CharacterOpportunitiesResponse taskId(Integer taskId)
public Integer getTaskId()
public void setTaskId(Integer taskId)
Copyright © 2021. All Rights Reserved.