@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OwnershipHistoryAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ITEMS |
static String |
JSON_PROPERTY_PAGINATION |
boolean |
unparsed |
| Constructor and Description |
|---|
OwnershipHistoryAttributes() |
OwnershipHistoryAttributes(List<OwnershipHistoryItem> items,
OwnershipHistoryPagination pagination) |
| Modifier and Type | Method and Description |
|---|---|
OwnershipHistoryAttributes |
addItemsItem(OwnershipHistoryItem itemsItem) |
boolean |
equals(Object o)
Return true if this OwnershipHistoryAttributes 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<OwnershipHistoryItem> |
getItems()
The list of history entries returned for this page.
|
OwnershipHistoryPagination |
getPagination()
Cursor-based pagination metadata for the history response.
|
int |
hashCode() |
OwnershipHistoryAttributes |
items(List<OwnershipHistoryItem> items) |
OwnershipHistoryAttributes |
pagination(OwnershipHistoryPagination pagination) |
OwnershipHistoryAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setItems(List<OwnershipHistoryItem> items) |
void |
setPagination(OwnershipHistoryPagination pagination) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ITEMS
public static final String JSON_PROPERTY_PAGINATION
public OwnershipHistoryAttributes()
public OwnershipHistoryAttributes(List<OwnershipHistoryItem> items, OwnershipHistoryPagination pagination)
public OwnershipHistoryAttributes items(List<OwnershipHistoryItem> items)
public OwnershipHistoryAttributes addItemsItem(OwnershipHistoryItem itemsItem)
public List<OwnershipHistoryItem> getItems()
public void setItems(List<OwnershipHistoryItem> items)
public OwnershipHistoryAttributes pagination(OwnershipHistoryPagination pagination)
public OwnershipHistoryPagination getPagination()
public void setPagination(OwnershipHistoryPagination pagination)
public OwnershipHistoryAttributes 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.