Class ShippingMethod

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

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

  • Constructor Details

  • Method Details

    • id

      public ShippingMethod id(String id)
    • getId

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

      public void setId(String id)
    • name

      public ShippingMethod name(String name)
    • getName

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

      public void setName(String name)
    • active

      public ShippingMethod active(Boolean active)
    • getActive

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

      public void setActive(Boolean active)
    • position

      public ShippingMethod position(Long position)
    • getPosition

      @Nullable public Long getPosition()
      Get position
      Returns:
      position
    • setPosition

      public void setPosition(Long position)
    • customFields

      public ShippingMethod customFields(Object customFields)
    • getCustomFields

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

      public void setCustomFields(Object customFields)
    • mediaId

      public ShippingMethod mediaId(String mediaId)
    • getMediaId

      @Nullable public String getMediaId()
      Get mediaId
      Returns:
      mediaId
    • setMediaId

      public void setMediaId(String mediaId)
    • deliveryTimeId

      public ShippingMethod deliveryTimeId(String deliveryTimeId)
    • getDeliveryTimeId

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

      public void setDeliveryTimeId(String deliveryTimeId)
    • taxType

      public ShippingMethod taxType(String taxType)
    • getTaxType

      @Nonnull public String getTaxType()
      Get taxType
      Returns:
      taxType
    • setTaxType

      public void setTaxType(String taxType)
    • description

      public ShippingMethod description(String description)
    • getDescription

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

      public void setDescription(String description)
    • trackingUrl

      public ShippingMethod trackingUrl(String trackingUrl)
    • getTrackingUrl

      @Nullable public String getTrackingUrl()
      Get trackingUrl
      Returns:
      trackingUrl
    • setTrackingUrl

      public void setTrackingUrl(String trackingUrl)
    • technicalName

      public ShippingMethod technicalName(String technicalName)
    • getTechnicalName

      @Nullable public String getTechnicalName()
      Get technicalName
      Returns:
      technicalName
    • setTechnicalName

      public void setTechnicalName(String technicalName)
    • getCreatedAt

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

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

      public ShippingMethod translated(com.fasterxml.jackson.databind.JsonNode translated)
    • getTranslated

      @Nullable public com.fasterxml.jackson.databind.JsonNode getTranslated()
      Get translated
      Returns:
      translated
    • setTranslated

      public void setTranslated(com.fasterxml.jackson.databind.JsonNode translated)
    • deliveryTime

      public ShippingMethod deliveryTime(DeliveryTime deliveryTime)
    • getDeliveryTime

      @Nullable public DeliveryTime getDeliveryTime()
      Get deliveryTime
      Returns:
      deliveryTime
    • setDeliveryTime

      public void setDeliveryTime(DeliveryTime deliveryTime)
    • availabilityRule

      public ShippingMethod availabilityRule(Rule availabilityRule)
    • getAvailabilityRule

      @Nullable public Rule getAvailabilityRule()
      Get availabilityRule
      Returns:
      availabilityRule
    • setAvailabilityRule

      public void setAvailabilityRule(Rule availabilityRule)
    • prices

      public ShippingMethod prices(List<ShippingMethodPrice> prices)
    • addPricesItem

      public ShippingMethod addPricesItem(ShippingMethodPrice pricesItem)
    • getPrices

      @Nullable public List<ShippingMethodPrice> getPrices()
      Get prices
      Returns:
      prices
    • setPrices

      public void setPrices(List<ShippingMethodPrice> prices)
    • media

      public ShippingMethod media(Media media)
    • getMedia

      @Nullable public Media getMedia()
      Get media
      Returns:
      media
    • setMedia

      public void setMedia(Media media)
    • tags

      public ShippingMethod tags(List<Tag> tags)
    • addTagsItem

      public ShippingMethod addTagsItem(Tag tagsItem)
    • getTags

      @Nullable public List<Tag> getTags()
      Get tags
      Returns:
      tags
    • setTags

      public void setTags(List<Tag> tags)
    • tax

      public ShippingMethod tax(Tax tax)
    • getTax

      @Nullable public Tax getTax()
      Get tax
      Returns:
      tax
    • setTax

      public void setTax(Tax tax)
    • 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