Class SystemConfig

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

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

  • Constructor Details

  • Method Details

    • id

      public SystemConfig id(String id)
    • getId

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

      public void setId(String id)
    • configurationKey

      public SystemConfig configurationKey(String configurationKey)
    • getConfigurationKey

      @Nonnull public String getConfigurationKey()
      Get configurationKey
      Returns:
      configurationKey
    • setConfigurationKey

      public void setConfigurationKey(String configurationKey)
    • configurationValue

      public SystemConfig configurationValue(SystemConfigConfigurationValue configurationValue)
    • getConfigurationValue

      @Nonnull public SystemConfigConfigurationValue getConfigurationValue()
      Get configurationValue
      Returns:
      configurationValue
    • setConfigurationValue

      public void setConfigurationValue(SystemConfigConfigurationValue configurationValue)
    • salesChannelId

      public SystemConfig salesChannelId(String salesChannelId)
    • getSalesChannelId

      @Nullable public String getSalesChannelId()
      Get salesChannelId
      Returns:
      salesChannelId
    • setSalesChannelId

      public void setSalesChannelId(String salesChannelId)
    • getCreatedAt

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

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

      public SystemConfig salesChannel(SalesChannel salesChannel)
    • getSalesChannel

      @Nullable public SalesChannel getSalesChannel()
      Get salesChannel
      Returns:
      salesChannel
    • setSalesChannel

      public void setSalesChannel(SalesChannel salesChannel)
    • 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