public class

AddToTagRequestImpl

extends BoxRequestImpl
implements AddToTagRequest
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.AddToTagRequestImpl

Summary

Fields
private String authToken auth token.
private String[] tags tags.
private String target target.
private String targetId target id.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
AddToTagRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String[] getTags()
String getTarget()
String getTargetId()
void setAuthToken(String authToken)
void setTags(String[] tags)
void setTarget(String target)
void setTargetId(String targetId)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.AddToTagRequest
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest

Fields

private String authToken

auth token.

private String[] tags

tags.

private String target

target.

private String targetId

target id.

Public Constructors

public AddToTagRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String[] getTags ()

Returns
  • the tags

public String getTarget ()

Returns
  • the target

public String getTargetId ()

Returns
  • the targetId

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setTags (String[] tags)

Parameters
tags The tags to set

public void setTarget (String target)

Parameters
target The target to set

public void setTargetId (String targetId)

Parameters
targetId The targetId to set