com.baidubce.services.tsdb.model
Class GetTagsRequest

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

public class GetTagsRequest
extends AbstractBceRequest

Represent the request for getting tags from Tsdb.


Constructor Summary
GetTagsRequest()
           
 
Method Summary
 String getMetric()
           
 void setMetric(String metric)
           
 GetTagsRequest withMetric(String metric)
           
 GetTagsRequest 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

GetTagsRequest

public GetTagsRequest()
Method Detail

getMetric

public String getMetric()

setMetric

public void setMetric(String metric)

withMetric

public GetTagsRequest withMetric(String metric)

withRequestCredentials

public GetTagsRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest


Copyright © 2018. All rights reserved.