Class BulkInventoryListingNotesCreateRequest

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

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

    • BulkInventoryListingNotesCreateRequest

      public BulkInventoryListingNotesCreateRequest()
  • Method Details

    • getNotes

      public List<String> getNotes()
    • setNotes

      public void setNotes(List<String> notes)
    • getInventoryId

      public Long getInventoryId()
    • setInventoryId

      public void setInventoryId(Long inventoryId)
    • 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