Class InventoryExportResponse

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

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

    • InventoryExportResponse

      public InventoryExportResponse()
  • Method Details

    • getPaginationToken

      public Long getPaginationToken()
    • setPaginationToken

      public void setPaginationToken(Long paginationToken)
    • getNumberOfItems

      public Integer getNumberOfItems()
    • setNumberOfItems

      public void setNumberOfItems(Integer numberOfItems)
    • getInventory

      public List<ListingResponse> getInventory()
    • setInventory

      public void setInventory(List<ListingResponse> inventory)
    • getDeletedInventoryIds

      public List<Long> getDeletedInventoryIds()
    • setDeletedInventoryIds

      public void setDeletedInventoryIds(List<Long> deletedInventoryIds)
    • 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