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
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