public class CharacterCorporationHistoryResponse extends Object implements Serializable
| 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 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 recordId(Integer recordId)
public Integer getRecordId()
public void setRecordId(Integer recordId)
public CharacterCorporationHistoryResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
Copyright © 2019. All Rights Reserved.