com.baidubce.services.tsdb.model
Class ExportDatapointsRequest
java.lang.Object
com.baidubce.model.AbstractBceRequest
com.baidubce.services.tsdb.model.ExportDatapointsRequest
public class ExportDatapointsRequest
- extends AbstractBceRequest
Represent the request for exporting datapoints.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExportDatapointsRequest
public ExportDatapointsRequest()
getDatabaseId
public String getDatabaseId()
setDatabaseId
public void setDatabaseId(String databaseId)
getBosUrl
public String getBosUrl()
setBosUrl
public void setBosUrl(String bosUrl)
getFormat
public String getFormat()
setFormat
public void setFormat(String format)
getMetrics
public List<String> getMetrics()
setMetrics
public void setMetrics(List<String> metrics)
getTags
public Map<String,List<TaskTagFilter>> getTags()
setTags
public void setTags(Map<String,List<TaskTagFilter>> tags)
getStart
public Long getStart()
setStart
public void setStart(Long start)
getEnd
public Long getEnd()
setEnd
public void setEnd(Long end)
isSingleFile
public boolean isSingleFile()
setSingleFile
public void setSingleFile(boolean singleFile)
withRequestCredentials
public ExportDatapointsRequest withRequestCredentials(BceCredentials credentials)
- Specified by:
withRequestCredentials
in class AbstractBceRequest
Copyright © 2018. All rights reserved.