@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SpansAggregateBucketValueTimeseries extends ArrayList<SpansAggregateBucketValueTimeseriesPoint>
| Modifier and Type | Field and Description |
|---|---|
boolean |
unparsed |
modCount| Constructor and Description |
|---|
SpansAggregateBucketValueTimeseries() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SpansAggregateBucketValueTimeseries 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.
|
int |
hashCode() |
SpansAggregateBucketValueTimeseries |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAllparallelStream, streampublic SpansAggregateBucketValueTimeseries 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)
equals in interface Collection<SpansAggregateBucketValueTimeseriesPoint>equals in interface List<SpansAggregateBucketValueTimeseriesPoint>equals in class AbstractList<SpansAggregateBucketValueTimeseriesPoint>public int hashCode()
hashCode in interface Collection<SpansAggregateBucketValueTimeseriesPoint>hashCode in interface List<SpansAggregateBucketValueTimeseriesPoint>hashCode in class AbstractList<SpansAggregateBucketValueTimeseriesPoint>public String toString()
toString in class AbstractCollection<SpansAggregateBucketValueTimeseriesPoint>Copyright © 2024. All rights reserved.