public class PutMetricDataRequest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Metrics" type="{https://bingads.microsoft.com/AdInsight/v13}ArrayOfMetricData" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfMetricData |
metrics |
| Constructor and Description |
|---|
PutMetricDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfMetricData |
getMetrics()
Gets the value of the metrics property.
|
void |
setMetrics(ArrayOfMetricData value)
Sets the value of the metrics property.
|
protected ArrayOfMetricData metrics
public ArrayOfMetricData getMetrics()
ArrayOfMetricDatapublic void setMetrics(ArrayOfMetricData value)
value - allowed object is
ArrayOfMetricDataCopyright © 2024. All rights reserved.