@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AuthNMappingsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_INCLUDED |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
AuthNMappingsResponse() |
| Modifier and Type | Method and Description |
|---|---|
AuthNMappingsResponse |
addDataItem(AuthNMapping dataItem) |
AuthNMappingsResponse |
addIncludedItem(AuthNMappingIncluded includedItem) |
AuthNMappingsResponse |
data(List<AuthNMapping> data) |
boolean |
equals(Object o)
Return true if this AuthNMappingsResponse 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<AuthNMapping> |
getData()
Array of returned AuthN Mappings.
|
List<AuthNMappingIncluded> |
getIncluded()
Included data in the AuthN Mapping response.
|
ResponseMetaAttributes |
getMeta()
Object describing meta attributes of response.
|
int |
hashCode() |
AuthNMappingsResponse |
included(List<AuthNMappingIncluded> included) |
AuthNMappingsResponse |
meta(ResponseMetaAttributes meta) |
AuthNMappingsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<AuthNMapping> data) |
void |
setIncluded(List<AuthNMappingIncluded> included) |
void |
setMeta(ResponseMetaAttributes meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_INCLUDED
public static final String JSON_PROPERTY_META
public AuthNMappingsResponse data(List<AuthNMapping> data)
public AuthNMappingsResponse addDataItem(AuthNMapping dataItem)
@Nullable public List<AuthNMapping> getData()
public void setData(List<AuthNMapping> data)
public AuthNMappingsResponse included(List<AuthNMappingIncluded> included)
public AuthNMappingsResponse addIncludedItem(AuthNMappingIncluded includedItem)
@Nullable public List<AuthNMappingIncluded> getIncluded()
public void setIncluded(List<AuthNMappingIncluded> included)
public AuthNMappingsResponse meta(ResponseMetaAttributes meta)
@Nullable public ResponseMetaAttributes getMeta()
public void setMeta(ResponseMetaAttributes meta)
public AuthNMappingsResponse 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 © 2024. All rights reserved.