public class PlanetFactorySchematicResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CYCLE_TIME |
static String |
SERIALIZED_NAME_SCHEMATIC_NAME |
| Constructor and Description |
|---|
PlanetFactorySchematicResponse() |
| Modifier and Type | Method and Description |
|---|---|
PlanetFactorySchematicResponse |
cycleTime(Integer cycleTime) |
boolean |
equals(Object o) |
Integer |
getCycleTime()
Time in seconds to process a run
|
String |
getSchematicName()
schematic_name string
|
int |
hashCode() |
PlanetFactorySchematicResponse |
schematicName(String schematicName) |
void |
setCycleTime(Integer cycleTime) |
void |
setSchematicName(String schematicName) |
String |
toString() |
public static final String SERIALIZED_NAME_CYCLE_TIME
public static final String SERIALIZED_NAME_SCHEMATIC_NAME
public PlanetFactorySchematicResponse cycleTime(Integer cycleTime)
public Integer getCycleTime()
public void setCycleTime(Integer cycleTime)
public PlanetFactorySchematicResponse schematicName(String schematicName)
public String getSchematicName()
public void setSchematicName(String schematicName)
Copyright © 2020. All Rights Reserved.