@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class CustomHotpUserFactorAllOf
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
JSON_PROPERTY_FACTOR_PROFILE_ID  | 
static java.lang.String | 
JSON_PROPERTY_PROFILE  | 
| Constructor and Description | 
|---|
CustomHotpUserFactorAllOf()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(java.lang.Object o)  | 
CustomHotpUserFactorAllOf | 
factorProfileId(java.lang.String factorProfileId)  | 
java.lang.String | 
getFactorProfileId()
Get factorProfileId 
 | 
CustomHotpUserFactorProfile | 
getProfile()
Get profile 
 | 
int | 
hashCode()  | 
CustomHotpUserFactorAllOf | 
profile(CustomHotpUserFactorProfile profile)  | 
void | 
setFactorProfileId(java.lang.String factorProfileId)  | 
void | 
setProfile(CustomHotpUserFactorProfile profile)  | 
java.lang.String | 
toString()  | 
public static final java.lang.String JSON_PROPERTY_FACTOR_PROFILE_ID
public static final java.lang.String JSON_PROPERTY_PROFILE
public CustomHotpUserFactorAllOf factorProfileId(java.lang.String factorProfileId)
@Nullable public java.lang.String getFactorProfileId()
public void setFactorProfileId(java.lang.String factorProfileId)
public CustomHotpUserFactorAllOf profile(CustomHotpUserFactorProfile profile)
@Nullable public CustomHotpUserFactorProfile getProfile()
public void setProfile(CustomHotpUserFactorProfile profile)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.