|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.ExportTagsResponseImpl
public class ExportTagsResponseImpl
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 |
---|
public ExportTagsResponseImpl()
Method Detail |
---|
public java.util.List getTagList()
getTagList
in interface ExportTagsResponse
public void setTagList(java.util.List tagList)
setTagList
in interface ExportTagsResponse
tagList
- the tagList to setpublic java.lang.String getEncodedTags()
getEncodedTags
in interface ExportTagsResponse
public void setEncodedTags(java.lang.String encodedTags)
setEncodedTags
in interface ExportTagsResponse
encodedTags
- the encodedTags to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |