public class CorporationMiningObserverResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CHARACTER_ID |
static String |
SERIALIZED_NAME_LAST_UPDATED |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_RECORDED_CORPORATION_ID |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
CorporationMiningObserverResponse() |
public static final String SERIALIZED_NAME_CHARACTER_ID
public static final String SERIALIZED_NAME_LAST_UPDATED
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_RECORDED_CORPORATION_ID
public static final String SERIALIZED_NAME_TYPE_ID
public CorporationMiningObserverResponse characterId(Integer characterId)
public Integer getCharacterId()
public void setCharacterId(Integer characterId)
public CorporationMiningObserverResponse lastUpdated(java.time.LocalDate lastUpdated)
public java.time.LocalDate getLastUpdated()
public void setLastUpdated(java.time.LocalDate lastUpdated)
public CorporationMiningObserverResponse quantity(Long quantity)
public Long getQuantity()
public void setQuantity(Long quantity)
public CorporationMiningObserverResponse recordedCorporationId(Integer recordedCorporationId)
public Integer getRecordedCorporationId()
public void setRecordedCorporationId(Integer recordedCorporationId)
public CorporationMiningObserverResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2020. All Rights Reserved.