Package net.troja.eve.esi.model
Class CorporationAlliancesHistoryResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationAlliancesHistoryResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationAlliancesHistoryResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALLIANCE_IDstatic StringSERIALIZED_NAME_IS_DELETEDstatic StringSERIALIZED_NAME_RECORD_IDstatic StringSERIALIZED_NAME_START_DATE
-
Constructor Summary
Constructors Constructor Description CorporationAlliancesHistoryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorporationAlliancesHistoryResponseallianceId(Integer allianceId)booleanequals(Object o)IntegergetAllianceId()alliance_id integerBooleangetIsDeleted()True if the alliance has been closedIntegergetRecordId()An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguousjava.time.OffsetDateTimegetStartDate()start_date stringinthashCode()CorporationAlliancesHistoryResponseisDeleted(Boolean isDeleted)CorporationAlliancesHistoryResponserecordId(Integer recordId)voidsetAllianceId(Integer allianceId)voidsetIsDeleted(Boolean isDeleted)voidsetRecordId(Integer recordId)voidsetStartDate(java.time.OffsetDateTime startDate)CorporationAlliancesHistoryResponsestartDate(java.time.OffsetDateTime startDate)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALLIANCE_ID
public static final String SERIALIZED_NAME_ALLIANCE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_DELETED
public static final String SERIALIZED_NAME_IS_DELETED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORD_ID
public static final String SERIALIZED_NAME_RECORD_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_START_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
allianceId
public CorporationAlliancesHistoryResponse allianceId(Integer allianceId)
-
setAllianceId
public void setAllianceId(Integer allianceId)
-
isDeleted
public CorporationAlliancesHistoryResponse isDeleted(Boolean isDeleted)
-
getIsDeleted
@Nullable public Boolean getIsDeleted()
True if the alliance has been closed- Returns:
- isDeleted
-
setIsDeleted
public void setIsDeleted(Boolean isDeleted)
-
recordId
public CorporationAlliancesHistoryResponse recordId(Integer recordId)
-
getRecordId
public Integer getRecordId()
An incrementing ID that can be used to canonically establish order of records in cases where dates may be ambiguous- Returns:
- recordId
-
setRecordId
public void setRecordId(Integer recordId)
-
startDate
public CorporationAlliancesHistoryResponse startDate(java.time.OffsetDateTime startDate)
-
getStartDate
public java.time.OffsetDateTime getStartDate()
start_date string- Returns:
- startDate
-
setStartDate
public void setStartDate(java.time.OffsetDateTime startDate)
-
-