Class ReadSeoUrl200Response

java.lang.Object
de.codebarista.shopware.model.core.ReadSeoUrl200Response

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-10T11:26:02.541008353+02:00[Europe/Berlin]", comments="Generator version: 7.5.0") public class ReadSeoUrl200Response extends Object
ReadSeoUrl200Response
  • Field Details

  • Constructor Details

    • ReadSeoUrl200Response

      public ReadSeoUrl200Response()
  • Method Details

    • apiAlias

      public ReadSeoUrl200Response apiAlias(String apiAlias)
    • getApiAlias

      @Nullable public String getApiAlias()
      Alias which can be used to restrict response fields. For more information see [includes](https://shopware.stoplight.io/docs/store-api/docs/concepts/search-queries.md#includes-apialias).
      Returns:
      apiAlias
    • setApiAlias

      public void setApiAlias(String apiAlias)
    • entity

      public ReadSeoUrl200Response entity(String entity)
    • getEntity

      @Nullable public String getEntity()
      Get entity
      Returns:
      entity
    • setEntity

      public void setEntity(String entity)
    • total

      public ReadSeoUrl200Response total(Integer total)
    • getTotal

      @Nullable public Integer getTotal()
      The total number of found entities
      Returns:
      total
    • setTotal

      public void setTotal(Integer total)
    • aggregations

      public ReadSeoUrl200Response aggregations(List<Object> aggregations)
    • addAggregationsItem

      public ReadSeoUrl200Response addAggregationsItem(Object aggregationsItem)
    • getAggregations

      @Nullable public List<Object> getAggregations()
      Contains aggregated data. A simple example is the determination of the average price from a product search query.
      Returns:
      aggregations
    • setAggregations

      public void setAggregations(List<Object> aggregations)
    • page

      public ReadSeoUrl200Response page(Integer page)
    • getPage

      @Nullable public Integer getPage()
      The actual page. This can be used for pagination.
      Returns:
      page
    • setPage

      public void setPage(Integer page)
    • limit

      public ReadSeoUrl200Response limit(Integer limit)
    • getLimit

      @Nullable public Integer getLimit()
      The actual limit. This is used for pagination and goes together with the page.
      Returns:
      limit
    • setLimit

      public void setLimit(Integer limit)
    • elements

      public ReadSeoUrl200Response elements(List<SeoUrl> elements)
    • addElementsItem

      public ReadSeoUrl200Response addElementsItem(SeoUrl elementsItem)
    • getElements

      @Nullable public List<SeoUrl> getElements()
      Get elements
      Returns:
      elements
    • setElements

      public void setElements(List<SeoUrl> elements)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object