public class InfluxDbWriteObject extends Object
| Constructor and Description |
|---|
InfluxDbWriteObject(TimeUnit timeUnit) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
Set<InfluxDbPoint> |
getPoints() |
String |
getPrecision() |
Map<String,String> |
getTags() |
void |
setPoints(Set<InfluxDbPoint> points) |
void |
setPrecision(String precision) |
void |
setTags(Map<String,String> tags) |
public InfluxDbWriteObject(TimeUnit timeUnit)
public String getPrecision()
public void setPrecision(String precision)
public Set<InfluxDbPoint> getPoints()
public void setPoints(Set<InfluxDbPoint> points)
public String getBody()
Copyright © 2021. All rights reserved.