@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsSankeyAggregatedNode extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_INCOMING_VALUE |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_OUTGOING_VALUE |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsSankeyAggregatedNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ProductAnalyticsSankeyAggregatedNode 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 |
getId()
Unique identifier for the node.
|
Long |
getIncomingValue()
Number of sessions entering the node.
|
String |
getName()
The facet value the node represents.
|
Long |
getOutgoingValue()
Number of sessions leaving the node.
|
ProductAnalyticsSankeyAggregatedNodeType |
getType()
The resource type identifier for a node rolled up into an aggregated node.
|
Long |
getValue()
Number of sessions passing through the node.
|
int |
hashCode() |
ProductAnalyticsSankeyAggregatedNode |
id(String id) |
ProductAnalyticsSankeyAggregatedNode |
incomingValue(Long incomingValue) |
ProductAnalyticsSankeyAggregatedNode |
name(String name) |
ProductAnalyticsSankeyAggregatedNode |
outgoingValue(Long outgoingValue) |
ProductAnalyticsSankeyAggregatedNode |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setId(String id) |
void |
setIncomingValue(Long incomingValue) |
void |
setName(String name) |
void |
setOutgoingValue(Long outgoingValue) |
void |
setType(ProductAnalyticsSankeyAggregatedNodeType type) |
void |
setValue(Long value) |
String |
toString() |
ProductAnalyticsSankeyAggregatedNode |
type(ProductAnalyticsSankeyAggregatedNodeType type) |
ProductAnalyticsSankeyAggregatedNode |
value(Long value) |
public boolean unparsed
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_INCOMING_VALUE
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_OUTGOING_VALUE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public ProductAnalyticsSankeyAggregatedNode()
public ProductAnalyticsSankeyAggregatedNode id(String id)
@Nullable public String getId()
public void setId(String id)
public ProductAnalyticsSankeyAggregatedNode incomingValue(Long incomingValue)
@Nullable public Long getIncomingValue()
public void setIncomingValue(Long incomingValue)
public ProductAnalyticsSankeyAggregatedNode name(String name)
@Nullable public String getName()
public void setName(String name)
public ProductAnalyticsSankeyAggregatedNode outgoingValue(Long outgoingValue)
@Nullable public Long getOutgoingValue()
public void setOutgoingValue(Long outgoingValue)
public ProductAnalyticsSankeyAggregatedNode type(ProductAnalyticsSankeyAggregatedNodeType type)
@Nullable public ProductAnalyticsSankeyAggregatedNodeType getType()
public void setType(ProductAnalyticsSankeyAggregatedNodeType type)
public ProductAnalyticsSankeyAggregatedNode value(Long value)
@Nullable public Long getValue()
public void setValue(Long value)
public ProductAnalyticsSankeyAggregatedNode 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.