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