public class CharacterCalendarResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterCalendarResponse.EventResponseEnum
event_response string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EVENT_DATE |
static String |
SERIALIZED_NAME_EVENT_ID |
static String |
SERIALIZED_NAME_EVENT_RESPONSE |
static String |
SERIALIZED_NAME_IMPORTANCE |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
CharacterCalendarResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CharacterCalendarResponse |
eventDate(java.time.OffsetDateTime eventDate) |
CharacterCalendarResponse |
eventId(Integer eventId) |
CharacterCalendarResponse |
eventResponse(CharacterCalendarResponse.EventResponseEnum eventResponse) |
java.time.OffsetDateTime |
getEventDate()
event_date string
|
Integer |
getEventId()
event_id integer
|
CharacterCalendarResponse.EventResponseEnum |
getEventResponse()
event_response string
|
Integer |
getImportance()
importance integer
|
String |
getTitle()
title string
|
int |
hashCode() |
CharacterCalendarResponse |
importance(Integer importance) |
void |
setEventDate(java.time.OffsetDateTime eventDate) |
void |
setEventId(Integer eventId) |
void |
setEventResponse(CharacterCalendarResponse.EventResponseEnum eventResponse) |
void |
setImportance(Integer importance) |
void |
setTitle(String title) |
CharacterCalendarResponse |
title(String title) |
String |
toString() |
public static final String SERIALIZED_NAME_EVENT_DATE
public static final String SERIALIZED_NAME_EVENT_ID
public static final String SERIALIZED_NAME_EVENT_RESPONSE
public static final String SERIALIZED_NAME_IMPORTANCE
public static final String SERIALIZED_NAME_TITLE
public CharacterCalendarResponse eventDate(java.time.OffsetDateTime eventDate)
@Nullable public java.time.OffsetDateTime getEventDate()
public void setEventDate(java.time.OffsetDateTime eventDate)
public CharacterCalendarResponse eventId(Integer eventId)
public void setEventId(Integer eventId)
public CharacterCalendarResponse eventResponse(CharacterCalendarResponse.EventResponseEnum eventResponse)
@Nullable public CharacterCalendarResponse.EventResponseEnum getEventResponse()
public void setEventResponse(CharacterCalendarResponse.EventResponseEnum eventResponse)
public CharacterCalendarResponse importance(Integer importance)
public void setImportance(Integer importance)
public CharacterCalendarResponse title(String title)
public void setTitle(String title)
Copyright © 2020. All Rights Reserved.