Class ListingsResponse

java.lang.Object
org.oxerr.vividseats.client.rescu.resource.Response
org.oxerr.vividseats.client.rescu.resource.ListingsResponse
All Implemented Interfaces:
Serializable

public class ListingsResponse extends Response
See Also:
  • Constructor Details

    • ListingsResponse

      public ListingsResponse(Boolean success, String message)
  • Method Details

    • getListings

      public List<org.oxerr.vividseats.client.model.BrokerListing> getListings()
    • setListings

      public void setListings(List<org.oxerr.vividseats.client.model.BrokerListing> listings)
    • getAttribute

      public String getAttribute()
    • setAttribute

      public void setAttribute(String attribute)