@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ModelLabArtifactObjectInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILE_SIZE |
static String |
JSON_PROPERTY_IS_DIR |
static String |
JSON_PROPERTY_PATH |
boolean |
unparsed |
| Constructor and Description |
|---|
ModelLabArtifactObjectInfo() |
ModelLabArtifactObjectInfo(Boolean isDir,
String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ModelLabArtifactObjectInfo object is equal to o.
|
ModelLabArtifactObjectInfo |
fileSize(Long fileSize) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
org.openapitools.jackson.nullable.JsonNullable<Long> |
getFileSize_JsonNullable() |
Long |
getFileSize()
The size of the file in bytes.
|
Boolean |
getIsDir()
Whether this artifact entry is a directory.
|
String |
getPath()
The path of the artifact relative to the run's artifact root.
|
int |
hashCode() |
ModelLabArtifactObjectInfo |
isDir(Boolean isDir) |
ModelLabArtifactObjectInfo |
path(String path) |
ModelLabArtifactObjectInfo |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFileSize_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> fileSize) |
void |
setFileSize(Long fileSize) |
void |
setIsDir(Boolean isDir) |
void |
setPath(String path) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FILE_SIZE
public static final String JSON_PROPERTY_IS_DIR
public static final String JSON_PROPERTY_PATH
public ModelLabArtifactObjectInfo fileSize(Long fileSize)
@Nullable public Long getFileSize()
public org.openapitools.jackson.nullable.JsonNullable<Long> getFileSize_JsonNullable()
public void setFileSize_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Long> fileSize)
public void setFileSize(Long fileSize)
public ModelLabArtifactObjectInfo isDir(Boolean isDir)
public Boolean getIsDir()
public void setIsDir(Boolean isDir)
public ModelLabArtifactObjectInfo path(String path)
public String getPath()
public void setPath(String path)
public ModelLabArtifactObjectInfo 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.