com.baidubce.services.tsdb.model
Class GetMetricsResponse

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

public class GetMetricsResponse
extends AbstractBceResponse

Represent the response for getting metrics from Tsdb.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetMetricsResponse()
           
 
Method Summary
 List<String> getMetrics()
           
 void setMetrics(List<String> metrics)
           
 
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

GetMetricsResponse

public GetMetricsResponse()
Method Detail

getMetrics

public List<String> getMetrics()

setMetrics

public void setMetrics(List<String> metrics)


Copyright © 2018. All rights reserved.