cn.com.believer.songyuanframework.openapi.storage.box.functions
Interface ExportTagsResponse

All Superinterfaces:
BoxResponse
All Known Implementing Classes:
ExportTagsResponseImpl

public interface ExportTagsResponse
extends BoxResponse

Author:
Jimmy

Method Summary
 java.lang.String getEncodedTags()
           
 java.util.List getTagList()
           
 void setEncodedTags(java.lang.String encodedTags)
           
 void setTagList(java.util.List tagList)
           
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
getStatus, setStatus
 

Method Detail

getTagList

java.util.List getTagList()
Returns:
the tagList

setTagList

void setTagList(java.util.List tagList)
Parameters:
tagList - the tagList to set

getEncodedTags

java.lang.String getEncodedTags()
Returns:
the encodedTags

setEncodedTags

void setEncodedTags(java.lang.String encodedTags)
Parameters:
encodedTags - the encodedTags to set