Class CheckError
java.lang.Object
org.apache.syncope.ext.openfga.client.model.CheckError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-03-07T14:52:32.408381154+01:00[Europe/Rome]",
comments="Generator version: 7.12.0")
public class CheckError
extends Object
CheckError
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this CheckError object is equal to o.Get inputErrorGet internalErrorGet messageint
hashCode()
inputError
(ErrorCode inputError) internalError
(InternalErrorCode internalError) void
setInputError
(ErrorCode inputError) void
setInternalError
(InternalErrorCode internalError) void
setMessage
(String message) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_INPUT_ERROR
- See Also:
-
JSON_PROPERTY_INTERNAL_ERROR
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
CheckError
public CheckError()
-
-
Method Details
-
inputError
-
getInputError
Get inputError- Returns:
- inputError
-
setInputError
-
internalError
-
getInternalError
Get internalError- Returns:
- internalError
-
setInternalError
-
message
-
getMessage
Get message- Returns:
- message
-
setMessage
-
equals
Return true if this CheckError 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
-