@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WorkflowDataAttributes extends Object
WorkflowDataAttributes 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 |
static String |
JSON_PROPERTY_WEBHOOK_SECRET |
boolean |
unparsed |
| Constructor and Description |
|---|
WorkflowDataAttributes() |
WorkflowDataAttributes(String name,
Spec spec) |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDataAttributes |
addTagsItem(String tagsItem) |
WorkflowDataAttributes |
description(String description) |
boolean |
equals(Object o)
Return true if this WorkflowDataAttributes 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()
Set the workflow to published or unpublished.
|
Spec |
getSpec()
The spec defines what the workflow does.
|
List<String> |
getTags()
Tags of the workflow.
|
OffsetDateTime |
getUpdatedAt()
When the workflow was last updated.
|
String |
getWebhookSecret()
If a Webhook trigger is defined on this workflow, a webhookSecret is required and should be
provided here.
|
int |
hashCode() |
WorkflowDataAttributes |
name(String name) |
WorkflowDataAttributes |
published(Boolean published) |
WorkflowDataAttributes |
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) |
void |
setWebhookSecret(String webhookSecret) |
WorkflowDataAttributes |
spec(Spec spec) |
WorkflowDataAttributes |
tags(List<String> tags) |
String |
toString() |
WorkflowDataAttributes |
webhookSecret(String webhookSecret) |
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 static final String JSON_PROPERTY_WEBHOOK_SECRET
@Nullable public OffsetDateTime getCreatedAt()
public WorkflowDataAttributes description(String description)
@Nullable public String getDescription()
public void setDescription(String description)
public WorkflowDataAttributes name(String name)
public String getName()
public void setName(String name)
public WorkflowDataAttributes published(Boolean published)
@Nullable public Boolean getPublished()
public void setPublished(Boolean published)
public WorkflowDataAttributes spec(Spec spec)
public Spec getSpec()
public void setSpec(Spec spec)
public WorkflowDataAttributes tags(List<String> tags)
public WorkflowDataAttributes addTagsItem(String tagsItem)
@Nullable public OffsetDateTime getUpdatedAt()
public WorkflowDataAttributes webhookSecret(String webhookSecret)
@Nullable public String getWebhookSecret()
public void setWebhookSecret(String webhookSecret)
public WorkflowDataAttributes 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 © 2025. All rights reserved.