@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class CIAppPipelineEventAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTRIBUTES |
static String |
JSON_PROPERTY_CI_LEVEL |
static String |
JSON_PROPERTY_TAGS |
boolean |
unparsed |
| Constructor and Description |
|---|
CIAppPipelineEventAttributes() |
| Modifier and Type | Method and Description |
|---|---|
CIAppPipelineEventAttributes |
addTagsItem(String tagsItem) |
CIAppPipelineEventAttributes |
attributes(Map<String,Object> attributes) |
CIAppPipelineEventAttributes |
ciLevel(CIAppPipelineLevel ciLevel) |
boolean |
equals(Object o)
Return true if this CIAppPipelineEventAttributes 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.
|
Map<String,Object> |
getAttributes()
JSON object of attributes from CI Visibility pipeline events.
|
CIAppPipelineLevel |
getCiLevel()
Pipeline execution level.
|
List<String> |
getTags()
Array of tags associated with your event.
|
int |
hashCode() |
CIAppPipelineEventAttributes |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CIAppPipelineEventAttributes |
putAttributesItem(String key,
Object attributesItem) |
void |
setAttributes(Map<String,Object> attributes) |
void |
setCiLevel(CIAppPipelineLevel ciLevel) |
void |
setTags(List<String> tags) |
CIAppPipelineEventAttributes |
tags(List<String> tags) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTRIBUTES
public static final String JSON_PROPERTY_CI_LEVEL
public static final String JSON_PROPERTY_TAGS
public CIAppPipelineEventAttributes attributes(Map<String,Object> attributes)
public CIAppPipelineEventAttributes putAttributesItem(String key, Object attributesItem)
@Nullable public Map<String,Object> getAttributes()
public CIAppPipelineEventAttributes ciLevel(CIAppPipelineLevel ciLevel)
@Nullable public CIAppPipelineLevel getCiLevel()
public void setCiLevel(CIAppPipelineLevel ciLevel)
public CIAppPipelineEventAttributes tags(List<String> tags)
public CIAppPipelineEventAttributes addTagsItem(String tagsItem)
@Nullable public List<String> getTags()
public CIAppPipelineEventAttributes 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.