public class CharacterMiningResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DATE |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
CharacterMiningResponse() |
| Modifier and Type | Method and Description |
|---|---|
CharacterMiningResponse |
date(java.time.LocalDate date) |
boolean |
equals(Object o) |
java.time.LocalDate |
getDate()
date string
|
Long |
getQuantity()
quantity integer
|
Integer |
getSolarSystemId()
solar_system_id integer
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
CharacterMiningResponse |
quantity(Long quantity) |
void |
setDate(java.time.LocalDate date) |
void |
setQuantity(Long quantity) |
void |
setSolarSystemId(Integer solarSystemId) |
void |
setTypeId(Integer typeId) |
CharacterMiningResponse |
solarSystemId(Integer solarSystemId) |
String |
toString() |
CharacterMiningResponse |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_DATE
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_SOLAR_SYSTEM_ID
public static final String SERIALIZED_NAME_TYPE_ID
public CharacterMiningResponse date(java.time.LocalDate date)
public java.time.LocalDate getDate()
public void setDate(java.time.LocalDate date)
public CharacterMiningResponse quantity(Long quantity)
public Long getQuantity()
public void setQuantity(Long quantity)
public CharacterMiningResponse solarSystemId(Integer solarSystemId)
public Integer getSolarSystemId()
public void setSolarSystemId(Integer solarSystemId)
public CharacterMiningResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2023. All Rights Reserved.