Package | Description |
---|---|
com.google.api.services.doubleclicksearch.model |
Modifier and Type | Method and Description |
---|---|
CustomMetric |
CustomMetric.clone() |
CustomMetric |
CustomMetric.set(java.lang.String fieldName,
java.lang.Object value) |
CustomMetric |
CustomMetric.setName(java.lang.String name)
Custom metric name.
|
CustomMetric |
CustomMetric.setValue(java.lang.Double value)
Custom metric numeric value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomMetric> |
Conversion.getCustomMetric()
Custom metrics for the conversion.
|
Modifier and Type | Method and Description |
---|---|
Conversion |
Conversion.setCustomMetric(java.util.List<CustomMetric> customMetric)
Custom metrics for the conversion.
|