Package io.swagger.client.model
Class Supplement
- java.lang.Object
-
- io.swagger.client.model.Supplement
-
public class Supplement extends Object
Supplement
-
-
Constructor Summary
Constructors Constructor Description Supplement()
-
Method Summary
-
-
-
Method Detail
-
supplementKey
public Supplement supplementKey(String supplementKey)
-
getSupplementKey
public String getSupplementKey()
Get supplementKey- Returns:
- supplementKey
-
setSupplementKey
public void setSupplementKey(String supplementKey)
-
type
public Supplement type(String type)
-
getType
public String getType()
Get type- Returns:
- type
-
setType
public void setType(String type)
-
name
public Supplement name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
from
public Supplement from(String from)
-
getFrom
public String getFrom()
Get from- Returns:
- from
-
setFrom
public void setFrom(String from)
-
to
public Supplement to(String to)
-
getTo
public String getTo()
Get to- Returns:
- to
-
setTo
public void setTo(String to)
-
amount
public Supplement amount(Double amount)
-
getAmount
public Double getAmount()
Get amount- Returns:
- amount
-
setAmount
public void setAmount(Double amount)
-
included
public Supplement included(Boolean included)
-
isIncluded
public Boolean isIncluded()
Get included- Returns:
- included
-
setIncluded
public void setIncluded(Boolean included)
-
currency
public Supplement currency(String currency)
-
getCurrency
public String getCurrency()
Get currency- Returns:
- currency
-
setCurrency
public void setCurrency(String currency)
-
additionalProperties
public Supplement additionalProperties(List<AdditionalProperty> additionalProperties)
-
addAdditionalPropertiesItem
public Supplement addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
-
getAdditionalProperties
public List<AdditionalProperty> getAdditionalProperties()
Get additionalProperties- Returns:
- additionalProperties
-
setAdditionalProperties
public void setAdditionalProperties(List<AdditionalProperty> additionalProperties)
-
-