@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScorecardScoreData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_RELATIONSHIPS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ScorecardScoreData() |
ScorecardScoreData(String id,
ScorecardScoreDataType type) |
| Modifier and Type | Method and Description |
|---|---|
ScorecardScoreData |
attributes(ScorecardScoreAttributes attributes) |
boolean |
equals(Object o)
Return true if this ScorecardScoreData 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.
|
ScorecardScoreAttributes |
getAttributes()
Attributes of a scorecard score.
|
String |
getId()
The ID of the entity or resource being scored.
|
ScorecardScoreRelationships |
getRelationships()
Relationships for a scorecard score, depending on the aggregation type.
|
ScorecardScoreDataType |
getType()
The JSON:API resource type.
|
int |
hashCode() |
ScorecardScoreData |
id(String id) |
ScorecardScoreData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
ScorecardScoreData |
relationships(ScorecardScoreRelationships relationships) |
void |
setAttributes(ScorecardScoreAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(ScorecardScoreRelationships relationships) |
void |
setType(ScorecardScoreDataType type) |
String |
toString() |
ScorecardScoreData |
type(ScorecardScoreDataType type) |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_RELATIONSHIPS
public static final String JSON_PROPERTY_TYPE
public ScorecardScoreData()
public ScorecardScoreData(String id, ScorecardScoreDataType type)
public ScorecardScoreData attributes(ScorecardScoreAttributes attributes)
@Nullable public ScorecardScoreAttributes getAttributes()
public void setAttributes(ScorecardScoreAttributes attributes)
public ScorecardScoreData id(String id)
public String getId()
public void setId(String id)
public ScorecardScoreData relationships(ScorecardScoreRelationships relationships)
@Nullable public ScorecardScoreRelationships getRelationships()
public void setRelationships(ScorecardScoreRelationships relationships)
public ScorecardScoreData type(ScorecardScoreDataType type)
public ScorecardScoreDataType getType()
public void setType(ScorecardScoreDataType type)
public ScorecardScoreData 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.