@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LicensesListResponseData extends Object
| 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 |
|---|
LicensesListResponseData() |
LicensesListResponseData(LicensesListResponseDataAttributes attributes,
String id,
LicensesListResponseDataType type) |
| Modifier and Type | Method and Description |
|---|---|
LicensesListResponseData |
attributes(LicensesListResponseDataAttributes attributes) |
boolean |
equals(Object o)
Return true if this LicensesListResponseData 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.
|
LicensesListResponseDataAttributes |
getAttributes()
The attributes of the licenses list response, containing the array of SPDX licenses.
|
String |
getId()
The unique identifier for this licenses list response.
|
LicensesListResponseDataType |
getType()
The type identifier for license list responses.
|
int |
hashCode() |
LicensesListResponseData |
id(String id) |
LicensesListResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(LicensesListResponseDataAttributes attributes) |
void |
setId(String id) |
void |
setType(LicensesListResponseDataType type) |
String |
toString() |
LicensesListResponseData |
type(LicensesListResponseDataType 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 LicensesListResponseData()
public LicensesListResponseData(LicensesListResponseDataAttributes attributes, String id, LicensesListResponseDataType type)
public LicensesListResponseData attributes(LicensesListResponseDataAttributes attributes)
public LicensesListResponseDataAttributes getAttributes()
public void setAttributes(LicensesListResponseDataAttributes attributes)
public LicensesListResponseData id(String id)
public String getId()
public void setId(String id)
public LicensesListResponseData type(LicensesListResponseDataType type)
public LicensesListResponseDataType getType()
public void setType(LicensesListResponseDataType type)
public LicensesListResponseData 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.