@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class TotpUserFactor
extends UserFactor
| Modifier and Type | Field and Description | 
|---|---|
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 | 
|---|
TotpUserFactor()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
TotpUserFactorProfile | 
getProfile()
Get profile 
 | 
int | 
hashCode()  | 
TotpUserFactor | 
profile(TotpUserFactorProfile profile)  | 
void | 
setProfile(TotpUserFactorProfile profile)  | 
java.lang.String | 
toString()  | 
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVerify, provider, setFactorType, setProvider, setStatus, setVerify, status, verifypublic static final java.lang.String JSON_PROPERTY_PROFILE
public TotpUserFactor profile(TotpUserFactorProfile profile)
@Nullable public TotpUserFactorProfile getProfile()
public void setProfile(TotpUserFactorProfile profile)
public boolean equals(java.lang.Object o)
equals in class UserFactorpublic int hashCode()
hashCode in class UserFactorpublic java.lang.String toString()
toString in class UserFactorCopyright © 2017-2022 Okta. All Rights Reserved.