@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CommitmentsListResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COMMITMENTS |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
CommitmentsListResponse() |
CommitmentsListResponse(List<CommitmentsListItem> commitments) |
| Modifier and Type | Method and Description |
|---|---|
CommitmentsListResponse |
addCommitmentsItem(CommitmentsListItem commitmentsItem) |
CommitmentsListResponse |
commitments(List<CommitmentsListItem> commitments) |
boolean |
equals(Object o)
Return true if this CommitmentsListResponse 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.
|
List<CommitmentsListItem> |
getCommitments()
Array of commitment items.
|
CommitmentsListMeta |
getMeta()
Metadata for a commitments list response.
|
int |
hashCode() |
CommitmentsListResponse |
meta(CommitmentsListMeta meta) |
CommitmentsListResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCommitments(List<CommitmentsListItem> commitments) |
void |
setMeta(CommitmentsListMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_COMMITMENTS
public static final String JSON_PROPERTY_META
public CommitmentsListResponse()
public CommitmentsListResponse(List<CommitmentsListItem> commitments)
public CommitmentsListResponse commitments(List<CommitmentsListItem> commitments)
public CommitmentsListResponse addCommitmentsItem(CommitmentsListItem commitmentsItem)
public List<CommitmentsListItem> getCommitments()
public void setCommitments(List<CommitmentsListItem> commitments)
public CommitmentsListResponse meta(CommitmentsListMeta meta)
@Nullable public CommitmentsListMeta getMeta()
public void setMeta(CommitmentsListMeta meta)
public CommitmentsListResponse 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.