Class ErrorSource

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

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

  • Constructor Details

    • ErrorSource

      public ErrorSource()
  • Method Details

    • pointer

      public ErrorSource pointer(String pointer)
    • getPointer

      @Nullable public String getPointer()
      A JSON Pointer [RFC6901] to the associated entity in the request document [e.g. \"/data\" for a primary data object, or \"/data/attributes/title\" for a specific attribute].
      Returns:
      pointer
    • setPointer

      public void setPointer(String pointer)
    • parameter

      public ErrorSource parameter(String parameter)
    • getParameter

      @Nullable public String getParameter()
      A string indicating which query parameter caused the error.
      Returns:
      parameter
    • setParameter

      public void setParameter(String parameter)
    • 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