@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class PushUserFactorAllOf
extends java.lang.Object
| 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 |
| Constructor and Description |
|---|
PushUserFactorAllOf() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
PushUserFactorAllOf |
expiresAt(java.time.OffsetDateTime expiresAt) |
PushUserFactorAllOf |
factorResult(FactorResultType factorResult) |
java.time.OffsetDateTime |
getExpiresAt()
Get expiresAt
|
FactorResultType |
getFactorResult()
Get factorResult
|
PushUserFactorProfile |
getProfile()
Get profile
|
int |
hashCode() |
PushUserFactorAllOf |
profile(PushUserFactorProfile profile) |
void |
setExpiresAt(java.time.OffsetDateTime expiresAt) |
void |
setFactorResult(FactorResultType factorResult) |
void |
setProfile(PushUserFactorProfile profile) |
java.lang.String |
toString() |
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 PushUserFactorAllOf expiresAt(java.time.OffsetDateTime expiresAt)
@Nullable public java.time.OffsetDateTime getExpiresAt()
public void setExpiresAt(java.time.OffsetDateTime expiresAt)
public PushUserFactorAllOf factorResult(FactorResultType factorResult)
@Nullable public FactorResultType getFactorResult()
public void setFactorResult(FactorResultType factorResult)
public PushUserFactorAllOf profile(PushUserFactorProfile profile)
@Nullable public PushUserFactorProfile getProfile()
public void setProfile(PushUserFactorProfile profile)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.