public class CharacterBlueprintsResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterBlueprintsResponse.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 |
|---|
CharacterBlueprintsResponse() |
public static final String SERIALIZED_NAME_ITEM_ID
public static final String SERIALIZED_NAME_LOCATION_FLAG
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_MATERIAL_EFFICIENCY
public static final String SERIALIZED_NAME_QUANTITY
public static final String SERIALIZED_NAME_RUNS
public static final String SERIALIZED_NAME_TIME_EFFICIENCY
public static final String SERIALIZED_NAME_TYPE_ID
public CharacterBlueprintsResponse itemId(Long itemId)
public Long getItemId()
public void setItemId(Long itemId)
public CharacterBlueprintsResponse locationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlagEnum)
public CharacterBlueprintsResponse locationFlagString(String locationFlag)
public CharacterBlueprintsResponse.LocationFlagEnum getLocationFlag()
public String getLocationFlagString()
public void setLocationFlag(CharacterBlueprintsResponse.LocationFlagEnum locationFlagEnum)
public void setLocationFlagString(String 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 © 2020. All Rights Reserved.