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
|
Integer |
getJumpCloneId()
jump_clone_id integer
|
Long |
getLocationId()
location_id integer
|
Clone.LocationTypeEnum |
getLocationType()
location_type string
|
String |
getName()
name string
|
int |
hashCode() |
Clone |
implants(List<Integer> implants) |
Clone |
jumpCloneId(Integer jumpCloneId) |
Clone |
locationId(Long locationId) |
Clone |
locationType(Clone.LocationTypeEnum locationType) |
Clone |
name(String name) |
void |
setImplants(List<Integer> implants) |
void |
setJumpCloneId(Integer jumpCloneId) |
void |
setLocationId(Long locationId) |
void |
setLocationType(Clone.LocationTypeEnum locationType) |
void |
setName(String name) |
String |
toString() |
public Integer getJumpCloneId()
public void setJumpCloneId(Integer jumpCloneId)
public Long getLocationId()
public void setLocationId(Long locationId)
public Clone locationType(Clone.LocationTypeEnum locationType)
public Clone.LocationTypeEnum getLocationType()
public void setLocationType(Clone.LocationTypeEnum locationType)
public String getName()
public void setName(String name)
Copyright © 2019. All Rights Reserved.