Package io.swagger.client.model
Class PolicyDetail
- java.lang.Object
-
- io.swagger.client.model.PolicyDetail
-
public class PolicyDetail extends Object
PolicyDetail
-
-
Constructor Summary
Constructors Constructor Description PolicyDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyDetail
charge(Integer charge)
PolicyDetail
chargeType(String chargeType)
boolean
equals(Object o)
PolicyDetail
fromDate(String fromDate)
Integer
getCharge()
Get chargeString
getChargeType()
Get chargeTypeString
getFromDate()
Get fromDateString
getToDate()
Get toDateint
hashCode()
void
setCharge(Integer charge)
void
setChargeType(String chargeType)
void
setFromDate(String fromDate)
void
setToDate(String toDate)
PolicyDetail
toDate(String toDate)
String
toString()
-
-
-
Method Detail
-
fromDate
public PolicyDetail fromDate(String fromDate)
-
getFromDate
public String getFromDate()
Get fromDate- Returns:
- fromDate
-
setFromDate
public void setFromDate(String fromDate)
-
toDate
public PolicyDetail toDate(String toDate)
-
getToDate
public String getToDate()
Get toDate- Returns:
- toDate
-
setToDate
public void setToDate(String toDate)
-
chargeType
public PolicyDetail chargeType(String chargeType)
-
getChargeType
public String getChargeType()
Get chargeType- Returns:
- chargeType
-
setChargeType
public void setChargeType(String chargeType)
-
charge
public PolicyDetail charge(Integer charge)
-
getCharge
public Integer getCharge()
Get charge- Returns:
- charge
-
setCharge
public void setCharge(Integer charge)
-
-