@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WorkflowListItemAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_DESCRIPTION |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_PUBLISHED |
static String |
JSON_PROPERTY_SPEC |
static String |
JSON_PROPERTY_TAGS |
static String |
JSON_PROPERTY_UPDATED_AT |
boolean |
unparsed |
| Constructor and Description |
|---|
WorkflowListItemAttributes() |
WorkflowListItemAttributes(String name) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowListItemAttributes |
addTagsItem(String tagsItem) |
WorkflowListItemAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this WorkflowListItemAttributes 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.
|
OffsetDateTime |
getCreatedAt()
When the workflow was created.
|
String |
getDescription()
Description of the workflow.
|
String |
getName()
Name of the workflow.
|
Boolean |
getPublished()
Whether the workflow is published.
|
Spec |
getSpec()
The spec defines what the workflow does.
|
List<String> |
getTags()
Tags of the workflow.
|
OffsetDateTime |
getUpdatedAt()
When the workflow was last updated.
|
int |
hashCode() |
WorkflowListItemAttributes |
name(String name) |
WorkflowListItemAttributes |
published(Boolean published) |
WorkflowListItemAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPublished(Boolean published) |
void |
setSpec(Spec spec) |
void |
setTags(List<String> tags) |
WorkflowListItemAttributes |
spec(Spec spec) |
WorkflowListItemAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_PUBLISHED
public static final String JSON_PROPERTY_SPEC
public static final String JSON_PROPERTY_TAGS
public static final String JSON_PROPERTY_UPDATED_AT
public WorkflowListItemAttributes()
public WorkflowListItemAttributes(String name)
@Nullable public OffsetDateTime getCreatedAt()
public WorkflowListItemAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public WorkflowListItemAttributes name(String name)
public String getName()
public void setName(String name)
public WorkflowListItemAttributes published(Boolean published)
@Nullable public Boolean getPublished()
public void setPublished(Boolean published)
public WorkflowListItemAttributes spec(Spec spec)
@Nullable public Spec getSpec()
public void setSpec(Spec spec)
public WorkflowListItemAttributes tags(List<String> tags)
public WorkflowListItemAttributes addTagsItem(String tagsItem)
@Nullable public OffsetDateTime getUpdatedAt()
public WorkflowListItemAttributes 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.