@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class OutboundEdge extends Object
OutboundEdge object.| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BRANCH_NAME |
static String |
JSON_PROPERTY_NEXT_STEP_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
OutboundEdge() |
OutboundEdge(String branchName,
String nextStepName) |
| Modifier and Type | Method and Description |
|---|---|
OutboundEdge |
branchName(String branchName) |
boolean |
equals(Object o)
Return true if this OutboundEdge 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 |
getBranchName()
The
OutboundEdge branchName. |
String |
getNextStepName()
The
OutboundEdge nextStepName. |
int |
hashCode() |
OutboundEdge |
nextStepName(String nextStepName) |
OutboundEdge |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBranchName(String branchName) |
void |
setNextStepName(String nextStepName) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BRANCH_NAME
public static final String JSON_PROPERTY_NEXT_STEP_NAME
public OutboundEdge branchName(String branchName)
public String getBranchName()
OutboundEdge branchName.public void setBranchName(String branchName)
public OutboundEdge nextStepName(String nextStepName)
public String getNextStepName()
OutboundEdge nextStepName.public void setNextStepName(String nextStepName)
public OutboundEdge 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.