Package net.troja.eve.esi.model
Class CorporationMiningObserverResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CorporationMiningObserverResponse
-
- All Implemented Interfaces:
Serializable
public class CorporationMiningObserverResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CHARACTER_IDstatic StringSERIALIZED_NAME_LAST_UPDATEDstatic StringSERIALIZED_NAME_QUANTITYstatic StringSERIALIZED_NAME_RECORDED_CORPORATION_IDstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description CorporationMiningObserverResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_CHARACTER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LAST_UPDATED
public static final String SERIALIZED_NAME_LAST_UPDATED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_QUANTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RECORDED_CORPORATION_ID
public static final String SERIALIZED_NAME_RECORDED_CORPORATION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_TYPE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
characterId
public CorporationMiningObserverResponse characterId(Integer characterId)
-
getCharacterId
public Integer getCharacterId()
The character that did the mining- Returns:
- characterId
-
setCharacterId
public void setCharacterId(Integer characterId)
-
lastUpdated
public CorporationMiningObserverResponse lastUpdated(java.time.LocalDate lastUpdated)
-
getLastUpdated
public java.time.LocalDate getLastUpdated()
last_updated string- Returns:
- lastUpdated
-
setLastUpdated
public void setLastUpdated(java.time.LocalDate lastUpdated)
-
quantity
public CorporationMiningObserverResponse quantity(Long quantity)
-
getQuantity
public Long getQuantity()
quantity integer- Returns:
- quantity
-
setQuantity
public void setQuantity(Long quantity)
-
recordedCorporationId
public CorporationMiningObserverResponse recordedCorporationId(Integer recordedCorporationId)
-
getRecordedCorporationId
public Integer getRecordedCorporationId()
The corporation id of the character at the time data was recorded.- Returns:
- recordedCorporationId
-
setRecordedCorporationId
public void setRecordedCorporationId(Integer recordedCorporationId)
-
typeId
public CorporationMiningObserverResponse typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
type_id integer- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
-