@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class AuthenticatorMethodTotpAllOfSettings extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_ALGORITHM  | 
static String | 
JSON_PROPERTY_ENCODING  | 
static String | 
JSON_PROPERTY_PASS_CODE_LENGTH  | 
static String | 
JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS  | 
| Constructor and Description | 
|---|
AuthenticatorMethodTotpAllOfSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatorMethodTotpAllOfSettings | 
algorithm(String algorithm)  | 
AuthenticatorMethodTotpAllOfSettings | 
encoding(String encoding)  | 
boolean | 
equals(Object o)  | 
String | 
getAlgorithm()
Get algorithm 
 | 
String | 
getEncoding()
Get encoding 
 | 
Integer | 
getPassCodeLength()
Get passCodeLength 
 | 
Integer | 
getTimeIntervalInSeconds()
Get timeIntervalInSeconds 
 | 
int | 
hashCode()  | 
AuthenticatorMethodTotpAllOfSettings | 
passCodeLength(Integer passCodeLength)  | 
void | 
setAlgorithm(String algorithm)  | 
void | 
setEncoding(String encoding)  | 
void | 
setPassCodeLength(Integer passCodeLength)  | 
void | 
setTimeIntervalInSeconds(Integer timeIntervalInSeconds)  | 
AuthenticatorMethodTotpAllOfSettings | 
timeIntervalInSeconds(Integer timeIntervalInSeconds)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_TIME_INTERVAL_IN_SECONDS
public static final String JSON_PROPERTY_ENCODING
public static final String JSON_PROPERTY_ALGORITHM
public static final String JSON_PROPERTY_PASS_CODE_LENGTH
public AuthenticatorMethodTotpAllOfSettings()
public AuthenticatorMethodTotpAllOfSettings timeIntervalInSeconds(Integer timeIntervalInSeconds)
@Nullable public Integer getTimeIntervalInSeconds()
public void setTimeIntervalInSeconds(Integer timeIntervalInSeconds)
public AuthenticatorMethodTotpAllOfSettings encoding(String encoding)
public void setEncoding(String encoding)
public AuthenticatorMethodTotpAllOfSettings algorithm(String algorithm)
public void setAlgorithm(String algorithm)
public AuthenticatorMethodTotpAllOfSettings passCodeLength(Integer passCodeLength)
@Nullable public Integer getPassCodeLength()
public void setPassCodeLength(Integer passCodeLength)
Copyright © 2017–2023 Okta. All rights reserved.