@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TopologyRequestDataStreams extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_QUERY |
static String |
JSON_PROPERTY_REQUEST_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
TopologyRequestDataStreams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this TopologyRequestDataStreams 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.
|
TopologyQueryDataStreams |
getQuery()
Query to the data streams topology data source.
|
TopologyRequestType |
getRequestType()
Widget request type.
|
int |
hashCode() |
TopologyRequestDataStreams |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
TopologyRequestDataStreams |
query(TopologyQueryDataStreams query) |
TopologyRequestDataStreams |
requestType(TopologyRequestType requestType) |
void |
setQuery(TopologyQueryDataStreams query) |
void |
setRequestType(TopologyRequestType requestType) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_QUERY
public static final String JSON_PROPERTY_REQUEST_TYPE
public TopologyRequestDataStreams query(TopologyQueryDataStreams query)
@Nullable public TopologyQueryDataStreams getQuery()
public void setQuery(TopologyQueryDataStreams query)
public TopologyRequestDataStreams requestType(TopologyRequestType requestType)
@Nullable public TopologyRequestType getRequestType()
public void setRequestType(TopologyRequestType requestType)
public TopologyRequestDataStreams 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.