@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class WorkflowDataRelationships extends Object
WorkflowDataRelationships object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREATOR |
static String |
JSON_PROPERTY_OWNER |
boolean |
unparsed |
| Constructor and Description |
|---|
WorkflowDataRelationships() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDataRelationships |
creator(WorkflowUserRelationship creator) |
boolean |
equals(Object o)
Return true if this WorkflowDataRelationships 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.
|
WorkflowUserRelationship |
getCreator()
The definition of
WorkflowUserRelationship object. |
WorkflowUserRelationship |
getOwner()
The definition of
WorkflowUserRelationship object. |
int |
hashCode() |
WorkflowDataRelationships |
owner(WorkflowUserRelationship owner) |
WorkflowDataRelationships |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCreator(WorkflowUserRelationship creator) |
void |
setOwner(WorkflowUserRelationship owner) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CREATOR
public static final String JSON_PROPERTY_OWNER
public WorkflowDataRelationships creator(WorkflowUserRelationship creator)
@Nullable public WorkflowUserRelationship getCreator()
WorkflowUserRelationship object.public void setCreator(WorkflowUserRelationship creator)
public WorkflowDataRelationships owner(WorkflowUserRelationship owner)
@Nullable public WorkflowUserRelationship getOwner()
WorkflowUserRelationship object.public void setOwner(WorkflowUserRelationship owner)
public WorkflowDataRelationships 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.