public class InsurancePricesResponse extends Object implements Serializable
| Constructor and Description |
|---|
InsurancePricesResponse() |
| Modifier and Type | Method and Description |
|---|---|
InsurancePricesResponse |
addLevelsItem(InsurancePriceLevel levelsItem) |
boolean |
equals(Object o) |
List<InsurancePriceLevel> |
getLevels()
A list of a available insurance levels for this ship type
|
Integer |
getTypeId()
type_id integer
|
int |
hashCode() |
InsurancePricesResponse |
levels(List<InsurancePriceLevel> levels) |
void |
setLevels(List<InsurancePriceLevel> levels) |
void |
setTypeId(Integer typeId) |
String |
toString() |
InsurancePricesResponse |
typeId(Integer typeId) |
public InsurancePricesResponse levels(List<InsurancePriceLevel> levels)
public InsurancePricesResponse addLevelsItem(InsurancePriceLevel levelsItem)
public List<InsurancePriceLevel> getLevels()
public void setLevels(List<InsurancePriceLevel> levels)
public InsurancePricesResponse typeId(Integer typeId)
public Integer getTypeId()
public void setTypeId(Integer typeId)
Copyright © 2018. All Rights Reserved.