Class MainCategory

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

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

  • Constructor Details

  • Method Details

    • id

      public MainCategory id(String id)
    • getId

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

      public void setId(String id)
    • productId

      public MainCategory productId(String productId)
    • getProductId

      @Nonnull public String getProductId()
      Get productId
      Returns:
      productId
    • setProductId

      public void setProductId(String productId)
    • productVersionId

      public MainCategory productVersionId(String productVersionId)
    • getProductVersionId

      @Nullable public String getProductVersionId()
      Get productVersionId
      Returns:
      productVersionId
    • setProductVersionId

      public void setProductVersionId(String productVersionId)
    • categoryId

      public MainCategory categoryId(String categoryId)
    • getCategoryId

      @Nonnull public String getCategoryId()
      Get categoryId
      Returns:
      categoryId
    • setCategoryId

      public void setCategoryId(String categoryId)
    • categoryVersionId

      public MainCategory categoryVersionId(String categoryVersionId)
    • getCategoryVersionId

      @Nullable public String getCategoryVersionId()
      Get categoryVersionId
      Returns:
      categoryVersionId
    • setCategoryVersionId

      public void setCategoryVersionId(String categoryVersionId)
    • salesChannelId

      public MainCategory salesChannelId(String salesChannelId)
    • getSalesChannelId

      @Nonnull public String getSalesChannelId()
      Get salesChannelId
      Returns:
      salesChannelId
    • setSalesChannelId

      public void setSalesChannelId(String salesChannelId)
    • getCreatedAt

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

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • 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