com.baidubce.services.tsdb.model
Class GetTagsResponse

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

public class GetTagsResponse
extends AbstractBceResponse

Represent the response for getting tags from Tsdb.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetTagsResponse()
           
 
Method Summary
 Map<String,List<String>> getTags()
           
 void setTags(Map<String,List<String>> tags)
           
 
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

GetTagsResponse

public GetTagsResponse()
Method Detail

getTags

public Map<String,List<String>> getTags()

setTags

public void setTags(Map<String,List<String>> tags)


Copyright © 2018. All rights reserved.