Class ProductJsonApi

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

@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 ProductJsonApi extends Object
Added since version: 6.0.0.0
  • Field Details

  • Constructor Details

  • Method Details

    • type

      public ProductJsonApi type(String type)
    • getType

      @Nonnull public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • id

      public ProductJsonApi id(String id)
    • getId

      @Nonnull public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • attributes

      public ProductJsonApi attributes(Map<String,Object> attributes)
    • putAttributesItem

      public ProductJsonApi putAttributesItem(String key, Object attributesItem)
    • getAttributes

      @Nullable public Map<String,Object> getAttributes()
      Members of the attributes object (\"attributes\") represent information about the resource object in which it's defined.
      Returns:
      attributes
    • setAttributes

      public void setAttributes(Map<String,Object> attributes)
    • relationships

      public ProductJsonApi relationships(ProductJsonApiAllOfRelationships relationships)
    • getRelationships

      @Nullable public ProductJsonApiAllOfRelationships getRelationships()
      Get relationships
      Returns:
      relationships
    • setRelationships

      public void setRelationships(ProductJsonApiAllOfRelationships relationships)
    • links

      public ProductJsonApi links(Map<String,Link> links)
    • putLinksItem

      public ProductJsonApi putLinksItem(String key, Link linksItem)
    • getLinks

      @Nullable public Map<String,Link> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,Link> links)
    • meta

      public ProductJsonApi meta(Map<String,Object> meta)
    • putMetaItem

      public ProductJsonApi putMetaItem(String key, Object metaItem)
    • getMeta

      @Nullable public Map<String,Object> getMeta()
      Non-standard meta-information that can not be represented as an attribute or relationship.
      Returns:
      meta
    • setMeta

      public void setMeta(Map<String,Object> meta)
    • versionId

      public ProductJsonApi versionId(String versionId)
    • getVersionId

      @Nullable public String getVersionId()
      Get versionId
      Returns:
      versionId
    • setVersionId

      public void setVersionId(String versionId)
    • parentId

      public ProductJsonApi parentId(String parentId)
    • getParentId

      @Nullable public String getParentId()
      Get parentId
      Returns:
      parentId
    • setParentId

      public void setParentId(String parentId)
    • parentVersionId

      public ProductJsonApi parentVersionId(String parentVersionId)
    • getParentVersionId

      @Nullable public String getParentVersionId()
      Get parentVersionId
      Returns:
      parentVersionId
    • setParentVersionId

      public void setParentVersionId(String parentVersionId)
    • manufacturerId

      public ProductJsonApi manufacturerId(String manufacturerId)
    • getManufacturerId

      @Nullable public String getManufacturerId()
      Get manufacturerId
      Returns:
      manufacturerId
    • setManufacturerId

      public void setManufacturerId(String manufacturerId)
    • productManufacturerVersionId

      public ProductJsonApi productManufacturerVersionId(String productManufacturerVersionId)
    • getProductManufacturerVersionId

      @Nullable public String getProductManufacturerVersionId()
      Get productManufacturerVersionId
      Returns:
      productManufacturerVersionId
    • setProductManufacturerVersionId

      public void setProductManufacturerVersionId(String productManufacturerVersionId)
    • unitId

      public ProductJsonApi unitId(String unitId)
    • getUnitId

      @Nullable public String getUnitId()
      Get unitId
      Returns:
      unitId
    • setUnitId

      public void setUnitId(String unitId)
    • taxId

      public ProductJsonApi taxId(String taxId)
    • getTaxId

      @Nonnull public String getTaxId()
      Get taxId
      Returns:
      taxId
    • setTaxId

      public void setTaxId(String taxId)
    • coverId

      public ProductJsonApi coverId(String coverId)
    • getCoverId

      @Nullable public String getCoverId()
      Get coverId
      Returns:
      coverId
    • setCoverId

      public void setCoverId(String coverId)
    • productMediaVersionId

      public ProductJsonApi productMediaVersionId(String productMediaVersionId)
    • getProductMediaVersionId

      @Nullable public String getProductMediaVersionId()
      Get productMediaVersionId
      Returns:
      productMediaVersionId
    • setProductMediaVersionId

      public void setProductMediaVersionId(String productMediaVersionId)
    • deliveryTimeId

      public ProductJsonApi deliveryTimeId(String deliveryTimeId)
    • getDeliveryTimeId

      @Nullable public String getDeliveryTimeId()
      Get deliveryTimeId
      Returns:
      deliveryTimeId
    • setDeliveryTimeId

      public void setDeliveryTimeId(String deliveryTimeId)
    • canonicalProductId

      public ProductJsonApi canonicalProductId(String canonicalProductId)
    • getCanonicalProductId

      @Nullable public String getCanonicalProductId()
      Get canonicalProductId
      Returns:
      canonicalProductId
    • setCanonicalProductId

      public void setCanonicalProductId(String canonicalProductId)
    • cmsPageId

      public ProductJsonApi cmsPageId(String cmsPageId)
    • getCmsPageId

      @Nullable public String getCmsPageId()
      Get cmsPageId
      Returns:
      cmsPageId
    • setCmsPageId

      public void setCmsPageId(String cmsPageId)
    • cmsPageVersionId

      public ProductJsonApi cmsPageVersionId(String cmsPageVersionId)
    • getCmsPageVersionId

      @Nullable public String getCmsPageVersionId()
      Get cmsPageVersionId
      Returns:
      cmsPageVersionId
    • setCmsPageVersionId

      public void setCmsPageVersionId(String cmsPageVersionId)
    • productNumber

      public ProductJsonApi productNumber(String productNumber)
    • getProductNumber

      @Nonnull public String getProductNumber()
      Get productNumber
      Returns:
      productNumber
    • setProductNumber

      public void setProductNumber(String productNumber)
    • restockTime

      public ProductJsonApi restockTime(Long restockTime)
    • getRestockTime

      @Nullable public Long getRestockTime()
      Get restockTime
      Returns:
      restockTime
    • setRestockTime

      public void setRestockTime(Long restockTime)
    • active

      public ProductJsonApi active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      Get active
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • getAvailable

      @Nullable public Boolean getAvailable()
      Get available
      Returns:
      available
    • isCloseout

      public ProductJsonApi isCloseout(Boolean isCloseout)
    • getIsCloseout

      @Nullable public Boolean getIsCloseout()
      Get isCloseout
      Returns:
      isCloseout
    • setIsCloseout

      public void setIsCloseout(Boolean isCloseout)
    • getDisplayGroup

      @Nullable public String getDisplayGroup()
      Get displayGroup
      Returns:
      displayGroup
    • manufacturerNumber

      public ProductJsonApi manufacturerNumber(String manufacturerNumber)
    • getManufacturerNumber

      @Nullable public String getManufacturerNumber()
      Get manufacturerNumber
      Returns:
      manufacturerNumber
    • setManufacturerNumber

      public void setManufacturerNumber(String manufacturerNumber)
    • ean

      public ProductJsonApi ean(String ean)
    • getEan

      @Nullable public String getEan()
      Get ean
      Returns:
      ean
    • setEan

      public void setEan(String ean)
    • purchaseSteps

      public ProductJsonApi purchaseSteps(Long purchaseSteps)
    • getPurchaseSteps

      @Nullable public Long getPurchaseSteps()
      Get purchaseSteps
      Returns:
      purchaseSteps
    • setPurchaseSteps

      public void setPurchaseSteps(Long purchaseSteps)
    • maxPurchase

      public ProductJsonApi maxPurchase(Long maxPurchase)
    • getMaxPurchase

      @Nullable public Long getMaxPurchase()
      Get maxPurchase
      Returns:
      maxPurchase
    • setMaxPurchase

      public void setMaxPurchase(Long maxPurchase)
    • minPurchase

      public ProductJsonApi minPurchase(Long minPurchase)
    • getMinPurchase

      @Nullable public Long getMinPurchase()
      Get minPurchase
      Returns:
      minPurchase
    • setMinPurchase

      public void setMinPurchase(Long minPurchase)
    • purchaseUnit

      public ProductJsonApi purchaseUnit(Float purchaseUnit)
    • getPurchaseUnit

      @Nullable public Float getPurchaseUnit()
      Get purchaseUnit
      Returns:
      purchaseUnit
    • setPurchaseUnit

      public void setPurchaseUnit(Float purchaseUnit)
    • referenceUnit

      public ProductJsonApi referenceUnit(Float referenceUnit)
    • getReferenceUnit

      @Nullable public Float getReferenceUnit()
      Get referenceUnit
      Returns:
      referenceUnit
    • setReferenceUnit

      public void setReferenceUnit(Float referenceUnit)
    • shippingFree

      public ProductJsonApi shippingFree(Boolean shippingFree)
    • getShippingFree

      @Nullable public Boolean getShippingFree()
      Get shippingFree
      Returns:
      shippingFree
    • setShippingFree

      public void setShippingFree(Boolean shippingFree)
    • markAsTopseller

      public ProductJsonApi markAsTopseller(Boolean markAsTopseller)
    • getMarkAsTopseller

      @Nullable public Boolean getMarkAsTopseller()
      Get markAsTopseller
      Returns:
      markAsTopseller
    • setMarkAsTopseller

      public void setMarkAsTopseller(Boolean markAsTopseller)
    • weight

      public ProductJsonApi weight(Float weight)
    • getWeight

      @Nullable public Float getWeight()
      Get weight
      Returns:
      weight
    • setWeight

      public void setWeight(Float weight)
    • width

      public ProductJsonApi width(Float width)
    • getWidth

      @Nullable public Float getWidth()
      Get width
      Returns:
      width
    • setWidth

      public void setWidth(Float width)
    • height

      public ProductJsonApi height(Float height)
    • getHeight

      @Nullable public Float getHeight()
      Get height
      Returns:
      height
    • setHeight

      public void setHeight(Float height)
    • length

      public ProductJsonApi length(Float length)
    • getLength

      @Nullable public Float getLength()
      Get length
      Returns:
      length
    • setLength

      public void setLength(Float length)
    • releaseDate

      public ProductJsonApi releaseDate(OffsetDateTime releaseDate)
    • getReleaseDate

      @Nullable public OffsetDateTime getReleaseDate()
      Get releaseDate
      Returns:
      releaseDate
    • setReleaseDate

      public void setReleaseDate(OffsetDateTime releaseDate)
    • getRatingAverage

      @Nullable public Float getRatingAverage()
      Get ratingAverage
      Returns:
      ratingAverage
    • getCategoryTree

      @Nullable public List<String> getCategoryTree()
      Get categoryTree
      Returns:
      categoryTree
    • getPropertyIds

      @Nullable public List<String> getPropertyIds()
      Get propertyIds
      Returns:
      propertyIds
    • getOptionIds

      @Nullable public List<String> getOptionIds()
      Get optionIds
      Returns:
      optionIds
    • getStreamIds

      @Nullable public List<String> getStreamIds()
      Get streamIds
      Returns:
      streamIds
    • getTagIds

      @Nullable public List<String> getTagIds()
      Get tagIds
      Returns:
      tagIds
    • getCategoryIds

      @Nullable public List<String> getCategoryIds()
      Get categoryIds
      Returns:
      categoryIds
    • getChildCount

      @Nullable public Long getChildCount()
      Get childCount
      Returns:
      childCount
    • getSales

      @Nullable public Long getSales()
      Get sales
      Returns:
      sales
    • getStates

      @Nullable public List<String> getStates()
      Get states
      Returns:
      states
    • metaDescription

      public ProductJsonApi metaDescription(String metaDescription)
    • getMetaDescription

      @Nullable public String getMetaDescription()
      Get metaDescription
      Returns:
      metaDescription
    • setMetaDescription

      public void setMetaDescription(String metaDescription)
    • name

      public ProductJsonApi name(String name)
    • getName

      @Nonnull public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • keywords

      public ProductJsonApi keywords(String keywords)
    • getKeywords

      @Nullable public String getKeywords()
      Get keywords
      Returns:
      keywords
    • setKeywords

      public void setKeywords(String keywords)
    • description

      public ProductJsonApi description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • metaTitle

      public ProductJsonApi metaTitle(String metaTitle)
    • getMetaTitle

      @Nullable public String getMetaTitle()
      Get metaTitle
      Returns:
      metaTitle
    • setMetaTitle

      public void setMetaTitle(String metaTitle)
    • packUnit

      public ProductJsonApi packUnit(String packUnit)
    • getPackUnit

      @Nullable public String getPackUnit()
      Get packUnit
      Returns:
      packUnit
    • setPackUnit

      public void setPackUnit(String packUnit)
    • packUnitPlural

      public ProductJsonApi packUnitPlural(String packUnitPlural)
    • getPackUnitPlural

      @Nullable public String getPackUnitPlural()
      Get packUnitPlural
      Returns:
      packUnitPlural
    • setPackUnitPlural

      public void setPackUnitPlural(String packUnitPlural)
    • customFields

      public ProductJsonApi customFields(Object customFields)
    • getCustomFields

      @Nullable public Object getCustomFields()
      Get customFields
      Returns:
      customFields
    • setCustomFields

      public void setCustomFields(Object customFields)
    • availableStock

      public ProductJsonApi availableStock(Long availableStock)
    • getAvailableStock

      @Nullable public Long getAvailableStock()
      Get availableStock
      Returns:
      availableStock
    • setAvailableStock

      public void setAvailableStock(Long availableStock)
    • stock

      public ProductJsonApi stock(Long stock)
    • getStock

      @Nonnull public Long getStock()
      Get stock
      Returns:
      stock
    • setStock

      public void setStock(Long stock)
    • calculatedPrice

      public ProductJsonApi calculatedPrice(Object calculatedPrice)
    • getCalculatedPrice

      @Nullable public Object getCalculatedPrice()
      Get calculatedPrice
      Returns:
      calculatedPrice
    • setCalculatedPrice

      public void setCalculatedPrice(Object calculatedPrice)
    • calculatedPrices

      public ProductJsonApi calculatedPrices(List<Object> calculatedPrices)
    • addCalculatedPricesItem

      public ProductJsonApi addCalculatedPricesItem(Object calculatedPricesItem)
    • getCalculatedPrices

      @Nullable public List<Object> getCalculatedPrices()
      Get calculatedPrices
      Returns:
      calculatedPrices
    • setCalculatedPrices

      public void setCalculatedPrices(List<Object> calculatedPrices)
    • calculatedMaxPurchase

      public ProductJsonApi calculatedMaxPurchase(Long calculatedMaxPurchase)
    • getCalculatedMaxPurchase

      @Nullable public Long getCalculatedMaxPurchase()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      calculatedMaxPurchase
    • setCalculatedMaxPurchase

      public void setCalculatedMaxPurchase(Long calculatedMaxPurchase)
    • calculatedCheapestPrice

      public ProductJsonApi calculatedCheapestPrice(Object calculatedCheapestPrice)
    • getCalculatedCheapestPrice

      @Nullable public Object getCalculatedCheapestPrice()
      Get calculatedCheapestPrice
      Returns:
      calculatedCheapestPrice
    • setCalculatedCheapestPrice

      public void setCalculatedCheapestPrice(Object calculatedCheapestPrice)
    • isNew

      public ProductJsonApi isNew(Boolean isNew)
    • getIsNew

      @Nullable public Boolean getIsNew()
      Runtime field, cannot be used as part of the criteria.
      Returns:
      isNew
    • setIsNew

      public void setIsNew(Boolean isNew)
    • sortedProperties

      public ProductJsonApi sortedProperties(Object sortedProperties)
    • getSortedProperties

      @Nullable public Object getSortedProperties()
      Get sortedProperties
      Returns:
      sortedProperties
    • setSortedProperties

      public void setSortedProperties(Object sortedProperties)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • translated

      public ProductJsonApi translated(Object translated)
    • getTranslated

      @Nullable public Object getTranslated()
      Get translated
      Returns:
      translated
    • setTranslated

      public void setTranslated(Object translated)
    • 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