Package com.okta.sdk.resource.model
Class UserFactorActivateResponse
java.lang.Object
com.okta.sdk.resource.model.UserFactorActivateResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-24T22:29:38.763116-06:00[America/Chicago]",
comments="Generator version: 7.11.0")
public class UserFactorActivateResponse
extends Object
implements Serializable
UserFactorActivateResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of the Factor -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfactorType(UserFactorActivateResponse.FactorTypeEnum factorType) Get createdType of the FactorgetId()Get idGet lastUpdatedgetLinks()Get linksGet profileorg.openapitools.jackson.nullable.JsonNullable<Object> Get providerGet statusGet vendorNameinthashCode()lastUpdated(String lastUpdated) voidsetCreated(String created) voidvoidvoidsetLastUpdated(String lastUpdated) voidvoidsetProfile(Object profile) voidsetProfile_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Object> profile) voidsetProvider(String provider) voidvoidsetVendorName(String vendorName) toString()vendorName(String vendorName)
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_FACTOR_TYPE
- See Also:
-
factorType
-
JSON_PROPERTY_PROVIDER
- See Also:
-
JSON_PROPERTY_VENDOR_NAME
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_CREATED
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
UserFactorActivateResponse
public UserFactorActivateResponse()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
factorType
-
getFactorType
Type of the Factor- Returns:
- factorType
-
setFactorType
-
provider
-
getProvider
Get provider- Returns:
- provider
-
setProvider
-
vendorName
-
getVendorName
Get vendorName- Returns:
- vendorName
-
setVendorName
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
created
-
getCreated
Get created- Returns:
- created
-
setCreated
-
lastUpdated
-
getLastUpdated
Get lastUpdated- Returns:
- lastUpdated
-
setLastUpdated
-
profile
-
getProfile
Get profile- Returns:
- profile
-
getProfile_JsonNullable
-
setProfile_JsonNullable
-
setProfile
-
links
-
getLinks
Get links- Returns:
- links
-
setLinks
-
equals
-
hashCode
public int hashCode() -
toString
-