Package com.okta.sdk.resource.model
Class SecurityEventTokenError
java.lang.Object
com.okta.sdk.resource.model.SecurityEventTokenError
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SecurityEventTokenError
extends Object
implements Serializable
Error object thrown when parsing the Security Event Token
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
A code that describes the category of the error -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
Describes the error > **Note:** SET claim fields with underscores (snake case) are presented in camelcase.getErr()
A code that describes the category of the errorint
hashCode()
void
setDescription
(String description) void
toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ERR
- See Also:
-
-
Constructor Details
-
SecurityEventTokenError
public SecurityEventTokenError()
-
-
Method Details
-
description
-
getDescription
Describes the error > **Note:** SET claim fields with underscores (snake case) are presented in camelcase. For example, `previous_status` appears as `previousStatus`.- Returns:
- description
-
setDescription
-
err
-
getErr
A code that describes the category of the error- Returns:
- err
-
setErr
-
equals
-
hashCode
public int hashCode() -
toString
-