Package com.okta.sdk.resource.model
Class AuthenticatorMethodTotpAllOfSettings
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodTotpAllOfSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class AuthenticatorMethodTotpAllOfSettings
extends Object
implements Serializable
AuthenticatorMethodTotpAllOfSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get algorithmGet encodingGet passCodeLengthGet timeIntervalInSecondsint
hashCode()
passCodeLength
(Integer passCodeLength) void
setAlgorithm
(String algorithm) void
setEncoding
(String encoding) void
setPassCodeLength
(Integer passCodeLength) void
setTimeIntervalInSeconds
(Integer timeIntervalInSeconds) timeIntervalInSeconds
(Integer timeIntervalInSeconds) toString()
-
Field Details
-
JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS
- See Also:
-
JSON_PROPERTY_ENCODING
- See Also:
-
JSON_PROPERTY_ALGORITHM
- See Also:
-
JSON_PROPERTY_PASS_CODE_LENGTH
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodTotpAllOfSettings
public AuthenticatorMethodTotpAllOfSettings()
-
-
Method Details
-
timeIntervalInSeconds
-
getTimeIntervalInSeconds
Get timeIntervalInSeconds- Returns:
- timeIntervalInSeconds
-
setTimeIntervalInSeconds
-
encoding
-
getEncoding
Get encoding- Returns:
- encoding
-
setEncoding
-
algorithm
-
getAlgorithm
Get algorithm- Returns:
- algorithm
-
setAlgorithm
-
passCodeLength
-
getPassCodeLength
Get passCodeLength- Returns:
- passCodeLength
-
setPassCodeLength
-
equals
-
hashCode
public int hashCode() -
toString
-