Class CustomerTag

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

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

  • Constructor Details

    • CustomerTag

      public CustomerTag()
  • Method Details

    • id

      public CustomerTag id(String id)
    • getId

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

      public void setId(String id)
    • customerId

      public CustomerTag customerId(String customerId)
    • getCustomerId

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

      public void setCustomerId(String customerId)
    • tagId

      public CustomerTag tagId(String tagId)
    • getTagId

      @Nonnull public String getTagId()
      Get tagId
      Returns:
      tagId
    • setTagId

      public void setTagId(String tagId)
    • tag

      public CustomerTag tag(Tag tag)
    • getTag

      @Nullable public Tag getTag()
      Get tag
      Returns:
      tag
    • setTag

      public void setTag(Tag tag)
    • 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