@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-10-28T09:54:00.189-05:00[America/Chicago]") public class PushUserFactor extends UserFactor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_PROPERTY_EXPIRES_AT |
static java.lang.String |
JSON_PROPERTY_FACTOR_RESULT |
static java.lang.String |
JSON_PROPERTY_PROFILE |
factorType, JSON_PROPERTY_CREATED, JSON_PROPERTY_EMBEDDED, JSON_PROPERTY_FACTOR_TYPE, JSON_PROPERTY_ID, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LINKS, JSON_PROPERTY_PROVIDER, JSON_PROPERTY_STATUS, JSON_PROPERTY_VERIFY
Constructor and Description |
---|
PushUserFactor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
PushUserFactor |
expiresAt(java.time.OffsetDateTime expiresAt) |
PushUserFactor |
factorResult(FactorResultType factorResult) |
java.time.OffsetDateTime |
getExpiresAt()
Get expiresAt
|
FactorResultType |
getFactorResult()
Get factorResult
|
PushUserFactorProfile |
getProfile()
Get profile
|
int |
hashCode() |
PushUserFactor |
profile(PushUserFactorProfile profile) |
void |
setExpiresAt(java.time.OffsetDateTime expiresAt) |
void |
setFactorResult(FactorResultType factorResult) |
void |
setProfile(PushUserFactorProfile profile) |
java.lang.String |
toString() |
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVerify, provider, setFactorType, setProvider, setStatus, setVerify, status, verify
public static final java.lang.String JSON_PROPERTY_EXPIRES_AT
public static final java.lang.String JSON_PROPERTY_FACTOR_RESULT
public static final java.lang.String JSON_PROPERTY_PROFILE
public PushUserFactor expiresAt(java.time.OffsetDateTime expiresAt)
@Nullable public java.time.OffsetDateTime getExpiresAt()
public void setExpiresAt(java.time.OffsetDateTime expiresAt)
public PushUserFactor factorResult(FactorResultType factorResult)
@Nullable public FactorResultType getFactorResult()
public void setFactorResult(FactorResultType factorResult)
public PushUserFactor profile(PushUserFactorProfile profile)
@Nullable public PushUserFactorProfile getProfile()
public void setProfile(PushUserFactorProfile profile)
public boolean equals(java.lang.Object o)
equals
in class UserFactor
public int hashCode()
hashCode
in class UserFactor
public java.lang.String toString()
toString
in class UserFactor
Copyright © 2017-2022 Okta. All Rights Reserved.