cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects
Class BoxUserImpl
java.lang.Object
cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxUserImpl
- All Implemented Interfaces:
- BoxUser
public class BoxUserImpl
- extends java.lang.Object
- implements BoxUser
- Author:
- Jimmy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoxUserImpl
public BoxUserImpl()
getLogin
public java.lang.String getLogin()
- Specified by:
getLogin
in interface BoxUser
- Returns:
- the login
setLogin
public void setLogin(java.lang.String login)
- Specified by:
setLogin
in interface BoxUser
- Parameters:
login
- the login to set
getEmail
public java.lang.String getEmail()
- Specified by:
getEmail
in interface BoxUser
- Returns:
- the email
setEmail
public void setEmail(java.lang.String email)
- Specified by:
setEmail
in interface BoxUser
- Parameters:
email
- the email to set
getAccessId
public java.lang.String getAccessId()
- Specified by:
getAccessId
in interface BoxUser
- Returns:
- the accessId
setAccessId
public void setAccessId(java.lang.String accessId)
- Specified by:
setAccessId
in interface BoxUser
- Parameters:
accessId
- the accessId to set
getUserId
public java.lang.String getUserId()
- Specified by:
getUserId
in interface BoxUser
- Returns:
- the userId
setUserId
public void setUserId(java.lang.String userId)
- Specified by:
setUserId
in interface BoxUser
- Parameters:
userId
- the userId to set
getSpaceAmount
public long getSpaceAmount()
- Specified by:
getSpaceAmount
in interface BoxUser
- Returns:
- the spaceAmount
setSpaceAmount
public void setSpaceAmount(long spaceAmount)
- Specified by:
setSpaceAmount
in interface BoxUser
- Parameters:
spaceAmount
- the spaceAmount to set
getSpaceUsed
public long getSpaceUsed()
- Specified by:
getSpaceUsed
in interface BoxUser
- Returns:
- the spaceUsed
setSpaceUsed
public void setSpaceUsed(long spaceUsed)
- Specified by:
setSpaceUsed
in interface BoxUser
- Parameters:
spaceUsed
- the spaceUsed to set