Class PathUnknownErrorMessageResponse
java.lang.Object
org.apache.syncope.ext.openfga.client.model.PathUnknownErrorMessageResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-17T13:24:48.337210454+02:00[Europe/Rome]",
comments="Generator version: 7.16.0")
public class PathUnknownErrorMessageResponse
extends Object
PathUnknownErrorMessageResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncode(NotFoundErrorCode code) booleanReturn true if this PathUnknownErrorMessageResponse object is equal to o.getCode()Get codeGet messageinthashCode()voidsetCode(NotFoundErrorCode code) voidsetMessage(String message) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
PathUnknownErrorMessageResponse
public PathUnknownErrorMessageResponse()
-
-
Method Details
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
equals
Return true if this PathUnknownErrorMessageResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-