Package com.okta.sdk.resource.model
Class AuthenticatorMethodOtpAllOf
java.lang.Object
com.okta.sdk.resource.model.AuthenticatorMethodOtpAllOf
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:03.723859-06:00[America/Chicago]")
public class AuthenticatorMethodOtpAllOf
extends Object
implements Serializable
AuthenticatorMethodOtpAllOf
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionacceptableAdjacentIntervals
(Integer acceptableAdjacentIntervals) algorithm
(OtpTotpAlgorithm algorithm) encoding
(OtpTotpEncoding encoding) boolean
factorProfileId
(String factorProfileId) Get acceptableAdjacentIntervals minimum: 0 maximum: 10Get algorithmGet encodingGet factorProfileIdGet passCodeLength minimum: 6 maximum: 10Get protocolGet timeIntervalInSecondsint
hashCode()
passCodeLength
(Integer passCodeLength) protocol
(OtpProtocol protocol) void
setAcceptableAdjacentIntervals
(Integer acceptableAdjacentIntervals) void
setAlgorithm
(OtpTotpAlgorithm algorithm) void
setEncoding
(OtpTotpEncoding encoding) void
setFactorProfileId
(String factorProfileId) void
setPassCodeLength
(Integer passCodeLength) void
setProtocol
(OtpProtocol protocol) void
setTimeIntervalInSeconds
(Integer timeIntervalInSeconds) timeIntervalInSeconds
(Integer timeIntervalInSeconds) toString()
-
Field Details
-
JSON_PROPERTY_ACCEPTABLE_ADJACENT_INTERVALS
- See Also:
-
JSON_PROPERTY_ALGORITHM
- See Also:
-
JSON_PROPERTY_ENCODING
- See Also:
-
JSON_PROPERTY_FACTOR_PROFILE_ID
- See Also:
-
JSON_PROPERTY_PASS_CODE_LENGTH
- See Also:
-
JSON_PROPERTY_PROTOCOL
- See Also:
-
JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS
- See Also:
-
-
Constructor Details
-
AuthenticatorMethodOtpAllOf
public AuthenticatorMethodOtpAllOf()
-
-
Method Details
-
acceptableAdjacentIntervals
-
getAcceptableAdjacentIntervals
Get acceptableAdjacentIntervals minimum: 0 maximum: 10- Returns:
- acceptableAdjacentIntervals
-
setAcceptableAdjacentIntervals
-
algorithm
-
getAlgorithm
Get algorithm- Returns:
- algorithm
-
setAlgorithm
-
encoding
-
getEncoding
Get encoding- Returns:
- encoding
-
setEncoding
-
factorProfileId
-
getFactorProfileId
Get factorProfileId- Returns:
- factorProfileId
-
setFactorProfileId
-
passCodeLength
-
getPassCodeLength
Get passCodeLength minimum: 6 maximum: 10- Returns:
- passCodeLength
-
setPassCodeLength
-
protocol
-
getProtocol
Get protocol- Returns:
- protocol
-
setProtocol
-
timeIntervalInSeconds
-
getTimeIntervalInSeconds
Get timeIntervalInSeconds- Returns:
- timeIntervalInSeconds
-
setTimeIntervalInSeconds
-
equals
-
hashCode
public int hashCode() -
toString
-