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

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.SetDescriptionRequestImpl
All Implemented Interfaces:
BoxRequest, SetDescriptionRequest

public class SetDescriptionRequestImpl
extends BoxRequestImpl
implements SetDescriptionRequest

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
apiKey
 
Constructor Summary
SetDescriptionRequestImpl()
           
 
Method Summary
 java.lang.String getActionName()
          get action name.
 java.lang.String getAuthToken()
           
 java.lang.String getDescription()
           
 java.lang.String getTarget()
           
 java.lang.String getTargetId()
           
 void setAuthToken(java.lang.String authToken)
           
 void setDescription(java.lang.String description)
           
 void setTarget(java.lang.String target)
           
 void setTargetId(java.lang.String targetId)
           
 
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
getApiKey, setApiKey
 
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.BoxRequest
getApiKey, setApiKey
 

Constructor Detail

SetDescriptionRequestImpl

public SetDescriptionRequestImpl()
Method Detail

getAuthToken

public java.lang.String getAuthToken()
Specified by:
getAuthToken in interface SetDescriptionRequest
Returns:
the authToken

setAuthToken

public void setAuthToken(java.lang.String authToken)
Specified by:
setAuthToken in interface SetDescriptionRequest
Parameters:
authToken - the authToken to set

getTarget

public java.lang.String getTarget()
Specified by:
getTarget in interface SetDescriptionRequest
Returns:
the target

setTarget

public void setTarget(java.lang.String target)
Specified by:
setTarget in interface SetDescriptionRequest
Parameters:
target - the target to set

getTargetId

public java.lang.String getTargetId()
Specified by:
getTargetId in interface SetDescriptionRequest
Returns:
the targetId

setTargetId

public void setTargetId(java.lang.String targetId)
Specified by:
setTargetId in interface SetDescriptionRequest
Parameters:
targetId - the targetId to set

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface SetDescriptionRequest
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface SetDescriptionRequest
Parameters:
description - the description to set

getActionName

public java.lang.String getActionName()
Description copied from class: BoxRequestImpl
get action name.

Specified by:
getActionName in interface BoxRequest
Specified by:
getActionName in class BoxRequestImpl
Returns:
action name