Class DocumentType
java.lang.Object
de.codebarista.shopware.model.core.DocumentType
@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 DocumentType
extends Object
Added since version: 6.0.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseConfigs(List<DocumentBaseConfig> baseConfigs) customFields(Object customFields) booleanGet createdAtGet customFieldsgetId()Get idgetName()Get nameGet technicalNamecom.fasterxml.jackson.databind.JsonNodeGet translatedGet updatedAtinthashCode()voidsetBaseConfigs(List<DocumentBaseConfig> baseConfigs) voidsetCustomFields(Object customFields) voidvoidvoidsetTechnicalName(String technicalName) voidsetTranslated(com.fasterxml.jackson.databind.JsonNode translated) technicalName(String technicalName) toString()translated(com.fasterxml.jackson.databind.JsonNode translated)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TECHNICAL_NAME
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_TRANSLATED
- See Also:
-
JSON_PROPERTY_BASE_CONFIGS
- See Also:
-
-
Constructor Details
-
DocumentType
public DocumentType() -
DocumentType
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
technicalName
-
getTechnicalName
Get technicalName- Returns:
- technicalName
-
setTechnicalName
-
baseConfigs
-
getBaseConfigs
-
setBaseConfigs
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
translated
-
getTranslated
@Nullable public com.fasterxml.jackson.databind.JsonNode getTranslated()Get translated- Returns:
- translated
-
setTranslated
public void setTranslated(com.fasterxml.jackson.databind.JsonNode translated) -
equals
-
hashCode
public int hashCode() -
toString
-