Class CustomerWishlistProduct

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

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

  • Constructor Details

    • CustomerWishlistProduct

      public CustomerWishlistProduct()
    • CustomerWishlistProduct

      public CustomerWishlistProduct(OffsetDateTime createdAt, OffsetDateTime updatedAt)
  • Method Details

    • id

    • getId

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

      public void setId(String id)
    • productId

      public CustomerWishlistProduct productId(String productId)
    • getProductId

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

      public void setProductId(String productId)
    • productVersionId

      public CustomerWishlistProduct productVersionId(String productVersionId)
    • getProductVersionId

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

      public void setProductVersionId(String productVersionId)
    • 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