@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.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Integer |
getDigits()
Number of digits for the OTP code.
|
Integer |
getRefreshInterval()
Interval for which to refresh the token (in seconds).
|
int |
hashCode() |
SyntheticsGlobalVariableTOTPParameters |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
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 SyntheticsGlobalVariableTOTPParameters putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.