public class CharacterBlueprintsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterBlueprintsResponse.LocationFlagEnum
Type of the location_id
|
| Constructor and Description |
|---|
CharacterBlueprintsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getItemId()
Unique ID for this item.
|
CharacterBlueprintsResponse.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() |
CharacterBlueprintsResponse |
itemId(Long itemId) |
CharacterBlueprintsResponse |
locationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlag) |
CharacterBlueprintsResponse |
locationId(Long locationId) |
CharacterBlueprintsResponse |
materialEfficiency(Integer materialEfficiency) |
CharacterBlueprintsResponse |
quantity(Integer quantity) |
CharacterBlueprintsResponse |
runs(Integer runs) |
void |
setItemId(Long itemId) |
void |
setLocationFlag(CharacterBlueprintsResponse.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) |
CharacterBlueprintsResponse |
timeEfficiency(Integer timeEfficiency) |
String |
toString() |
CharacterBlueprintsResponse |
typeId(Integer typeId) |
public CharacterBlueprintsResponse itemId(Long itemId)
public Long getItemId()
public void setItemId(Long itemId)
public CharacterBlueprintsResponse locationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlag)
public CharacterBlueprintsResponse.LocationFlagEnum getLocationFlag()
public void setLocationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlag)
public CharacterBlueprintsResponse locationId(Long locationId)
public Long getLocationId()
public void setLocationId(Long locationId)
public CharacterBlueprintsResponse materialEfficiency(Integer materialEfficiency)
public Integer getMaterialEfficiency()
public void setMaterialEfficiency(Integer materialEfficiency)
public CharacterBlueprintsResponse quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public CharacterBlueprintsResponse runs(Integer runs)
public Integer getRuns()
public void setRuns(Integer runs)
public CharacterBlueprintsResponse timeEfficiency(Integer timeEfficiency)
public Integer getTimeEfficiency()
public void setTimeEfficiency(Integer timeEfficiency)
public CharacterBlueprintsResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2018. All Rights Reserved.