Class ItemsResponse

java.lang.Object
io.constructor.client.models.ItemsResponse

public class ItemsResponse extends Object
Constructor.io Items Response ... uses Gson/Reflection to load data in
  • Constructor Details

    • ItemsResponse

      public ItemsResponse()
  • Method Details

    • getTotalCount

      public int getTotalCount()
      Returns:
      the totalCount
    • getItems

      public List<ConstructorItem> getItems()
      Returns:
      the items
    • setTotalCount

      public void setTotalCount(int totalCount)
    • setItems

      public void setItems(List<ConstructorItem> items)