Package com.okta.sdk.resource.model
Class UserFactorPush
java.lang.Object
com.okta.sdk.resource.model.UserFactor
com.okta.sdk.resource.model.UserFactorPush
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class UserFactorPush
extends UserFactor
implements Serializable
UserFactorPush
- See Also:
- 
Field SummaryFieldsFields inherited from class com.okta.sdk.resource.model.UserFactorfactorType, 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_VENDOR_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanGet profileinthashCode()profile(UserFactorPushProfile profile) voidsetProfile(UserFactorPushProfile profile) toString()Methods inherited from class com.okta.sdk.resource.model.UserFactorfactorType, getCreated, getEmbedded, getFactorType, getId, getLastUpdated, getLinks, getProvider, getStatus, getVendorName, links, profile, provider, setFactorType, setLinks, setProfile, setProvider, setStatus, status
- 
Field Details- 
JSON_PROPERTY_PROFILE- See Also:
 
 
- 
- 
Constructor Details- 
UserFactorPushpublic UserFactorPush()
 
- 
- 
Method Details- 
profile
- 
getProfileGet profile- Overrides:
- getProfilein class- UserFactor
- Returns:
- profile
 
- 
setProfile
- 
equals- Overrides:
- equalsin class- UserFactor
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- UserFactor
 
- 
toString- Overrides:
- toStringin class- UserFactor
 
 
-