Class Language
java.lang.Object
de.codebarista.shopware.model.core.Language
@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 Language
extends Object
Added since version: 6.0.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem(Language childrenItem) customFields(Object customFields) booleanGet childrenGet createdAtGet customFieldsgetId()Get idGet localeGet localeIdgetName()Get nameGet parentGet parentIdGet translationCodeGet translationCodeIdGet updatedAtinthashCode()voidsetChildren(List<Language> children) voidsetCustomFields(Object customFields) voidvoidvoidsetLocaleId(String localeId) voidvoidvoidsetParentId(String parentId) voidsetTranslationCode(Locale translationCode) voidsetTranslationCodeId(String translationCodeId) toString()translationCode(Locale translationCode) translationCodeId(String translationCodeId)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PARENT_ID
- See Also:
-
JSON_PROPERTY_LOCALE_ID
- See Also:
-
JSON_PROPERTY_TRANSLATION_CODE_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_PARENT
- See Also:
-
JSON_PROPERTY_LOCALE
- See Also:
-
JSON_PROPERTY_TRANSLATION_CODE
- See Also:
-
JSON_PROPERTY_CHILDREN
- See Also:
-
-
Constructor Details
-
Language
public Language() -
Language
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
parentId
-
getParentId
Get parentId- Returns:
- parentId
-
setParentId
-
localeId
-
getLocaleId
Get localeId- Returns:
- localeId
-
setLocaleId
-
translationCodeId
-
getTranslationCodeId
Get translationCodeId- Returns:
- translationCodeId
-
setTranslationCodeId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
parent
-
getParent
Get parent- Returns:
- parent
-
setParent
-
locale
-
getLocale
Get locale- Returns:
- locale
-
setLocale
-
translationCode
-
getTranslationCode
Get translationCode- Returns:
- translationCode
-
setTranslationCode
-
children
-
addChildrenItem
-
getChildren
Get children- Returns:
- children
-
setChildren
-
equals
-
hashCode
public int hashCode() -
toString
-