Class Error

java.lang.Object
de.codebarista.shopware.model.core.Error

@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 Error extends Object
Error
  • Field Details

  • Constructor Details

    • Error

      public Error()
  • Method Details

    • id

      public Error id(String id)
    • getId

      @Nullable public String getId()
      A unique identifier for this particular occurrence of the problem.
      Returns:
      id
    • setId

      public void setId(String id)
    • links

      public Error links(Map<String,Link> links)
    • putLinksItem

      public Error putLinksItem(String key, Link linksItem)
    • getLinks

      @Nullable public Map<String,Link> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,Link> links)
    • status

      public Error status(String status)
    • getStatus

      @Nullable public String getStatus()
      The HTTP status code applicable to this problem, expressed as a string value.
      Returns:
      status
    • setStatus

      public void setStatus(String status)
    • code

      public Error code(String code)
    • getCode

      @Nullable public String getCode()
      An application-specific error code, expressed as a string value.
      Returns:
      code
    • setCode

      public void setCode(String code)
    • title

      public Error title(String title)
    • getTitle

      @Nullable public String getTitle()
      A short, human-readable summary of the problem. It **SHOULD NOT** change from occurrence to occurrence of the problem, except for purposes of localization.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • detail

      public Error detail(String detail)
    • getDetail

      @Nullable public String getDetail()
      A human-readable explanation specific to this occurrence of the problem.
      Returns:
      detail
    • setDetail

      public void setDetail(String detail)
    • description

      public Error description(String description)
    • getDescription

      @Nullable public String getDescription()
      A human-readable description of the problem.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • source

      public Error source(ErrorSource source)
    • getSource

      @Nullable public ErrorSource getSource()
      Get source
      Returns:
      source
    • setSource

      public void setSource(ErrorSource source)
    • meta

      public Error meta(Map<String,Object> meta)
    • putMetaItem

      public Error putMetaItem(String key, Object metaItem)
    • getMeta

      @Nullable public Map<String,Object> getMeta()
      Non-standard meta-information that can not be represented as an attribute or relationship.
      Returns:
      meta
    • setMeta

      public void setMeta(Map<String,Object> meta)
    • 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