@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class UserJourneySearchTarget extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_END |
static String |
JSON_PROPERTY_START |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
UserJourneySearchTarget() |
UserJourneySearchTarget(String type) |
| Modifier and Type | Method and Description |
|---|---|
UserJourneySearchTarget |
end(String end) |
boolean |
equals(Object o)
Return true if this UserJourneySearchTarget 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()
End value.
|
String |
getStart()
Start value.
|
String |
getType()
Target type.
|
String |
getValue()
Target value.
|
int |
hashCode() |
UserJourneySearchTarget |
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(String type) |
void |
setValue(String value) |
UserJourneySearchTarget |
start(String start) |
String |
toString() |
UserJourneySearchTarget |
type(String type) |
UserJourneySearchTarget |
value(String value) |
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 static final String JSON_PROPERTY_VALUE
public UserJourneySearchTarget()
public UserJourneySearchTarget(String type)
public UserJourneySearchTarget end(String end)
@Nullable public String getEnd()
public void setEnd(String end)
public UserJourneySearchTarget start(String start)
@Nullable public String getStart()
public void setStart(String start)
public UserJourneySearchTarget type(String type)
public String getType()
public void setType(String type)
public UserJourneySearchTarget value(String value)
@Nullable public String getValue()
public void setValue(String value)
public UserJourneySearchTarget 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.