@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LicensesListResponseDataAttributesLicensesItems extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DISPLAY_NAME |
static String |
JSON_PROPERTY_IDENTIFIER |
static String |
JSON_PROPERTY_SHORT_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
LicensesListResponseDataAttributesLicensesItems() |
LicensesListResponseDataAttributesLicensesItems(String displayName,
String identifier,
String shortName) |
| Modifier and Type | Method and Description |
|---|---|
LicensesListResponseDataAttributesLicensesItems |
displayName(String displayName) |
boolean |
equals(Object o)
Return true if this LicensesListResponseDataAttributesLicensesItems 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.
|
String |
getDisplayName()
The human-readable name of the license.
|
String |
getIdentifier()
The SPDX identifier of the license.
|
String |
getShortName()
The short name of the license, typically matching the SPDX identifier.
|
int |
hashCode() |
LicensesListResponseDataAttributesLicensesItems |
identifier(String identifier) |
LicensesListResponseDataAttributesLicensesItems |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDisplayName(String displayName) |
void |
setIdentifier(String identifier) |
void |
setShortName(String shortName) |
LicensesListResponseDataAttributesLicensesItems |
shortName(String shortName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_IDENTIFIER
public static final String JSON_PROPERTY_SHORT_NAME
public LicensesListResponseDataAttributesLicensesItems()
public LicensesListResponseDataAttributesLicensesItems displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public LicensesListResponseDataAttributesLicensesItems identifier(String identifier)
public String getIdentifier()
public void setIdentifier(String identifier)
public LicensesListResponseDataAttributesLicensesItems shortName(String shortName)
public String getShortName()
public void setShortName(String shortName)
public LicensesListResponseDataAttributesLicensesItems 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.