@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsBasicAuthJWTAddClaims extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_EXP |
static String |
JSON_PROPERTY_IAT |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsBasicAuthJWTAddClaims() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsBasicAuthJWTAddClaims object is equal to o.
|
SyntheticsBasicAuthJWTAddClaims |
exp(Boolean exp) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Boolean |
getExp()
Whether to inject the
exp (expiration) claim. |
Boolean |
getIat()
Whether to inject the
iat (issued at) claim. |
int |
hashCode() |
SyntheticsBasicAuthJWTAddClaims |
iat(Boolean iat) |
SyntheticsBasicAuthJWTAddClaims |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setExp(Boolean exp) |
void |
setIat(Boolean iat) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_EXP
public static final String JSON_PROPERTY_IAT
public SyntheticsBasicAuthJWTAddClaims exp(Boolean exp)
@Nullable public Boolean getExp()
exp (expiration) claim.public void setExp(Boolean exp)
public SyntheticsBasicAuthJWTAddClaims iat(Boolean iat)
@Nullable public Boolean getIat()
iat (issued at) claim.public void setIat(Boolean iat)
public SyntheticsBasicAuthJWTAddClaims 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 © 2026. All rights reserved.