public class CorporationAlliancesHistoryResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALLIANCE_ID |
static String |
SERIALIZED_NAME_IS_DELETED |
static String |
SERIALIZED_NAME_RECORD_ID |
static String |
SERIALIZED_NAME_START_DATE |
| 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 static final String SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_IS_DELETED
public static final String SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_START_DATE
public CorporationAlliancesHistoryResponse allianceId(Integer allianceId)
public void setAllianceId(Integer allianceId)
public CorporationAlliancesHistoryResponse isDeleted(Boolean isDeleted)
@Nullable public Boolean getIsDeleted()
public void setIsDeleted(Boolean isDeleted)
public CorporationAlliancesHistoryResponse recordId(Integer recordId)
public Integer getRecordId()
public void setRecordId(Integer recordId)
public CorporationAlliancesHistoryResponse startDate(java.time.OffsetDateTime startDate)
public java.time.OffsetDateTime getStartDate()
public void setStartDate(java.time.OffsetDateTime startDate)
Copyright © 2023. All Rights Reserved.