Package net.troja.eve.esi.model
Class PlanetFactorySchematicResponse
- java.lang.Object
-
- net.troja.eve.esi.model.PlanetFactorySchematicResponse
-
- All Implemented Interfaces:
Serializable
public class PlanetFactorySchematicResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CYCLE_TIMEstatic StringSERIALIZED_NAME_SCHEMATIC_NAME
-
Constructor Summary
Constructors Constructor Description PlanetFactorySchematicResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlanetFactorySchematicResponsecycleTime(Integer cycleTime)booleanequals(Object o)IntegergetCycleTime()Time in seconds to process a runStringgetSchematicName()schematic_name stringinthashCode()PlanetFactorySchematicResponseschematicName(String schematicName)voidsetCycleTime(Integer cycleTime)voidsetSchematicName(String schematicName)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CYCLE_TIME
public static final String SERIALIZED_NAME_CYCLE_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMATIC_NAME
public static final String SERIALIZED_NAME_SCHEMATIC_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
cycleTime
public PlanetFactorySchematicResponse cycleTime(Integer cycleTime)
-
getCycleTime
public Integer getCycleTime()
Time in seconds to process a run- Returns:
- cycleTime
-
setCycleTime
public void setCycleTime(Integer cycleTime)
-
schematicName
public PlanetFactorySchematicResponse schematicName(String schematicName)
-
getSchematicName
public String getSchematicName()
schematic_name string- Returns:
- schematicName
-
setSchematicName
public void setSchematicName(String schematicName)
-
-