@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-02-10T11:07:35.698-06:00[America/Chicago]") public class PushUserFactor extends UserFactor
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXPIRES_AT |
static String |
JSON_PROPERTY_FACTOR_RESULT |
static 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(Object o) |
PushUserFactor |
expiresAt(OffsetDateTime expiresAt) |
PushUserFactor |
factorResult(FactorResultType factorResult) |
OffsetDateTime |
getExpiresAt()
Get expiresAt
|
FactorResultType |
getFactorResult()
Get factorResult
|
PushUserFactorProfile |
getProfile()
Get profile
|
int |
hashCode() |
PushUserFactor |
profile(PushUserFactorProfile profile) |
void |
setExpiresAt(OffsetDateTime expiresAt) |
void |
setFactorResult(FactorResultType factorResult) |
void |
setProfile(PushUserFactorProfile profile) |
String |
toString() |
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVerify, provider, setFactorType, setProvider, setStatus, setVerify, status, verifypublic static final String JSON_PROPERTY_EXPIRES_AT
public static final String JSON_PROPERTY_FACTOR_RESULT
public static final String JSON_PROPERTY_PROFILE
public PushUserFactor expiresAt(OffsetDateTime expiresAt)
@Nullable public OffsetDateTime getExpiresAt()
public void setExpiresAt(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(Object o)
equals in class UserFactorpublic int hashCode()
hashCode in class UserFactorpublic String toString()
toString in class UserFactorCopyright © 2017–2023 Okta. All rights reserved.