Class MultipleListingsResponse
- java.lang.Object
-
- org.oxerr.seatgeek.client.model.response.Response
-
- org.oxerr.seatgeek.client.model.response.MultipleListingsResponse
-
- All Implemented Interfaces:
Serializable
public class MultipleListingsResponse extends Response implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultipleListingsResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<Listing>getListings()inthashCode()voidsetListings(List<Listing> listings)StringtoString()
-