@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsSankeyLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_COLUMN |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TARGET |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsSankeyLink() |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsSankeyLink |
column(Long column) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsSankeyLink 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.
|
Long |
getColumn()
Zero-based index of the column the link starts from.
|
String |
getId()
Unique identifier for the link.
|
String |
getSource()
Identifier of the node the link starts at.
|
String |
getTarget()
Identifier of the node the link ends at.
|
Long |
getValue()
Number of sessions flowing along the link.
|
int |
hashCode() |
ProductAnalyticsSankeyLink |
id(String id) |
ProductAnalyticsSankeyLink |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setColumn(Long column) |
void |
setId(String id) |
void |
setSource(String source) |
void |
setTarget(String target) |
void |
setValue(Long value) |
ProductAnalyticsSankeyLink |
source(String source) |
ProductAnalyticsSankeyLink |
target(String target) |
String |
toString() |
ProductAnalyticsSankeyLink |
value(Long value) |
public boolean unparsed
public static final String JSON_PROPERTY_COLUMN
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TARGET
public static final String JSON_PROPERTY_VALUE
public ProductAnalyticsSankeyLink column(Long column)
@Nullable public Long getColumn()
public void setColumn(Long column)
public ProductAnalyticsSankeyLink id(String id)
@Nullable public String getId()
public void setId(String id)
public ProductAnalyticsSankeyLink source(String source)
@Nullable public String getSource()
public void setSource(String source)
public ProductAnalyticsSankeyLink target(String target)
@Nullable public String getTarget()
public void setTarget(String target)
public ProductAnalyticsSankeyLink value(Long value)
@Nullable public Long getValue()
public void setValue(Long value)
public ProductAnalyticsSankeyLink 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.