Class SnippetSet
java.lang.Object
de.codebarista.shopware.model.core.SnippetSet
@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 SnippetSet
extends Object
Added since version: 6.0.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSnippetsItem(Snippet snippetsItem) customFields(Object customFields) booleanGet createdAtGet customFieldsgetId()Get idgetIso()Get isogetName()Get nameGet snippetsGet updatedAtinthashCode()voidsetCustomFields(Object customFields) voidvoidvoidvoidsetSnippets(List<Snippet> snippets) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_ISO
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_SNIPPETS
- See Also:
-
-
Constructor Details
-
SnippetSet
public SnippetSet() -
SnippetSet
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
iso
-
getIso
Get iso- Returns:
- iso
-
setIso
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
snippets
-
addSnippetsItem
-
getSnippets
Get snippets- Returns:
- snippets
-
setSnippets
-
equals
-
hashCode
public int hashCode() -
toString
-