public static final class MetricType.Blueprint extends Entity.Blueprint
Note that tenantId, etc., are not needed here because they are provided by the context in which the
WriteInterface.create(Entity.Blueprint) method is called.
| Modifier and Type | Class and Description |
|---|---|
static class |
MetricType.Blueprint.Builder |
| Constructor and Description |
|---|
Blueprint(String id,
MetricUnit unit) |
Blueprint(String id,
MetricUnit unit,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
static MetricType.Blueprint.Builder |
builder() |
MetricUnit |
getUnit() |
getId, getPropertiespublic Blueprint(String id, MetricUnit unit)
public Blueprint(String id, MetricUnit unit, Map<String,Object> properties)
public static MetricType.Blueprint.Builder builder()
public MetricUnit getUnit()
Copyright © 2015 Red Hat, Inc.. All rights reserved.