Package com.okta.sdk.resource.model
Class UserFactorPushTransaction
java.lang.Object
com.okta.sdk.resource.model.UserFactorPushTransaction
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 UserFactorPushTransactionRejected,UserFactorPushTransactionTimeout,UserFactorPushTransactionWaiting
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class UserFactorPushTransaction
extends Object
implements Serializable
UserFactorPushTransaction
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumResult of the verification transaction - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanfactorResult(UserFactorPushTransaction.FactorResultEnum factorResult) Result of the verification transactioninthashCode()voidsetFactorResult(UserFactorPushTransaction.FactorResultEnum factorResult) toString() 
- 
Field Details
- 
JSON_PROPERTY_FACTOR_RESULT
- See Also:
 
 - 
factorResult
 
 - 
 - 
Constructor Details
- 
UserFactorPushTransaction
public UserFactorPushTransaction() 
 - 
 - 
Method Details
- 
factorResult
public UserFactorPushTransaction factorResult(UserFactorPushTransaction.FactorResultEnum factorResult)  - 
getFactorResult
Result of the verification transaction- Returns:
 - factorResult
 
 - 
setFactorResult
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -