@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultOCSPResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CERTIFICATE |
static String |
JSON_PROPERTY_STATUS |
static String |
JSON_PROPERTY_UPDATES |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultOCSPResponse() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultOCSPResponse |
certificate(SyntheticsTestResultOCSPCertificate certificate) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultOCSPResponse 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.
|
SyntheticsTestResultOCSPCertificate |
getCertificate()
Certificate details returned in an OCSP response.
|
String |
getStatus()
OCSP response status (for example,
good, revoked, unknown
). |
SyntheticsTestResultOCSPUpdates |
getUpdates()
OCSP response update timestamps.
|
int |
hashCode() |
SyntheticsTestResultOCSPResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCertificate(SyntheticsTestResultOCSPCertificate certificate) |
void |
setStatus(String status) |
void |
setUpdates(SyntheticsTestResultOCSPUpdates updates) |
SyntheticsTestResultOCSPResponse |
status(String status) |
String |
toString() |
SyntheticsTestResultOCSPResponse |
updates(SyntheticsTestResultOCSPUpdates updates) |
public boolean unparsed
public static final String JSON_PROPERTY_CERTIFICATE
public static final String JSON_PROPERTY_STATUS
public static final String JSON_PROPERTY_UPDATES
public SyntheticsTestResultOCSPResponse certificate(SyntheticsTestResultOCSPCertificate certificate)
@Nullable public SyntheticsTestResultOCSPCertificate getCertificate()
public void setCertificate(SyntheticsTestResultOCSPCertificate certificate)
public SyntheticsTestResultOCSPResponse status(String status)
@Nullable public String getStatus()
good, revoked, unknown
).public void setStatus(String status)
public SyntheticsTestResultOCSPResponse updates(SyntheticsTestResultOCSPUpdates updates)
@Nullable public SyntheticsTestResultOCSPUpdates getUpdates()
public void setUpdates(SyntheticsTestResultOCSPUpdates updates)
public SyntheticsTestResultOCSPResponse 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.