public class DMRAvail extends Object implements Validatable
| Modifier and Type | Field and Description |
|---|---|
String |
attribute |
Boolean |
includeDefaults |
Integer |
interval |
String |
metricIdTemplate |
Map<String,String> |
metricTags |
String |
name |
String |
path |
Boolean |
resolveExpressions |
TimeUnits |
timeUnits |
String |
upRegex |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Checks the state of the object to ensure it is valid.
|
public String name
public String path
public String attribute
public Boolean resolveExpressions
public Boolean includeDefaults
public String upRegex
public Integer interval
public TimeUnits timeUnits
public String metricIdTemplate
public DMRAvail()
public DMRAvail(DMRAvail original)
public void validate()
throws Exception
Validatablevalidate in interface ValidatableException - if the state of the object is not validCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.