@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsJourneyPathTarget extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_END |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsJourneyPathTarget() |
ProductAnalyticsJourneyPathTarget(String end,
String start,
ProductAnalyticsJourneyPathTargetType type) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsJourneyPathTarget |
end(String end) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsJourneyPathTarget 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 |
getEnd()
Alias of the node the path ends at.
|
String |
getStart()
Alias of the node the path starts at.
|
ProductAnalyticsJourneyPathTargetType |
getType()
The discriminator identifying a target that references a range of steps.
|
int |
hashCode() |
ProductAnalyticsJourneyPathTarget |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setEnd(String end) |
void |
setStart(String start) |
void |
setType(ProductAnalyticsJourneyPathTargetType type) |
ProductAnalyticsJourneyPathTarget |
start(String start) |
String |
toString() |
ProductAnalyticsJourneyPathTarget |
type(ProductAnalyticsJourneyPathTargetType type) |
public boolean unparsed
public static final String JSON_PROPERTY_END
public static final String JSON_PROPERTY_START
public static final String JSON_PROPERTY_TYPE
public ProductAnalyticsJourneyPathTarget()
public ProductAnalyticsJourneyPathTarget(String end, String start, ProductAnalyticsJourneyPathTargetType type)
public ProductAnalyticsJourneyPathTarget end(String end)
public String getEnd()
public void setEnd(String end)
public ProductAnalyticsJourneyPathTarget start(String start)
public String getStart()
public void setStart(String start)
public ProductAnalyticsJourneyPathTarget type(ProductAnalyticsJourneyPathTargetType type)
public ProductAnalyticsJourneyPathTargetType getType()
public void setType(ProductAnalyticsJourneyPathTargetType type)
public ProductAnalyticsJourneyPathTarget 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.