com.baidubce.services.tag.model
Class ListTagsResponse

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

public class ListTagsResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListTagsResponse()
           
 
Method Summary
 List<Tag> getTags()
           
 void setTags(List<Tag> tags)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListTagsResponse

public ListTagsResponse()
Method Detail

getTags

public List<Tag> getTags()

setTags

public void setTags(List<Tag> tags)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.