Class CustomerWishlist

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

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

  • Constructor Details

    • CustomerWishlist

      public CustomerWishlist()
    • CustomerWishlist

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

    • id

      public CustomerWishlist id(String id)
    • getId

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

      public void setId(String id)
    • customerId

      public CustomerWishlist customerId(String customerId)
    • getCustomerId

      @Nonnull public String getCustomerId()
      Get customerId
      Returns:
      customerId
    • setCustomerId

      public void setCustomerId(String customerId)
    • customFields

      public CustomerWishlist customFields(Object customFields)
    • getCustomFields

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

      public void setCustomFields(Object customFields)
    • 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