@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScorecardListResponseData 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 |
|---|
ScorecardListResponseData() |
ScorecardListResponseData(ScorecardListResponseAttributes attributes,
String id,
ScorecardListType type) |
| Modifier and Type | Method and Description |
|---|---|
ScorecardListResponseData |
attributes(ScorecardListResponseAttributes attributes) |
boolean |
equals(Object o)
Return true if this ScorecardListResponseData 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.
|
ScorecardListResponseAttributes |
getAttributes()
Scorecard attributes.
|
String |
getId()
The unique ID of the scorecard.
|
ScorecardListType |
getType()
The JSON:API type for scorecard list.
|
int |
hashCode() |
ScorecardListResponseData |
id(String id) |
ScorecardListResponseData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAttributes(ScorecardListResponseAttributes attributes) |
void |
setId(String id) |
void |
setType(ScorecardListType type) |
String |
toString() |
ScorecardListResponseData |
type(ScorecardListType 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 ScorecardListResponseData()
public ScorecardListResponseData(ScorecardListResponseAttributes attributes, String id, ScorecardListType type)
public ScorecardListResponseData attributes(ScorecardListResponseAttributes attributes)
public ScorecardListResponseAttributes getAttributes()
public void setAttributes(ScorecardListResponseAttributes attributes)
public ScorecardListResponseData id(String id)
public String getId()
public void setId(String id)
public ScorecardListResponseData type(ScorecardListType type)
public ScorecardListType getType()
public void setType(ScorecardListType type)
public ScorecardListResponseData 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.