cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class ExportTagsResponseImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.ExportTagsResponseImpl
All Implemented Interfaces:
BoxResponse, ExportTagsResponse

public class ExportTagsResponseImpl
extends BoxResponseImpl
implements ExportTagsResponse

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
status
 
Constructor Summary
ExportTagsResponseImpl()
           
 
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 class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
getStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
getStatus, setStatus
 

Constructor Detail

ExportTagsResponseImpl

public ExportTagsResponseImpl()
Method Detail

getTagList

public java.util.List getTagList()
Specified by:
getTagList in interface ExportTagsResponse
Returns:
the tagList

setTagList

public void setTagList(java.util.List tagList)
Specified by:
setTagList in interface ExportTagsResponse
Parameters:
tagList - the tagList to set

getEncodedTags

public java.lang.String getEncodedTags()
Specified by:
getEncodedTags in interface ExportTagsResponse
Returns:
the encodedTags

setEncodedTags

public void setEncodedTags(java.lang.String encodedTags)
Specified by:
setEncodedTags in interface ExportTagsResponse
Parameters:
encodedTags - the encodedTags to set