Class UpdateListingRequest
- java.lang.Object
-
- org.oxerr.seatgeek.client.model.AbstractListing
-
- org.oxerr.seatgeek.client.model.request.UpdateListingRequest
-
- All Implemented Interfaces:
Serializable
public class UpdateListingRequest extends AbstractListing
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateListingRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()-
Methods inherited from class org.oxerr.seatgeek.client.model.AbstractListing
getBarcodes, getCost, getEdelivery, getInHandDate, getInstant, getNotes, getQuantity, getRow, getSeatFrom, getSeatThru, getSection, getSplitType, getTokens, getTokensType, setBarcodes, setCost, setEdelivery, setInHandDate, setInstant, setNotes, setQuantity, setRow, setSeatFrom, setSeatThru, setSection, setSplitType, setTokens, setTokensType
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractListing
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classAbstractListing
-
-