@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PushUserFactorAllOf extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_EXPIRES_AT |
static String |
JSON_PROPERTY_FACTOR_RESULT |
static String |
JSON_PROPERTY_PROFILE |
Constructor and Description |
---|
PushUserFactorAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
PushUserFactorAllOf |
expiresAt(OffsetDateTime expiresAt) |
PushUserFactorAllOf |
factorResult(FactorResultType factorResult) |
OffsetDateTime |
getExpiresAt()
Get expiresAt
|
FactorResultType |
getFactorResult()
Get factorResult
|
PushUserFactorProfile |
getProfile()
Get profile
|
int |
hashCode() |
PushUserFactorAllOf |
profile(PushUserFactorProfile profile) |
void |
setExpiresAt(OffsetDateTime expiresAt) |
void |
setFactorResult(FactorResultType factorResult) |
void |
setProfile(PushUserFactorProfile profile) |
String |
toString() |
public static final String JSON_PROPERTY_EXPIRES_AT
public static final String JSON_PROPERTY_FACTOR_RESULT
public static final String JSON_PROPERTY_PROFILE
public PushUserFactorAllOf expiresAt(OffsetDateTime expiresAt)
@Nullable public OffsetDateTime getExpiresAt()
public void setExpiresAt(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)
Copyright © 2017–2023 Okta. All rights reserved.