com.baidubce.services.tsdb.model
Class ExportDatapointsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.tsdb.model.ExportDatapointsResponse
All Implemented Interfaces:
Serializable

public class ExportDatapointsResponse
extends AbstractBceResponse

Represent the response for exporting datapoints.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ExportDatapointsResponse()
           
 
Method Summary
 String getTaskId()
           
 void setTaskId(String taskId)
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportDatapointsResponse

public ExportDatapointsResponse()
Method Detail

getTaskId

public String getTaskId()

setTaskId

public void setTaskId(String taskId)


Copyright © 2018. All rights reserved.