@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ContainerAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTAINER_ID |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_HOST |
static String |
JSON_PROPERTY_IMAGE_DIGEST |
static String |
JSON_PROPERTY_IMAGE_NAME |
static String |
JSON_PROPERTY_IMAGE_TAGS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_STARTED_AT |
static String |
JSON_PROPERTY_STATE |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
ContainerAttributes() |
| Modifier and Type | Method and Description |
|---|---|
ContainerAttributes |
addImageTagsItem(String imageTagsItem) |
ContainerAttributes |
addTagsItem(String tagsItem) |
ContainerAttributes |
containerId(String containerId) |
ContainerAttributes |
createdAt(String createdAt) |
boolean |
equals(Object o)
Return true if this ContainerAttributes 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.
|
String |
getContainerId()
The ID of the container.
|
String |
getCreatedAt()
Time the container was created.
|
String |
getHost()
Hostname of the host running the container.
|
org.openapitools.jackson.nullable.JsonNullable<String> |
getImageDigest_JsonNullable() |
String |
getImageDigest()
Digest of the compressed image manifest.
|
String |
getImageName()
Name of the associated container image.
|
org.openapitools.jackson.nullable.JsonNullable<List<String>> |
getImageTags_JsonNullable() |
List<String> |
getImageTags()
List of image tags associated with the container image.
|
String |
getName()
Name of the container.
|
String |
getStartedAt()
Time the container was started.
|
String |
getState()
State of the container.
|
List<String> |
getTags()
List of tags associated with the container.
|
int |
hashCode() |
ContainerAttributes |
host(String host) |
ContainerAttributes |
imageDigest(String imageDigest) |
ContainerAttributes |
imageName(String imageName) |
ContainerAttributes |
imageTags(List<String> imageTags) |
ContainerAttributes |
name(String name) |
ContainerAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setContainerId(String containerId) |
void |
setCreatedAt(String createdAt) |
void |
setHost(String host) |
void |
setImageDigest_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> imageDigest) |
void |
setImageDigest(String imageDigest) |
void |
setImageName(String imageName) |
void |
setImageTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> imageTags) |
void |
setImageTags(List<String> imageTags) |
void |
setName(String name) |
void |
setStartedAt(String startedAt) |
void |
setState(String state) |
void |
setTags(List<String> tags) |
ContainerAttributes |
startedAt(String startedAt) |
ContainerAttributes |
state(String state) |
ContainerAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CONTAINER_ID
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_IMAGE_DIGEST
public static final String JSON_PROPERTY_IMAGE_NAME
public static final String JSON_PROPERTY_IMAGE_TAGS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_STARTED_AT
public static final String JSON_PROPERTY_STATE
public static final String JSON_PROPERTY_TAGS
public ContainerAttributes containerId(String containerId)
@Nullable public String getContainerId()
public void setContainerId(String containerId)
public ContainerAttributes createdAt(String createdAt)
@Nullable public String getCreatedAt()
public void setCreatedAt(String createdAt)
public ContainerAttributes host(String host)
@Nullable public String getHost()
public void setHost(String host)
public ContainerAttributes imageDigest(String imageDigest)
@Nullable public String getImageDigest()
public org.openapitools.jackson.nullable.JsonNullable<String> getImageDigest_JsonNullable()
public void setImageDigest_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> imageDigest)
public void setImageDigest(String imageDigest)
public ContainerAttributes imageName(String imageName)
@Nullable public String getImageName()
public void setImageName(String imageName)
public ContainerAttributes imageTags(List<String> imageTags)
public ContainerAttributes addImageTagsItem(String imageTagsItem)
@Nullable public List<String> getImageTags()
public org.openapitools.jackson.nullable.JsonNullable<List<String>> getImageTags_JsonNullable()
public void setImageTags_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> imageTags)
public ContainerAttributes name(String name)
@Nullable public String getName()
public void setName(String name)
public ContainerAttributes startedAt(String startedAt)
@Nullable public String getStartedAt()
public void setStartedAt(String startedAt)
public ContainerAttributes state(String state)
@Nullable public String getState()
public void setState(String state)
public ContainerAttributes tags(List<String> tags)
public ContainerAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public ContainerAttributes 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.