public class PlanetExtractorDetails extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CYCLE_TIME |
static String |
SERIALIZED_NAME_HEAD_RADIUS |
static String |
SERIALIZED_NAME_HEADS |
static String |
SERIALIZED_NAME_PRODUCT_TYPE_ID |
static String |
SERIALIZED_NAME_QTY_PER_CYCLE |
| Constructor and Description |
|---|
PlanetExtractorDetails() |
| Modifier and Type | Method and Description |
|---|---|
PlanetExtractorDetails |
addHeadsItem(PlanetHead headsItem) |
PlanetExtractorDetails |
cycleTime(Integer cycleTime) |
boolean |
equals(Object o) |
Integer |
getCycleTime()
in seconds
|
Float |
getHeadRadius()
head_radius number
|
List<PlanetHead> |
getHeads()
heads array
|
Integer |
getProductTypeId()
product_type_id integer
|
Integer |
getQtyPerCycle()
qty_per_cycle integer
|
int |
hashCode() |
PlanetExtractorDetails |
headRadius(Float headRadius) |
PlanetExtractorDetails |
heads(List<PlanetHead> heads) |
PlanetExtractorDetails |
productTypeId(Integer productTypeId) |
PlanetExtractorDetails |
qtyPerCycle(Integer qtyPerCycle) |
void |
setCycleTime(Integer cycleTime) |
void |
setHeadRadius(Float headRadius) |
void |
setHeads(List<PlanetHead> heads) |
void |
setProductTypeId(Integer productTypeId) |
void |
setQtyPerCycle(Integer qtyPerCycle) |
String |
toString() |
public static final String SERIALIZED_NAME_HEAD_RADIUS
public static final String SERIALIZED_NAME_QTY_PER_CYCLE
public static final String SERIALIZED_NAME_CYCLE_TIME
public static final String SERIALIZED_NAME_HEADS
public static final String SERIALIZED_NAME_PRODUCT_TYPE_ID
public PlanetExtractorDetails headRadius(Float headRadius)
public Float getHeadRadius()
public void setHeadRadius(Float headRadius)
public PlanetExtractorDetails qtyPerCycle(Integer qtyPerCycle)
public Integer getQtyPerCycle()
public void setQtyPerCycle(Integer qtyPerCycle)
public PlanetExtractorDetails cycleTime(Integer cycleTime)
public Integer getCycleTime()
public void setCycleTime(Integer cycleTime)
public PlanetExtractorDetails heads(List<PlanetHead> heads)
public PlanetExtractorDetails addHeadsItem(PlanetHead headsItem)
public List<PlanetHead> getHeads()
public void setHeads(List<PlanetHead> heads)
public PlanetExtractorDetails productTypeId(Integer productTypeId)
public Integer getProductTypeId()
public void setProductTypeId(Integer productTypeId)
Copyright © 2019. All Rights Reserved.