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 Details

  • Constructor Details

  • Method Details

    • id

      public CountryState id(String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • countryId

      public CountryState countryId(String countryId)
    • getCountryId

      @Nonnull public String getCountryId()
      Get countryId
      Returns:
      countryId
    • setCountryId

      public void setCountryId(String countryId)
    • shortCode

      public CountryState shortCode(String shortCode)
    • getShortCode

      @Nonnull public String getShortCode()
      Get shortCode
      Returns:
      shortCode
    • setShortCode

      public void setShortCode(String shortCode)
    • name

      public CountryState name(String name)
    • getName

      @Nonnull public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • position

      public CountryState position(Long position)
    • getPosition

      @Nullable public Long getPosition()
      Get position
      Returns:
      position
    • setPosition

      public void setPosition(Long position)
    • active

      public CountryState active(Boolean active)
    • getActive

      @Nullable public Boolean getActive()
      Get active
      Returns:
      active
    • setActive

      public void setActive(Boolean active)
    • customFields

      public CountryState customFields(Object customFields)
    • getCustomFields

      @Nullable public Object getCustomFields()
      Get customFields
      Returns:
      customFields
    • setCustomFields

      public void setCustomFields(Object customFields)
    • getCreatedAt

      @Nonnull public OffsetDateTime getCreatedAt()
      Get createdAt
      Returns:
      createdAt
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Get updatedAt
      Returns:
      updatedAt
    • translated

      public CountryState translated(Object translated)
    • getTranslated

      @Nullable public Object getTranslated()
      Get translated
      Returns:
      translated
    • setTranslated

      public void setTranslated(Object translated)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object