public class CharacterBlueprintsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterBlueprintsResponse.LocationFlagEnum
Indicates something about this item's storage location.
|
| Constructor and Description |
|---|
CharacterBlueprintsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getItemId()
Unique ID for this item.
|
CharacterBlueprintsResponse.LocationFlagEnum |
getLocationFlag()
Indicates something about this item's storage location.
|
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, can be any integer between 0
and 10.
|
Integer |
getQuantity()
Typically will be -1 or -2 designating a singleton item, 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.
|
Integer |
getTimeEfficiency()
Time Efficiency Level of the blueprint, can be any even integer between 0
and 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 © 2017. All Rights Reserved.