public class

RegisterNewUserRequestImpl

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

Summary

Fields
private String loginName email, to register a new user.
private String password password.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
RegisterNewUserRequestImpl()
Public Methods
String getActionName()
get action name.
String getLoginName()
String getPassword()
void setLoginName(String loginName)
void setPassword(String password)
[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.BoxRequest
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.RegisterNewUserRequest

Fields

private String loginName

email, to register a new user.

private String password

password.

Public Constructors

public RegisterNewUserRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getLoginName ()

Returns
  • the loginName

public String getPassword ()

Returns
  • the password

public void setLoginName (String loginName)

Parameters
loginName The loginName to set

public void setPassword (String password)

Parameters
password The password to set