@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class CustomHotpUserFactor extends UserFactor implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_FACTOR_PROFILE_ID |
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 |
---|
CustomHotpUserFactor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CustomHotpUserFactor |
factorProfileId(String factorProfileId) |
String |
getFactorProfileId()
Get factorProfileId
|
CustomHotpUserFactorProfile |
getProfile()
Get profile
|
int |
hashCode() |
CustomHotpUserFactor |
profile(CustomHotpUserFactorProfile profile) |
void |
setFactorProfileId(String factorProfileId) |
void |
setProfile(CustomHotpUserFactorProfile profile) |
String |
toString() |
factorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVerify, links, profile, provider, setFactorType, setLinks, setProfile, setProvider, setStatus, setVerify, status, verify
public static final String JSON_PROPERTY_FACTOR_PROFILE_ID
public static final String JSON_PROPERTY_PROFILE
public CustomHotpUserFactor factorProfileId(String factorProfileId)
@Nullable public String getFactorProfileId()
public void setFactorProfileId(String factorProfileId)
public CustomHotpUserFactor profile(CustomHotpUserFactorProfile profile)
@Nullable public CustomHotpUserFactorProfile getProfile()
getProfile
in class UserFactor
public void setProfile(CustomHotpUserFactorProfile profile)
public boolean equals(Object o)
equals
in class UserFactor
public int hashCode()
hashCode
in class UserFactor
public String toString()
toString
in class UserFactor
Copyright © 2017–2023 Okta. All rights reserved.