@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntegrationAccountDataflowStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HEALTH |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
IntegrationAccountDataflowStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IntegrationAccountDataflowStatus 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.
|
IntegrationAccountDataflowHealth |
getHealth()
Collection health of a single dataflow.
|
String |
getMessage()
Human-readable detail, populated when the dataflow is not healthy.
|
OffsetDateTime |
getUpdatedAt()
Time the status was last computed.
|
int |
hashCode() |
IntegrationAccountDataflowStatus |
health(IntegrationAccountDataflowHealth health) |
IntegrationAccountDataflowStatus |
message(String message) |
IntegrationAccountDataflowStatus |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHealth(IntegrationAccountDataflowHealth health) |
void |
setMessage(String message) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
String |
toString() |
IntegrationAccountDataflowStatus |
updatedAt(OffsetDateTime updatedAt) |
public boolean unparsed
public static final String JSON_PROPERTY_HEALTH
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_UPDATED_AT
public IntegrationAccountDataflowStatus health(IntegrationAccountDataflowHealth health)
@Nullable public IntegrationAccountDataflowHealth getHealth()
public void setHealth(IntegrationAccountDataflowHealth health)
public IntegrationAccountDataflowStatus message(String message)
@Nullable public String getMessage()
public void setMessage(String message)
public IntegrationAccountDataflowStatus updatedAt(OffsetDateTime updatedAt)
@Nullable public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public IntegrationAccountDataflowStatus 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.