public class Tenant extends Object
| Constructor and Description |
|---|
Tenant(String id) |
Tenant(String id,
Map<MetricType<?>,Integer> retentionSettings) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
Map<MetricType<?>,Integer> |
getRetentionSettings() |
int |
hashCode() |
String |
toString() |
public Tenant(String id)
public Tenant(String id, Map<MetricType<?>,Integer> retentionSettings)
public String getId()
public Map<MetricType<?>,Integer> getRetentionSettings()
Copyright © 2014–2018 Red Hat, Inc.. All rights reserved.