public class Clone extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Clone.LocationTypeEnum
location_type string
|
| Constructor and Description |
|---|
Clone() |
| Modifier and Type | Method and Description |
|---|---|
Clone |
addImplantsItem(Integer implantsItem) |
boolean |
equals(Object o) |
List<Integer> |
getImplants()
implants array
|
Long |
getLocationId()
location_id integer
|
Clone.LocationTypeEnum |
getLocationType()
location_type string
|
int |
hashCode() |
Clone |
implants(List<Integer> implants) |
Clone |
locationId(Long locationId) |
Clone |
locationType(Clone.LocationTypeEnum locationType) |
void |
setImplants(List<Integer> implants) |
void |
setLocationId(Long locationId) |
void |
setLocationType(Clone.LocationTypeEnum locationType) |
String |
toString() |
public Long getLocationId()
public void setLocationId(Long locationId)
public Clone locationType(Clone.LocationTypeEnum locationType)
public Clone.LocationTypeEnum getLocationType()
public void setLocationType(Clone.LocationTypeEnum locationType)
Copyright © 2017. All Rights Reserved.