public class MetricDataParams extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Map<String,String> |
tags |
protected String |
tenantId |
| Constructor and Description |
|---|
MetricDataParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Map<String,String> |
getTags() |
String |
getTenantId() |
void |
setName(String name) |
void |
setTags(Map<String,String> tags) |
void |
setTenantId(String tenantId) |
Copyright © 2014–2015 Red Hat, Inc.. All rights reserved.