@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.
|
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) |
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 boolean equals(Object o)
Copyright © 2023. All rights reserved.