public class PrometheusDataSetDef extends DataSetDef
| Modifier and Type | Field and Description |
|---|---|
protected @Size(min=1,groups=PrometheusDataSetDefValidation.class) @NotNull(groups=PrometheusDataSetDefValidation.class) String |
query |
protected @Size(min=7,groups=PrometheusDataSetDefValidation.class) @NotNull(groups=PrometheusDataSetDefValidation.class) String |
serverUrl |
allColumnsEnabled, cacheEnabled, cacheMaxRows, columns, dataSetFilter, isPublic, name, patternMap, propertyMap, provider, pushEnabled, pushMaxSize, refreshAlways, refreshTime, UUID| Constructor and Description |
|---|
PrometheusDataSetDef() |
| Modifier and Type | Method and Description |
|---|---|
DataSetDef |
clone() |
boolean |
equals(Object obj) |
String |
getPassword() |
String |
getQuery() |
String |
getServerUrl() |
String |
getUser() |
int |
hashCode() |
void |
setPassword(String password) |
void |
setQuery(String query) |
void |
setServerUrl(String serverUrl) |
void |
setUser(String user) |
String |
toString() |
addColumn, clone, getCacheMaxRows, getColumnById, getColumns, getDataSetFilter, getName, getPattern, getProperty, getPropertyNames, getProvider, getPushMaxSize, getRefreshTime, getRefreshTimeAmount, getUUID, isAllColumnsEnabled, isCacheEnabled, isPublic, isPushEnabled, isRefreshAlways, setAllColumnsEnabled, setCacheEnabled, setCacheMaxRows, setColumns, setDataSetFilter, setName, setPattern, setProperty, setProvider, setPublic, setPushEnabled, setPushMaxSize, setRefreshAlways, setRefreshTime, setUUID@Size(min=7,
groups=PrometheusDataSetDefValidation.class)
@NotNull(groups=PrometheusDataSetDefValidation.class)
protected @Size(min=7,groups=PrometheusDataSetDefValidation.class) @NotNull(groups=PrometheusDataSetDefValidation.class) String serverUrl
@Size(min=1,
groups=PrometheusDataSetDefValidation.class)
@NotNull(groups=PrometheusDataSetDefValidation.class)
protected @Size(min=1,groups=PrometheusDataSetDefValidation.class) @NotNull(groups=PrometheusDataSetDefValidation.class) String query
public String getServerUrl()
public void setServerUrl(String serverUrl)
public String getQuery()
public void setQuery(String query)
public String getUser()
public void setUser(String user)
public String getPassword()
public void setPassword(String password)
public DataSetDef clone()
clone in class DataSetDefpublic int hashCode()
hashCode in class DataSetDefpublic boolean equals(Object obj)
equals in class DataSetDefCopyright © 2017–2021 JBoss by Red Hat. All rights reserved.