com.baidubce.services.tsdb.model
Class GetTagsResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetTagsResponse
public GetTagsResponse()
getTags
public Map<String,List<String>> getTags()
setTags
public void setTags(Map<String,List<String>> tags)
Copyright © 2018. All rights reserved.