@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FunnelComparisonCustomTimeframe extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_TO |
boolean |
unparsed |
| Constructor and Description |
|---|
FunnelComparisonCustomTimeframe() |
FunnelComparisonCustomTimeframe(Double from,
Double to) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this FunnelComparisonCustomTimeframe object is equal to o.
|
FunnelComparisonCustomTimeframe |
from(Double from) |
Double |
getFrom()
Start of the custom timeframe.
|
Double |
getTo()
End of the custom timeframe.
|
int |
hashCode() |
void |
setFrom(Double from) |
void |
setTo(Double to) |
FunnelComparisonCustomTimeframe |
to(Double to) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_TO
public FunnelComparisonCustomTimeframe from(Double from)
public Double getFrom()
public void setFrom(Double from)
public FunnelComparisonCustomTimeframe to(Double to)
public Double getTo()
public void setTo(Double to)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.