public class CorporationBlueprintsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CorporationBlueprintsResponse.LocationFlagEnum
Type of the location_id
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ITEM_ID |
static String |
SERIALIZED_NAME_LOCATION_FLAG |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_MATERIAL_EFFICIENCY |
static String |
SERIALIZED_NAME_QUANTITY |
static String |
SERIALIZED_NAME_RUNS |
static String |
SERIALIZED_NAME_TIME_EFFICIENCY |
static String |
SERIALIZED_NAME_TYPE_ID |
| Constructor and Description |
|---|
CorporationBlueprintsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getItemId()
Unique ID for this item.
|
CorporationBlueprintsResponse.LocationFlagEnum |
getLocationFlag()
Type of the location_id
|
Long |
getLocationId()
References a solar system, station or item_id if this blueprint is
located within a container.
|
Integer |
getMaterialEfficiency()
Material Efficiency Level of the blueprint. minimum: 0 maximum: 25
|
Integer |
getQuantity()
A range of numbers with a minimum of -2 and no maximum value where -1 is
an original and -2 is a copy.
|
Integer |
getRuns()
Number of runs remaining if the blueprint is a copy, -1 if it is an
original. minimum: -1
|
Integer |
getTimeEfficiency()
Time Efficiency Level of the blueprint. minimum: 0 maximum: 20
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
CorporationBlueprintsResponse |
itemId(Long itemId) |
CorporationBlueprintsResponse |
locationFlag(CorporationBlueprintsResponse.LocationFlagEnum locationFlag) |
CorporationBlueprintsResponse |
locationId(Long locationId) |
CorporationBlueprintsResponse |
materialEfficiency(Integer materialEfficiency) |
CorporationBlueprintsResponse |
quantity(Integer quantity) |
CorporationBlueprintsResponse |
runs(Integer runs) |
void |
setItemId(Long itemId) |
void |
setLocationFlag(CorporationBlueprintsResponse.LocationFlagEnum locationFlag) |
void |
setLocationId(Long locationId) |
void |
setMaterialEfficiency(Integer materialEfficiency) |
void |
setQuantity(Integer quantity) |
void |
setRuns(Integer runs) |
void |
setTimeEfficiency(Integer timeEfficiency) |
void |
setTypeId(Integer typeId) |
CorporationBlueprintsResponse |
timeEfficiency(Integer timeEfficiency) |
String |
toString() |
CorporationBlueprintsResponse |
typeId(Integer typeId) |
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_MATERIAL_EFFICIENCY
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_LOCATION_FLAG
public static final String SERIALIZED_NAME_TIME_EFFICIENCY
public static final String SERIALIZED_NAME_TYPE_ID
public static final String SERIALIZED_NAME_RUNS
public static final String SERIALIZED_NAME_LOCATION_ID
public CorporationBlueprintsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CorporationBlueprintsResponse materialEfficiency(Integer materialEfficiency)
public Integer getMaterialEfficiency()
public void setMaterialEfficiency(Integer materialEfficiency)
public CorporationBlueprintsResponse itemId(Long itemId)
public Long getItemId()
public void setItemId(Long itemId)
public CorporationBlueprintsResponse locationFlag(CorporationBlueprintsResponse.LocationFlagEnum locationFlag)
public CorporationBlueprintsResponse.LocationFlagEnum getLocationFlag()
public void setLocationFlag(CorporationBlueprintsResponse.LocationFlagEnum locationFlag)
public CorporationBlueprintsResponse timeEfficiency(Integer timeEfficiency)
public Integer getTimeEfficiency()
public void setTimeEfficiency(Integer timeEfficiency)
public CorporationBlueprintsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
public CorporationBlueprintsResponse runs(Integer runs)
public Integer getRuns()
public void setRuns(Integer runs)
public CorporationBlueprintsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
Copyright © 2019. All Rights Reserved.