Package net.troja.eve.esi.model
Class CharacterCorporationHistoryResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterCorporationHistoryResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterCorporationHistoryResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CORPORATION_IDstatic StringSERIALIZED_NAME_IS_DELETEDstatic StringSERIALIZED_NAME_RECORD_IDstatic StringSERIALIZED_NAME_START_DATE
-
Constructor Summary
Constructors Constructor Description CharacterCorporationHistoryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterCorporationHistoryResponsecorporationId(Integer corporationId)booleanequals(Object o)IntegergetCorporationId()corporation_id integerBooleangetIsDeleted()True if the corporation has been deletedIntegergetRecordId()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()CharacterCorporationHistoryResponseisDeleted(Boolean isDeleted)CharacterCorporationHistoryResponserecordId(Integer recordId)voidsetCorporationId(Integer corporationId)voidsetIsDeleted(Boolean isDeleted)voidsetRecordId(Integer recordId)voidsetStartDate(java.time.OffsetDateTime startDate)CharacterCorporationHistoryResponsestartDate(java.time.OffsetDateTime startDate)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CORPORATION_ID
public static final String SERIALIZED_NAME_CORPORATION_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
-
corporationId
public CharacterCorporationHistoryResponse corporationId(Integer corporationId)
-
getCorporationId
public Integer getCorporationId()
corporation_id integer- Returns:
- corporationId
-
setCorporationId
public void setCorporationId(Integer corporationId)
-
isDeleted
public CharacterCorporationHistoryResponse isDeleted(Boolean isDeleted)
-
getIsDeleted
@Nullable public Boolean getIsDeleted()
True if the corporation has been deleted- Returns:
- isDeleted
-
setIsDeleted
public void setIsDeleted(Boolean isDeleted)
-
recordId
public CharacterCorporationHistoryResponse 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 CharacterCorporationHistoryResponse startDate(java.time.OffsetDateTime startDate)
-
getStartDate
public java.time.OffsetDateTime getStartDate()
start_date string- Returns:
- startDate
-
setStartDate
public void setStartDate(java.time.OffsetDateTime startDate)
-
-