Package io.swagger.client.model
Class CheckedInBaggage
- java.lang.Object
-
- io.swagger.client.model.CheckedInBaggage
-
public class CheckedInBaggage extends Object
CheckedInBaggage
-
-
Constructor Summary
Constructors Constructor Description CheckedInBaggage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckedInBaggage
description(String description)
boolean
equals(Object o)
String
getDescription()
Get descriptionString
getPaxType()
Get paxTypeString
getUnit()
Get unitString
getValue()
Get valueint
hashCode()
CheckedInBaggage
paxType(String paxType)
void
setDescription(String description)
void
setPaxType(String paxType)
void
setUnit(String unit)
void
setValue(String value)
String
toString()
CheckedInBaggage
unit(String unit)
CheckedInBaggage
value(String value)
-
-
-
Method Detail
-
paxType
public CheckedInBaggage paxType(String paxType)
-
getPaxType
public String getPaxType()
Get paxType- Returns:
- paxType
-
setPaxType
public void setPaxType(String paxType)
-
value
public CheckedInBaggage value(String value)
-
getValue
public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
unit
public CheckedInBaggage unit(String unit)
-
getUnit
public String getUnit()
Get unit- Returns:
- unit
-
setUnit
public void setUnit(String unit)
-
description
public CheckedInBaggage description(String description)
-
getDescription
public String getDescription()
Get description- Returns:
- description
-
setDescription
public void setDescription(String description)
-
-