Class SeekListingsRequest

java.lang.Object
org.oxerr.stubhub.client.model.SeekListingsRequest
All Implemented Interfaces:
Serializable

public class SeekListingsRequest extends Object implements Serializable
See Also:
  • Constructor Details

    • SeekListingsRequest

      public SeekListingsRequest()
    • SeekListingsRequest

      public SeekListingsRequest(List<Long> inventoryIds)
  • Method Details

    • getInventoryIds

      public List<Long> getInventoryIds()
    • setInventoryIds

      public void setInventoryIds(List<Long> inventoryIds)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object