@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class IntakePayloadAccepted extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_STATUS |
boolean |
unparsed |
| Constructor and Description |
|---|
IntakePayloadAccepted() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this IntakePayloadAccepted object is equal to o.
|
String |
getStatus()
The status of the intake payload.
|
int |
hashCode() |
void |
setStatus(String status) |
IntakePayloadAccepted |
status(String status) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_STATUS
public IntakePayloadAccepted status(String status)
@Nullable public String getStatus()
public void setStatus(String status)
public boolean equals(Object o)
Copyright © 2023. All rights reserved.