@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultHealthCheck extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultHealthCheck() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultHealthCheck 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.
|
Map<String,String> |
getMessage()
Raw health check message payload.
|
Long |
getStatus()
Health check status code.
|
int |
hashCode() |
SyntheticsTestResultHealthCheck |
message(Map<String,String> message) |
SyntheticsTestResultHealthCheck |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultHealthCheck |
putMessageItem(String key,
String messageItem) |
void |
setMessage(Map<String,String> message) |
void |
setStatus(Long status) |
SyntheticsTestResultHealthCheck |
status(Long status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_STATUS
public SyntheticsTestResultHealthCheck message(Map<String,String> message)
public SyntheticsTestResultHealthCheck putMessageItem(String key, String messageItem)
@Nullable public Map<String,String> getMessage()
public SyntheticsTestResultHealthCheck status(Long status)
@Nullable public Long getStatus()
public void setStatus(Long status)
public SyntheticsTestResultHealthCheck 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.