@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ScorecardListResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_MODIFIED_AT |
static String |
JSON_PROPERTY_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
ScorecardListResponseAttributes() |
ScorecardListResponseAttributes(OffsetDateTime createdAt,
OffsetDateTime modifiedAt,
String name) |
| Modifier and Type | Method and Description |
|---|---|
ScorecardListResponseAttributes |
createdAt(OffsetDateTime createdAt) |
ScorecardListResponseAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this ScorecardListResponseAttributes 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.
|
OffsetDateTime |
getCreatedAt()
Creation time of the scorecard.
|
String |
getDescription()
The description of the scorecard.
|
OffsetDateTime |
getModifiedAt()
Time of last scorecard modification.
|
String |
getName()
The name of the scorecard.
|
int |
hashCode() |
ScorecardListResponseAttributes |
modifiedAt(OffsetDateTime modifiedAt) |
ScorecardListResponseAttributes |
name(String name) |
ScorecardListResponseAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription(String description) |
void |
setModifiedAt(OffsetDateTime modifiedAt) |
void |
setName(String name) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_MODIFIED_AT
public static final String JSON_PROPERTY_NAME
public ScorecardListResponseAttributes()
public ScorecardListResponseAttributes(OffsetDateTime createdAt, OffsetDateTime modifiedAt, String name)
public ScorecardListResponseAttributes createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public ScorecardListResponseAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public ScorecardListResponseAttributes modifiedAt(OffsetDateTime modifiedAt)
public OffsetDateTime getModifiedAt()
public void setModifiedAt(OffsetDateTime modifiedAt)
public ScorecardListResponseAttributes name(String name)
public String getName()
public void setName(String name)
public ScorecardListResponseAttributes 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.