Package org.openapitools.client.model
Class AuthenticatorMethodPushAllOfSettings
java.lang.Object
org.openapitools.client.model.AuthenticatorMethodPushAllOfSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-14T14:39:12.692995-05:00[America/Chicago]")
public class AuthenticatorMethodPushAllOfSettings
extends Object
AuthenticatorMethodPushAllOfSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAlgorithmsItem
(AuthenticatorMethodAlgorithm algorithmsItem) addTransactionTypesItem
(AuthenticatorMethodTransactionType transactionTypesItem) algorithms
(List<AuthenticatorMethodAlgorithm> algorithms) boolean
Get algorithmsGet keyProtectionGet transactionTypesint
hashCode()
keyProtection
(PushMethodKeyProtection keyProtection) void
setAlgorithms
(List<AuthenticatorMethodAlgorithm> algorithms) void
setKeyProtection
(PushMethodKeyProtection keyProtection) void
setTransactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes) toString()
transactionTypes
(List<AuthenticatorMethodTransactionType> transactionTypes)
-
Field Details
-
JSON_PROPERTY_ALGORITHMS
- See Also:
-
JSON_PROPERTY_KEY_PROTECTION
- See Also:
-
JSON_PROPERTY_TRANSACTION_TYPES
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodPushAllOfSettings
public AuthenticatorMethodPushAllOfSettings()
-
-
Method Details
-
algorithms
public AuthenticatorMethodPushAllOfSettings algorithms(List<AuthenticatorMethodAlgorithm> algorithms) -
addAlgorithmsItem
public AuthenticatorMethodPushAllOfSettings addAlgorithmsItem(AuthenticatorMethodAlgorithm algorithmsItem) -
getAlgorithms
Get algorithms- Returns:
- algorithms
-
setAlgorithms
-
keyProtection
-
getKeyProtection
Get keyProtection- Returns:
- keyProtection
-
setKeyProtection
-
transactionTypes
public AuthenticatorMethodPushAllOfSettings transactionTypes(List<AuthenticatorMethodTransactionType> transactionTypes) -
addTransactionTypesItem
public AuthenticatorMethodPushAllOfSettings addTransactionTypesItem(AuthenticatorMethodTransactionType transactionTypesItem) -
getTransactionTypes
Get transactionTypes- Returns:
- transactionTypes
-
setTransactionTypes
-
equals
-
hashCode
public int hashCode() -
toString
-