Class CmsSlot

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

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

  • Constructor Details

  • Method Details

    • id

      public CmsSlot id(String id)
    • getId

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

      public void setId(String id)
    • versionId

      public CmsSlot versionId(String versionId)
    • getVersionId

      @Nullable public String getVersionId()
      Get versionId
      Returns:
      versionId
    • setVersionId

      public void setVersionId(String versionId)
    • type

      public CmsSlot type(String type)
    • getType

      @Nonnull public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • slot

      public CmsSlot slot(String slot)
    • getSlot

      @Nonnull public String getSlot()
      Get slot
      Returns:
      slot
    • setSlot

      public void setSlot(String slot)
    • locked

      public CmsSlot locked(Boolean locked)
    • getLocked

      @Nullable public Boolean getLocked()
      Get locked
      Returns:
      locked
    • setLocked

      public void setLocked(Boolean locked)
    • config

      public CmsSlot config(Object config)
    • getConfig

      @Nullable public Object getConfig()
      Get config
      Returns:
      config
    • setConfig

      public void setConfig(Object config)
    • customFields

      public CmsSlot customFields(Object customFields)
    • getCustomFields

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

      public void setCustomFields(Object customFields)
    • getData

      @Nullable public Object getData()
      Get data
      Returns:
      data
    • blockId

      public CmsSlot blockId(String blockId)
    • getBlockId

      @Nonnull public String getBlockId()
      Get blockId
      Returns:
      blockId
    • setBlockId

      public void setBlockId(String blockId)
    • fieldConfig

      public CmsSlot fieldConfig(Object fieldConfig)
    • getFieldConfig

      @Nullable public Object getFieldConfig()
      Get fieldConfig
      Returns:
      fieldConfig
    • setFieldConfig

      public void setFieldConfig(Object fieldConfig)
    • cmsBlockVersionId

      public CmsSlot cmsBlockVersionId(String cmsBlockVersionId)
    • getCmsBlockVersionId

      @Nullable public String getCmsBlockVersionId()
      Get cmsBlockVersionId
      Returns:
      cmsBlockVersionId
    • setCmsBlockVersionId

      public void setCmsBlockVersionId(String cmsBlockVersionId)
    • getCreatedAt

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

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

      public CmsSlot translated(Object translated)
    • getTranslated

      @Nullable public Object getTranslated()
      Get translated
      Returns:
      translated
    • setTranslated

      public void setTranslated(Object translated)
    • block

      public CmsSlot block(CmsBlock block)
    • getBlock

      @Nullable public CmsBlock getBlock()
      Get block
      Returns:
      block
    • setBlock

      public void setBlock(CmsBlock block)
    • 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