public class CharacterCorporationHistoryResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CORPORATION_ID |
static String |
SERIALIZED_NAME_IS_DELETED |
static String |
SERIALIZED_NAME_RECORD_ID |
static String |
SERIALIZED_NAME_START_DATE |
| Constructor and Description |
|---|
CharacterCorporationHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterCorporationHistoryResponse |
corporationId(Integer corporationId) |
boolean |
equals(Object o) |
Integer |
getCorporationId()
corporation_id integer
|
Boolean |
getIsDeleted()
True if the corporation has been deleted
|
Integer |
getRecordId()
An incrementing ID that can be used to canonically establish order of
records in cases where dates may be ambiguous
|
java.time.OffsetDateTime |
getStartDate()
start_date string
|
int |
hashCode() |
CharacterCorporationHistoryResponse |
isDeleted(Boolean isDeleted) |
CharacterCorporationHistoryResponse |
recordId(Integer recordId) |
void |
setCorporationId(Integer corporationId) |
void |
setIsDeleted(Boolean isDeleted) |
void |
setRecordId(Integer recordId) |
void |
setStartDate(java.time.OffsetDateTime startDate) |
CharacterCorporationHistoryResponse |
startDate(java.time.OffsetDateTime startDate) |
String |
toString() |
public static final String SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_IS_DELETED
public static final String SERIALIZED_NAME_START_DATE
public CharacterCorporationHistoryResponse recordId(Integer recordId)
public Integer getRecordId()
public void setRecordId(Integer recordId)
public CharacterCorporationHistoryResponse corporationId(Integer corporationId)
public Integer getCorporationId()
public void setCorporationId(Integer corporationId)
public CharacterCorporationHistoryResponse isDeleted(Boolean isDeleted)
public Boolean getIsDeleted()
public void setIsDeleted(Boolean isDeleted)
public CharacterCorporationHistoryResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
Copyright © 2019. All Rights Reserved.