Class CountryState
java.lang.Object
de.codebarista.shopware.model.core.CountryState
@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 CountryState
extends Object
Added since version: 6.0.0.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomFields(Object customFields) booleanGet activeGet countryIdGet createdAtGet customFieldsgetId()Get idgetName()Get nameGet positionGet shortCodeGet translatedGet updatedAtinthashCode()voidvoidsetCountryId(String countryId) voidsetCustomFields(Object customFields) voidvoidvoidsetPosition(Long position) voidsetShortCode(String shortCode) voidsetTranslated(Object translated) toString()translated(Object translated)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_COUNTRY_ID
- See Also:
-
JSON_PROPERTY_SHORT_CODE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_POSITION
- See Also:
-
JSON_PROPERTY_ACTIVE
- See Also:
-
JSON_PROPERTY_CUSTOM_FIELDS
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_TRANSLATED
- See Also:
-
-
Constructor Details
-
CountryState
public CountryState() -
CountryState
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
countryId
-
getCountryId
Get countryId- Returns:
- countryId
-
setCountryId
-
shortCode
-
getShortCode
Get shortCode- Returns:
- shortCode
-
setShortCode
-
name
-
getName
Get name- Returns:
- name
-
setName
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
active
-
getActive
Get active- Returns:
- active
-
setActive
-
customFields
-
getCustomFields
Get customFields- Returns:
- customFields
-
setCustomFields
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
translated
-
getTranslated
Get translated- Returns:
- translated
-
setTranslated
-
equals
-
hashCode
public int hashCode() -
toString
-