public class Clone extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Clone.LocationTypeEnum
location_type string
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_IMPLANTS |
static String |
SERIALIZED_NAME_JUMP_CLONE_ID |
static String |
SERIALIZED_NAME_LOCATION_ID |
static String |
SERIALIZED_NAME_LOCATION_TYPE |
static String |
SERIALIZED_NAME_NAME |
| 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 static final String SERIALIZED_NAME_IMPLANTS
public static final String SERIALIZED_NAME_JUMP_CLONE_ID
public static final String SERIALIZED_NAME_LOCATION_ID
public static final String SERIALIZED_NAME_LOCATION_TYPE
public static final String SERIALIZED_NAME_NAME
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 void setName(String name)
Copyright © 2020. All Rights Reserved.