public class InsurancePriceLevel extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COST |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PAYOUT |
| Constructor and Description |
|---|
InsurancePriceLevel() |
| Modifier and Type | Method and Description |
|---|---|
InsurancePriceLevel |
cost(Float cost) |
boolean |
equals(Object o) |
Float |
getCost()
cost number
|
String |
getName()
Localized insurance level
|
Float |
getPayout()
payout number
|
int |
hashCode() |
InsurancePriceLevel |
name(String name) |
InsurancePriceLevel |
payout(Float payout) |
void |
setCost(Float cost) |
void |
setName(String name) |
void |
setPayout(Float payout) |
String |
toString() |
public static final String SERIALIZED_NAME_COST
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_PAYOUT
public InsurancePriceLevel cost(Float cost)
public Float getCost()
public void setCost(Float cost)
public InsurancePriceLevel name(String name)
public String getName()
public void setName(String name)
public InsurancePriceLevel payout(Float payout)
public Float getPayout()
public void setPayout(Float payout)
Copyright © 2023. All Rights Reserved.