com.baidubce.services.tsdb.model
Class ExportDatapointsRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.tsdb.model.ExportDatapointsRequest

public class ExportDatapointsRequest
extends AbstractBceRequest

Represent the request for exporting datapoints.


Constructor Summary
ExportDatapointsRequest()
           
 
Method Summary
 String getBosUrl()
           
 String getDatabaseId()
           
 Long getEnd()
           
 String getFormat()
           
 List<String> getMetrics()
           
 Long getStart()
           
 Map<String,List<TaskTagFilter>> getTags()
           
 boolean isSingleFile()
           
 void setBosUrl(String bosUrl)
           
 void setDatabaseId(String databaseId)
           
 void setEnd(Long end)
           
 void setFormat(String format)
           
 void setMetrics(List<String> metrics)
           
 void setSingleFile(boolean singleFile)
           
 void setStart(Long start)
           
 void setTags(Map<String,List<TaskTagFilter>> tags)
           
 ExportDatapointsRequest withRequestCredentials(BceCredentials credentials)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportDatapointsRequest

public ExportDatapointsRequest()
Method Detail

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.