@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-21T16:09:06.047-05:00[America/Chicago]") public class SmsUserFactor extends UserFactor implements Serializable
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
SmsUserFactor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SmsUserFactorProfile |
getProfile()
Get profile
|
int |
hashCode() |
SmsUserFactor |
profile(SmsUserFactorProfile profile) |
void |
setProfile(SmsUserFactorProfile profile) |
String |
toString() |
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVerify, links, profile, provider, setFactorType, setLinks, setProfile, setProvider, setStatus, setVerify, status, verifypublic static final String JSON_PROPERTY_PROFILE
public SmsUserFactor profile(SmsUserFactorProfile profile)
@Nullable public SmsUserFactorProfile getProfile()
getProfile in class UserFactorpublic void setProfile(SmsUserFactorProfile 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.