@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsGlobalVariableTOTPParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DIGITS |
static String |
JSON_PROPERTY_REFRESH_INTERVAL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsGlobalVariableTOTPParameters() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsGlobalVariableTOTPParameters |
digits(Integer digits) |
boolean |
equals(Object o)
Return true if this SyntheticsGlobalVariableTOTPParameters object is equal to o.
|
Integer |
getDigits()
Number of digits for the OTP code.
|
Integer |
getRefreshInterval()
Interval for which to refresh the token (in seconds).
|
int |
hashCode() |
SyntheticsGlobalVariableTOTPParameters |
refreshInterval(Integer refreshInterval) |
void |
setDigits(Integer digits) |
void |
setRefreshInterval(Integer refreshInterval) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DIGITS
public static final String JSON_PROPERTY_REFRESH_INTERVAL
public SyntheticsGlobalVariableTOTPParameters()
public SyntheticsGlobalVariableTOTPParameters digits(Integer digits)
@Nullable public Integer getDigits()
public void setDigits(Integer digits)
public SyntheticsGlobalVariableTOTPParameters refreshInterval(Integer refreshInterval)
@Nullable public Integer getRefreshInterval()
public void setRefreshInterval(Integer refreshInterval)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.