Package com.okta.sdk.resource.model
Class AuthenticatorBase
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorBase
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticatorSimple
@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 AuthenticatorBase
extends Object
implements Serializable
AuthenticatorBase
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Timestamp when the Authenticator was createdgetId()
A unique identifier for the AuthenticatorgetKey()
Get keyTimestamp when the Authenticator was last modifiedgetLinks()
Get linksgetName()
Display name of the AuthenticatorGet statusgetType()
Get typeint
hashCode()
key
(AuthenticatorKeyEnum key) links
(AuthenticatorLinks links) void
void
setLinks
(AuthenticatorLinks links) void
void
setStatus
(LifecycleStatus status) void
setType
(AuthenticatorType type) status
(LifecycleStatus status) toString()
type
(AuthenticatorType type)
-
Field Details
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
key
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
AuthenticatorBase
public AuthenticatorBase()
-
-
Method Details
-
getCreated
Timestamp when the Authenticator was created- Returns:
- created
-
getId
A unique identifier for the Authenticator- Returns:
- id
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
getLastUpdated
Timestamp when the Authenticator was last modified- Returns:
- lastUpdated
-
name
-
getName
Display name of the Authenticator- Returns:
- name
-
setName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
type
-
getType
Get type- Returns:
- type
-
setType
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-