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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA string indicating which query parameter caused the error.A JSON Pointer [RFC6901] to the associated entity in the request document [e.g.inthashCode()voidsetParameter(String parameter) voidsetPointer(String pointer) toString()
-
Field Details
-
JSON_PROPERTY_POINTER
- See Also:
-
JSON_PROPERTY_PARAMETER
- See Also:
-
-
Constructor Details
-
ErrorSource
public ErrorSource()
-
-
Method Details
-
pointer
-
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
-
parameter
-
getParameter
A string indicating which query parameter caused the error.- Returns:
- parameter
-
setParameter
-
equals
-
hashCode
public int hashCode() -
toString
-