@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class CustomHotpUserFactorAllOf extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_FACTOR_PROFILE_ID |
static String |
JSON_PROPERTY_PROFILE |
Constructor and Description |
---|
CustomHotpUserFactorAllOf() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CustomHotpUserFactorAllOf |
factorProfileId(String factorProfileId) |
String |
getFactorProfileId()
Get factorProfileId
|
CustomHotpUserFactorProfile |
getProfile()
Get profile
|
int |
hashCode() |
CustomHotpUserFactorAllOf |
profile(CustomHotpUserFactorProfile profile) |
void |
setFactorProfileId(String factorProfileId) |
void |
setProfile(CustomHotpUserFactorProfile profile) |
String |
toString() |
public static final String JSON_PROPERTY_FACTOR_PROFILE_ID
public static final String JSON_PROPERTY_PROFILE
public CustomHotpUserFactorAllOf factorProfileId(String factorProfileId)
@Nullable public String getFactorProfileId()
public void setFactorProfileId(String factorProfileId)
public CustomHotpUserFactorAllOf profile(CustomHotpUserFactorProfile profile)
@Nullable public CustomHotpUserFactorProfile getProfile()
public void setProfile(CustomHotpUserFactorProfile profile)
Copyright © 2017–2023 Okta. All rights reserved.