com.baidubce.services.tsdb.model
Class Fill
java.lang.Object
com.baidubce.services.tsdb.model.Fill
public class Fill
- extends Object
Represent the fill in query.
- Author:
- linpengxiang
Constructor Summary |
Fill()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Fill
public Fill()
getType
public String getType()
setType
public void setType(String type)
getInterval
public String getInterval()
setInterval
public void setInterval(String interval)
getMaxWriteInterval
public String getMaxWriteInterval()
setMaxWriteInterval
public void setMaxWriteInterval(String maxWriteInterval)
getValue
public com.fasterxml.jackson.databind.JsonNode getValue()
setValue
public void setValue(com.fasterxml.jackson.databind.JsonNode value)
setValue
public void setValue(long value)
setValue
public void setValue(double value)
setValue
public void setValue(String value)
withType
public Fill withType(String type)
withInterval
public Fill withInterval(String interval)
withMaxWriteInterval
public Fill withMaxWriteInterval(String maxWriteInterval)
withValue
public Fill withValue(long value)
withValue
public Fill withValue(double value)
withValue
public Fill withValue(String value)
Copyright © 2018. All rights reserved.