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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconfigurationKey(String configurationKey) configurationValue(SystemConfigConfigurationValue configurationValue) booleanGet configurationKeyGet configurationValueGet createdAtgetId()Get idGet salesChannelGet salesChannelIdGet updatedAtinthashCode()salesChannel(SalesChannel salesChannel) salesChannelId(String salesChannelId) voidsetConfigurationKey(String configurationKey) voidsetConfigurationValue(SystemConfigConfigurationValue configurationValue) voidvoidsetSalesChannel(SalesChannel salesChannel) voidsetSalesChannelId(String salesChannelId) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_CONFIGURATION_KEY
- See Also:
-
JSON_PROPERTY_CONFIGURATION_VALUE
- See Also:
-
JSON_PROPERTY_SALES_CHANNEL_ID
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_SALES_CHANNEL
- See Also:
-
-
Constructor Details
-
SystemConfig
public SystemConfig() -
SystemConfig
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
configurationKey
-
getConfigurationKey
Get configurationKey- Returns:
- configurationKey
-
setConfigurationKey
-
configurationValue
-
getConfigurationValue
Get configurationValue- Returns:
- configurationValue
-
setConfigurationValue
-
salesChannelId
-
getSalesChannelId
Get salesChannelId- Returns:
- salesChannelId
-
setSalesChannelId
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
salesChannel
-
getSalesChannel
Get salesChannel- Returns:
- salesChannel
-
setSalesChannel
-
equals
-
hashCode
public int hashCode() -
toString
-