Package io.swagger.client.model
Class CarCancellationPolicyCriteria
- java.lang.Object
-
- io.swagger.client.model.CarCancellationPolicyCriteria
-
public class CarCancellationPolicyCriteria extends Object
CarCancellationPolicyCriteria
-
-
Constructor Summary
Constructors Constructor Description CarCancellationPolicyCriteria()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getOfferId()
Get offerIdString
getSearchKey()
Get searchKeyint
hashCode()
CarCancellationPolicyCriteria
offerId(String offerId)
CarCancellationPolicyCriteria
searchKey(String searchKey)
void
setOfferId(String offerId)
void
setSearchKey(String searchKey)
String
toString()
-
-
-
Method Detail
-
searchKey
public CarCancellationPolicyCriteria searchKey(String searchKey)
-
getSearchKey
public String getSearchKey()
Get searchKey- Returns:
- searchKey
-
setSearchKey
public void setSearchKey(String searchKey)
-
offerId
public CarCancellationPolicyCriteria offerId(String offerId)
-
getOfferId
public String getOfferId()
Get offerId- Returns:
- offerId
-
setOfferId
public void setOfferId(String offerId)
-
-