@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class RestrictionQueryWithRelationshipsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
boolean |
unparsed |
| Constructor and Description |
|---|
RestrictionQueryWithRelationshipsResponse() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public RestrictionQueryWithRelationshipsResponse()
public RestrictionQueryWithRelationshipsResponse data(RestrictionQueryWithRelationships data)
@Nullable public RestrictionQueryWithRelationships getData()
public void setData(RestrictionQueryWithRelationships data)
public RestrictionQueryWithRelationshipsResponse included(List<RestrictionQueryResponseIncludedItem> included)
public RestrictionQueryWithRelationshipsResponse addIncludedItem(RestrictionQueryResponseIncludedItem includedItem)
@Nullable public List<RestrictionQueryResponseIncludedItem> getIncluded()
public void setIncluded(List<RestrictionQueryResponseIncludedItem> included)
public RestrictionQueryWithRelationshipsResponse 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.