@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsSankeyDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ENTRIES_PER_STEP |
static String |
JSON_PROPERTY_NUMBER_OF_STEPS |
static String |
JSON_PROPERTY_SOURCE |
static String |
JSON_PROPERTY_TARGET |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsSankeyDefinition() |
ProductAnalyticsSankeyDefinition(String source,
String target) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsSankeyDefinition |
entriesPerStep(Long entriesPerStep) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsSankeyDefinition 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 |
getEntriesPerStep()
Maximum number of nodes to keep in each column.
|
Long |
getNumberOfSteps()
Number of intermediate columns between the source and the target.
|
String |
getSource()
Facet forming the first column of the diagram.
|
String |
getTarget()
Facet forming the last column of the diagram.
|
int |
hashCode() |
ProductAnalyticsSankeyDefinition |
numberOfSteps(Long numberOfSteps) |
ProductAnalyticsSankeyDefinition |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEntriesPerStep(Long entriesPerStep) |
void |
setNumberOfSteps(Long numberOfSteps) |
void |
setSource(String source) |
void |
setTarget(String target) |
ProductAnalyticsSankeyDefinition |
source(String source) |
ProductAnalyticsSankeyDefinition |
target(String target) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ENTRIES_PER_STEP
public static final String JSON_PROPERTY_NUMBER_OF_STEPS
public static final String JSON_PROPERTY_SOURCE
public static final String JSON_PROPERTY_TARGET
public ProductAnalyticsSankeyDefinition entriesPerStep(Long entriesPerStep)
@Nullable public Long getEntriesPerStep()
0, to use the default of 5.
minimum: 0 maximum: 10public void setEntriesPerStep(Long entriesPerStep)
public ProductAnalyticsSankeyDefinition numberOfSteps(Long numberOfSteps)
@Nullable public Long getNumberOfSteps()
0
, to use the default of 5. minimum: 0 maximum: 10public void setNumberOfSteps(Long numberOfSteps)
public ProductAnalyticsSankeyDefinition source(String source)
public String getSource()
public void setSource(String source)
public ProductAnalyticsSankeyDefinition target(String target)
public String getTarget()
public void setTarget(String target)
public ProductAnalyticsSankeyDefinition 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.