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-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.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
-
setDescription
-
err
-
getErr
A code that describes the category of the error- Returns:
- err
-
setErr
-
equals
-
hashCode
-
toString
-