public class SampleModel extends Object
| Constructor and Description |
|---|
SampleModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Map<String,String> |
getTags() |
MetricTypeEnums |
getType() |
double |
getValue() |
SampleModel |
putTag(String key,
String value) |
SampleModel |
putTags(Map<String,String> tags) |
void |
setName(String name) |
void |
setType(MetricTypeEnums type) |
void |
setValue(double value) |
public String getName()
public void setName(String name)
public SampleModel putTag(String key, String value)
public SampleModel putTags(Map<String,String> tags)
public MetricTypeEnums getType()
public void setType(MetricTypeEnums type)
public double getValue()
public void setValue(double value)
Copyright © 2025. All rights reserved.