Package io.swagger.client.model
Class CarPreBookCriteria
- java.lang.Object
-
- io.swagger.client.model.CarPreBookCriteria
-
public class CarPreBookCriteria extends Object
CarPreBookCriteria
-
-
Constructor Summary
Constructors Constructor Description CarPreBookCriteria()
-
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()
CarPreBookCriteria
offerId(String offerId)
CarPreBookCriteria
searchKey(String searchKey)
void
setOfferId(String offerId)
void
setSearchKey(String searchKey)
String
toString()
-
-
-
Method Detail
-
searchKey
public CarPreBookCriteria searchKey(String searchKey)
-
getSearchKey
public String getSearchKey()
Get searchKey- Returns:
- searchKey
-
setSearchKey
public void setSearchKey(String searchKey)
-
offerId
public CarPreBookCriteria offerId(String offerId)
-
getOfferId
public String getOfferId()
Get offerId- Returns:
- offerId
-
setOfferId
public void setOfferId(String offerId)
-
-