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 boolean
equals(Object obj)
List<Listing>
getListings()
int
hashCode()
void
setListings(List<Listing> listings)
String
toString()
-