Package io.swagger.client.model
Class MiniFareRule
- java.lang.Object
-
- io.swagger.client.model.MiniFareRule
-
public class MiniFareRule extends Object
MiniFareRule
-
-
Constructor Summary
Constructors Constructor Description MiniFareRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MiniFareRule
addBaggageAllowanceItem(FareRuleBaggageAllowance baggageAllowanceItem)
MiniFareRule
addPenaltiesItem(Penalty penaltiesItem)
MiniFareRule
baggageAllowance(List<FareRuleBaggageAllowance> baggageAllowance)
boolean
equals(Object o)
MiniFareRule
fareBasis(String fareBasis)
List<FareRuleBaggageAllowance>
getBaggageAllowance()
Get baggageAllowanceString
getFareBasis()
Get fareBasisString
getPaxType()
Get paxTypeList<Penalty>
getPenalties()
Get penaltiesint
hashCode()
MiniFareRule
paxType(String paxType)
MiniFareRule
penalties(List<Penalty> penalties)
void
setBaggageAllowance(List<FareRuleBaggageAllowance> baggageAllowance)
void
setFareBasis(String fareBasis)
void
setPaxType(String paxType)
void
setPenalties(List<Penalty> penalties)
String
toString()
-
-
-
Method Detail
-
fareBasis
public MiniFareRule fareBasis(String fareBasis)
-
getFareBasis
public String getFareBasis()
Get fareBasis- Returns:
- fareBasis
-
setFareBasis
public void setFareBasis(String fareBasis)
-
paxType
public MiniFareRule paxType(String paxType)
-
getPaxType
public String getPaxType()
Get paxType- Returns:
- paxType
-
setPaxType
public void setPaxType(String paxType)
-
penalties
public MiniFareRule penalties(List<Penalty> penalties)
-
addPenaltiesItem
public MiniFareRule addPenaltiesItem(Penalty penaltiesItem)
-
baggageAllowance
public MiniFareRule baggageAllowance(List<FareRuleBaggageAllowance> baggageAllowance)
-
addBaggageAllowanceItem
public MiniFareRule addBaggageAllowanceItem(FareRuleBaggageAllowance baggageAllowanceItem)
-
getBaggageAllowance
public List<FareRuleBaggageAllowance> getBaggageAllowance()
Get baggageAllowance- Returns:
- baggageAllowance
-
setBaggageAllowance
public void setBaggageAllowance(List<FareRuleBaggageAllowance> baggageAllowance)
-
-