@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultOCSPCertificate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_REVOCATION_REASON |
static String |
JSON_PROPERTY_REVOCATION_TIME |
static String |
JSON_PROPERTY_SERIAL_NUMBER |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultOCSPCertificate() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultOCSPCertificate 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.
|
String |
getRevocationReason()
Reason code for the revocation, when applicable.
|
Long |
getRevocationTime()
Unix timestamp (ms) of the revocation.
|
String |
getSerialNumber()
Serial number of the certificate.
|
int |
hashCode() |
SyntheticsTestResultOCSPCertificate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultOCSPCertificate |
revocationReason(String revocationReason) |
SyntheticsTestResultOCSPCertificate |
revocationTime(Long revocationTime) |
SyntheticsTestResultOCSPCertificate |
serialNumber(String serialNumber) |
void |
setRevocationReason(String revocationReason) |
void |
setRevocationTime(Long revocationTime) |
void |
setSerialNumber(String serialNumber) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_REVOCATION_REASON
public static final String JSON_PROPERTY_REVOCATION_TIME
public static final String JSON_PROPERTY_SERIAL_NUMBER
public SyntheticsTestResultOCSPCertificate revocationReason(String revocationReason)
@Nullable public String getRevocationReason()
public void setRevocationReason(String revocationReason)
public SyntheticsTestResultOCSPCertificate revocationTime(Long revocationTime)
@Nullable public Long getRevocationTime()
public void setRevocationTime(Long revocationTime)
public SyntheticsTestResultOCSPCertificate serialNumber(String serialNumber)
@Nullable public String getSerialNumber()
public void setSerialNumber(String serialNumber)
public SyntheticsTestResultOCSPCertificate 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.