Package net.troja.eve.esi.model
Class CharacterMiningResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterMiningResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterMiningResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DATEstatic StringSERIALIZED_NAME_QUANTITYstatic StringSERIALIZED_NAME_SOLAR_SYSTEM_IDstatic StringSERIALIZED_NAME_TYPE_ID
-
Constructor Summary
Constructors Constructor Description CharacterMiningResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterMiningResponsedate(java.time.LocalDate date)booleanequals(Object o)java.time.LocalDategetDate()date stringLonggetQuantity()quantity integerIntegergetSolarSystemId()solar_system_id integerIntegergetTypeId()type_id integerinthashCode()CharacterMiningResponsequantity(Long quantity)voidsetDate(java.time.LocalDate date)voidsetQuantity(Long quantity)voidsetSolarSystemId(Integer solarSystemId)voidsetTypeId(Integer typeId)CharacterMiningResponsesolarSystemId(Integer solarSystemId)StringtoString()CharacterMiningResponsetypeId(Integer typeId)
-
-
-
Field Detail
-
SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_DATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_QUANTITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_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
-
date
public CharacterMiningResponse date(java.time.LocalDate date)
-
getDate
public java.time.LocalDate getDate()
date string- Returns:
- date
-
setDate
public void setDate(java.time.LocalDate date)
-
quantity
public CharacterMiningResponse quantity(Long quantity)
-
getQuantity
public Long getQuantity()
quantity integer- Returns:
- quantity
-
setQuantity
public void setQuantity(Long quantity)
-
solarSystemId
public CharacterMiningResponse solarSystemId(Integer solarSystemId)
-
getSolarSystemId
public Integer getSolarSystemId()
solar_system_id integer- Returns:
- solarSystemId
-
setSolarSystemId
public void setSolarSystemId(Integer solarSystemId)
-
typeId
public CharacterMiningResponse typeId(Integer typeId)
-
getTypeId
public Integer getTypeId()
type_id integer- Returns:
- typeId
-
setTypeId
public void setTypeId(Integer typeId)
-
-