@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabRunArtifactsAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILES |
static String |
JSON_PROPERTY_PATH_IN_PROJECT |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabRunArtifactsAttributes() |
ModelLabRunArtifactsAttributes(List<ModelLabArtifactObjectInfo> files,
String pathInProject) |
| Modifier and Type | Method and Description |
|---|---|
ModelLabRunArtifactsAttributes |
addFilesItem(ModelLabArtifactObjectInfo filesItem) |
boolean |
equals(Object o)
Return true if this ModelLabRunArtifactsAttributes object is equal to o.
|
ModelLabRunArtifactsAttributes |
files(List<ModelLabArtifactObjectInfo> files) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<ModelLabArtifactObjectInfo> |
getFiles()
The list of artifact files and directories.
|
String |
getPathInProject()
The path of the run's artifacts relative to the project's artifact root.
|
int |
hashCode() |
ModelLabRunArtifactsAttributes |
pathInProject(String pathInProject) |
ModelLabRunArtifactsAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFiles(List<ModelLabArtifactObjectInfo> files) |
void |
setPathInProject(String pathInProject) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILES
public static final String JSON_PROPERTY_PATH_IN_PROJECT
public ModelLabRunArtifactsAttributes()
public ModelLabRunArtifactsAttributes(List<ModelLabArtifactObjectInfo> files, String pathInProject)
public ModelLabRunArtifactsAttributes files(List<ModelLabArtifactObjectInfo> files)
public ModelLabRunArtifactsAttributes addFilesItem(ModelLabArtifactObjectInfo filesItem)
public List<ModelLabArtifactObjectInfo> getFiles()
public void setFiles(List<ModelLabArtifactObjectInfo> files)
public ModelLabRunArtifactsAttributes pathInProject(String pathInProject)
public String getPathInProject()
public void setPathInProject(String pathInProject)
public ModelLabRunArtifactsAttributes 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.