public class CharacterShipResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_SHIP_ITEM_ID |
static String |
SERIALIZED_NAME_SHIP_NAME |
static String |
SERIALIZED_NAME_SHIP_TYPE_ID |
| Constructor and Description |
|---|
CharacterShipResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getShipItemId()
Item id's are unique to a ship and persist until it is repackaged.
|
String |
getShipName()
ship_name string
|
Integer |
getShipTypeId()
ship_type_id integer
|
int |
hashCode() |
void |
setShipItemId(Long shipItemId) |
void |
setShipName(String shipName) |
void |
setShipTypeId(Integer shipTypeId) |
CharacterShipResponse |
shipItemId(Long shipItemId) |
CharacterShipResponse |
shipName(String shipName) |
CharacterShipResponse |
shipTypeId(Integer shipTypeId) |
String |
toString() |
public static final String SERIALIZED_NAME_SHIP_TYPE_ID
public static final String SERIALIZED_NAME_SHIP_ITEM_ID
public static final String SERIALIZED_NAME_SHIP_NAME
public CharacterShipResponse shipTypeId(Integer shipTypeId)
public Integer getShipTypeId()
public void setShipTypeId(Integer shipTypeId)
public CharacterShipResponse shipItemId(Long shipItemId)
public Long getShipItemId()
public void setShipItemId(Long shipItemId)
public CharacterShipResponse shipName(String shipName)
public String getShipName()
public void setShipName(String shipName)
Copyright © 2019. All Rights Reserved.