public class UniverseAncestriesResponse extends Object implements Serializable
| Constructor and Description |
|---|
UniverseAncestriesResponse() |
| Modifier and Type | Method and Description |
|---|---|
UniverseAncestriesResponse |
bloodlineId(Integer bloodlineId) |
UniverseAncestriesResponse |
description(String description) |
boolean |
equals(Object o) |
Integer |
getBloodlineId()
The bloodline associated with this ancestry
|
String |
getDescription()
description string
|
Integer |
getIconId()
icon_id integer
|
Integer |
getId()
id integer
|
String |
getName()
name string
|
String |
getShortDescription()
short_description string
|
int |
hashCode() |
UniverseAncestriesResponse |
iconId(Integer iconId) |
UniverseAncestriesResponse |
id(Integer id) |
UniverseAncestriesResponse |
name(String name) |
void |
setBloodlineId(Integer bloodlineId) |
void |
setDescription(String description) |
void |
setIconId(Integer iconId) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setShortDescription(String shortDescription) |
UniverseAncestriesResponse |
shortDescription(String shortDescription) |
String |
toString() |
public UniverseAncestriesResponse bloodlineId(Integer bloodlineId)
public Integer getBloodlineId()
public void setBloodlineId(Integer bloodlineId)
public UniverseAncestriesResponse description(String description)
public String getDescription()
public void setDescription(String description)
public UniverseAncestriesResponse iconId(Integer iconId)
public Integer getIconId()
public void setIconId(Integer iconId)
public UniverseAncestriesResponse id(Integer id)
public Integer getId()
public void setId(Integer id)
public UniverseAncestriesResponse name(String name)
public String getName()
public void setName(String name)
public UniverseAncestriesResponse shortDescription(String shortDescription)
public String getShortDescription()
public void setShortDescription(String shortDescription)
Copyright © 2018. All Rights Reserved.