cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface BoxUser
- All Known Implementing Classes:
- BoxUserImpl
public interface BoxUser
- Author:
- Jimmy
getLogin
java.lang.String getLogin()
- Returns:
- the login
setLogin
void setLogin(java.lang.String login)
- Parameters:
login
- the login to set
getEmail
java.lang.String getEmail()
- Returns:
- the email
setEmail
void setEmail(java.lang.String email)
- Parameters:
email
- the email to set
getAccessId
java.lang.String getAccessId()
- Returns:
- the accessId
setAccessId
void setAccessId(java.lang.String accessId)
- Parameters:
accessId
- the accessId to set
getUserId
java.lang.String getUserId()
- Returns:
- the userId
setUserId
void setUserId(java.lang.String userId)
- Parameters:
userId
- the userId to set
getSpaceAmount
long getSpaceAmount()
- Returns:
- the spaceAmount
setSpaceAmount
void setSpaceAmount(long spaceAmount)
- Parameters:
spaceAmount
- the spaceAmount to set
getSpaceUsed
long getSpaceUsed()
- Returns:
- the spaceUsed
setSpaceUsed
void setSpaceUsed(long spaceUsed)
- Parameters:
spaceUsed
- the spaceUsed to set