Package com.okta.sdk.resource.model
Class AuthenticatorMethodPush
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodBase
com.okta.sdk.resource.model.AuthenticatorMethodPush
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AuthenticatorMethodPush
extends AuthenticatorMethodBase
implements Serializable
AuthenticatorMethodPush
- See Also:
-
Field Summary
Fields inherited from class com.okta.sdk.resource.model.AuthenticatorMethodBase
JSON_PROPERTY_LINKS, JSON_PROPERTY_STATUS, JSON_PROPERTY_TYPE, type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get settingsint
hashCode()
void
settings
(AuthenticatorMethodPushAllOfSettings settings) toString()
-
Field Details
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodPush
public AuthenticatorMethodPush()
-
-
Method Details
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
- Overrides:
equals
in classAuthenticatorMethodBase
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAuthenticatorMethodBase
-
toString
- Overrides:
toString
in classAuthenticatorMethodBase
-