@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Project 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 |
|---|
Project() |
Project(ProjectAttributes attributes,
String id,
ProjectResourceType type) |
| Modifier and Type | Method and Description |
|---|---|
Project |
attributes(ProjectAttributes attributes) |
boolean |
equals(Object o)
Return true if this Project 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.
|
ProjectAttributes |
getAttributes()
Project attributes
|
String |
getId()
The Project's identifier
|
ProjectRelationships |
getRelationships()
Project relationships
|
ProjectResourceType |
getType()
Project resource type
|
int |
hashCode() |
Project |
id(String id) |
Project |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Project |
relationships(ProjectRelationships relationships) |
void |
setAttributes(ProjectAttributes attributes) |
void |
setId(String id) |
void |
setRelationships(ProjectRelationships relationships) |
void |
setType(ProjectResourceType type) |
String |
toString() |
Project |
type(ProjectResourceType 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 Project()
public Project(ProjectAttributes attributes, String id, ProjectResourceType type)
public Project attributes(ProjectAttributes attributes)
public ProjectAttributes getAttributes()
public void setAttributes(ProjectAttributes attributes)
public String getId()
public void setId(String id)
public Project relationships(ProjectRelationships relationships)
@Nullable public ProjectRelationships getRelationships()
public void setRelationships(ProjectRelationships relationships)
public Project type(ProjectResourceType type)
public ProjectResourceType getType()
public void setType(ProjectResourceType type)
public Project 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 © 2024. All rights reserved.