cn.com.believer.songyuanframework.openapi.storage.box.objects
Interface BoxFriend
- All Known Implementing Classes:
- BoxFriendImpl
public interface BoxFriend
- Author:
- Jimmy
getName
java.lang.String getName()
- Returns:
- the name
setName
void setName(java.lang.String name)
- Parameters:
name
- the name to set
getEmail
java.lang.String getEmail()
- Returns:
- the email
setEmail
void setEmail(java.lang.String email)
- Parameters:
email
- the email to set
getAccepted
java.lang.String getAccepted()
- Returns:
- the accepted
setAccepted
void setAccepted(java.lang.String accepted)
- Parameters:
accepted
- the accepted to set
getAvatarUrl
java.lang.String getAvatarUrl()
- Returns:
- the avatarUrl
setAvatarUrl
void setAvatarUrl(java.lang.String avatarUrl)
- Parameters:
avatarUrl
- the avatarUrl to set
getBoxes
java.util.List getBoxes()
- Returns:
- the boxes
setBoxes
void setBoxes(java.util.List boxes)
- Parameters:
boxes
- the boxes to set
getSubscriptions
java.util.List getSubscriptions()
- Returns:
- the subscriptions
setSubscriptions
void setSubscriptions(java.util.List subscriptions)
- Parameters:
subscriptions
- the subscriptions to set