public class CorporationAlliancesHistoryResponse extends Object implements Serializable
| Constructor and Description |
|---|
CorporationAlliancesHistoryResponse() |
| Modifier and Type | Method and Description |
|---|---|
CorporationAlliancesHistoryResponse |
allianceId(Integer allianceId) |
boolean |
equals(Object o) |
Integer |
getAllianceId()
alliance_id integer
|
Boolean |
getIsDeleted()
True if the alliance has been closed
|
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() |
CorporationAlliancesHistoryResponse |
isDeleted(Boolean isDeleted) |
CorporationAlliancesHistoryResponse |
recordId(Integer recordId) |
void |
setAllianceId(Integer allianceId) |
void |
setIsDeleted(Boolean isDeleted) |
void |
setRecordId(Integer recordId) |
void |
setStartDate(java.time.OffsetDateTime startDate) |
CorporationAlliancesHistoryResponse |
startDate(java.time.OffsetDateTime startDate) |
String |
toString() |
public CorporationAlliancesHistoryResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
public CorporationAlliancesHistoryResponse allianceId(Integer allianceId)
public Integer getAllianceId()
public void setAllianceId(Integer allianceId)
public CorporationAlliancesHistoryResponse isDeleted(Boolean isDeleted)
public Boolean getIsDeleted()
public void setIsDeleted(Boolean isDeleted)
public CorporationAlliancesHistoryResponse recordId(Integer recordId)
public Integer getRecordId()
public void setRecordId(Integer recordId)
Copyright © 2018. All Rights Reserved.