@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TeamsOwnershipMappingBatchResultData extends Object
add operation.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TeamsOwnershipMappingBatchResultData() |
TeamsOwnershipMappingBatchResultData(TeamsOwnershipMappingBatchResultDataAttributes attributes,
String id,
TeamsOwnershipMappingType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_TYPE
public TeamsOwnershipMappingBatchResultData()
public TeamsOwnershipMappingBatchResultData(TeamsOwnershipMappingBatchResultDataAttributes attributes, String id, TeamsOwnershipMappingType type)
public TeamsOwnershipMappingBatchResultData attributes(TeamsOwnershipMappingBatchResultDataAttributes attributes)
public TeamsOwnershipMappingBatchResultDataAttributes getAttributes()
add operation.public void setAttributes(TeamsOwnershipMappingBatchResultDataAttributes attributes)
public TeamsOwnershipMappingBatchResultData id(String id)
public String getId()
public void setId(String id)
public TeamsOwnershipMappingBatchResultData type(TeamsOwnershipMappingType type)
public TeamsOwnershipMappingType getType()
public void setType(TeamsOwnershipMappingType type)
public TeamsOwnershipMappingBatchResultData 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.