public class CharacterShipResponse extends Object implements Serializable
| 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 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)
public CharacterShipResponse shipTypeId(Integer shipTypeId)
public Integer getShipTypeId()
public void setShipTypeId(Integer shipTypeId)
Copyright © 2019. All Rights Reserved.