@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultOCSPUpdates extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NEXT_UPDATE |
static String |
JSON_PROPERTY_PRODUCED_AT |
static String |
JSON_PROPERTY_THIS_UPDATE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultOCSPUpdates() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultOCSPUpdates 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.
|
Long |
getNextUpdate()
Unix timestamp (ms) of the next expected OCSP update.
|
Long |
getProducedAt()
Unix timestamp (ms) of when the OCSP response was produced.
|
Long |
getThisUpdate()
Unix timestamp (ms) of this OCSP update.
|
int |
hashCode() |
SyntheticsTestResultOCSPUpdates |
nextUpdate(Long nextUpdate) |
SyntheticsTestResultOCSPUpdates |
producedAt(Long producedAt) |
SyntheticsTestResultOCSPUpdates |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setNextUpdate(Long nextUpdate) |
void |
setProducedAt(Long producedAt) |
void |
setThisUpdate(Long thisUpdate) |
SyntheticsTestResultOCSPUpdates |
thisUpdate(Long thisUpdate) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_NEXT_UPDATE
public static final String JSON_PROPERTY_PRODUCED_AT
public static final String JSON_PROPERTY_THIS_UPDATE
public SyntheticsTestResultOCSPUpdates nextUpdate(Long nextUpdate)
@Nullable public Long getNextUpdate()
public void setNextUpdate(Long nextUpdate)
public SyntheticsTestResultOCSPUpdates producedAt(Long producedAt)
@Nullable public Long getProducedAt()
public void setProducedAt(Long producedAt)
public SyntheticsTestResultOCSPUpdates thisUpdate(Long thisUpdate)
@Nullable public Long getThisUpdate()
public void setThisUpdate(Long thisUpdate)
public SyntheticsTestResultOCSPUpdates 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.