Package com.okta.sdk.resource.model
Class PushUserFactorAllOf
java.lang.Object
com.okta.sdk.resource.model.PushUserFactorAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class PushUserFactorAllOf
extends Object
implements Serializable
PushUserFactorAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
expiresAt
(OffsetDateTime expiresAt) factorResult
(FactorResultType factorResult) Get expiresAtGet factorResultGet profileint
hashCode()
profile
(PushUserFactorProfile profile) void
setExpiresAt
(OffsetDateTime expiresAt) void
setFactorResult
(FactorResultType factorResult) void
setProfile
(PushUserFactorProfile profile) toString()
-
Field Details
-
JSON_PROPERTY_EXPIRES_AT
- See Also:
-
JSON_PROPERTY_FACTOR_RESULT
- See Also:
-
JSON_PROPERTY_PROFILE
- See Also:
-
-
Constructor Details
-
PushUserFactorAllOf
public PushUserFactorAllOf()
-
-
Method Details
-
expiresAt
-
getExpiresAt
Get expiresAt- Returns:
- expiresAt
-
setExpiresAt
-
factorResult
-
getFactorResult
Get factorResult- Returns:
- factorResult
-
setFactorResult
-
profile
-
getProfile
Get profile- Returns:
- profile
-
setProfile
-
equals
-
hashCode
public int hashCode() -
toString
-