public class

BoxFriendImpl

extends Object
implements BoxFriend
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.objects.BoxFriendImpl

Summary

Fields
private String accepted accepted.
private String avatarUrl avatar URL.
private List boxes friend's boxes, a list of Box object.
private String email friend's email.
private String name friend's name.
private List subscriptions friends's subscriptions, a list of BoxSubscription object.
Public Constructors
BoxFriendImpl()
Public Methods
String getAccepted()
String getAvatarUrl()
List getBoxes()
String getEmail()
String getName()
List getSubscriptions()
void setAccepted(String accepted)
void setAvatarUrl(String avatarUrl)
void setBoxes(List boxes)
void setEmail(String email)
void setName(String name)
void setSubscriptions(List subscriptions)
[Expand]
Inherited Methods
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.objects.BoxFriend

Fields

private String accepted

accepted.

private String avatarUrl

avatar URL.

private List boxes

friend's boxes, a list of Box object.

private String email

friend's email.

private String name

friend's name.

private List subscriptions

friends's subscriptions, a list of BoxSubscription object.

Public Constructors

public BoxFriendImpl ()

Public Methods

public String getAccepted ()

Returns
  • the accepted

public String getAvatarUrl ()

Returns
  • the avatarUrl

public List getBoxes ()

Returns
  • the boxes

public String getEmail ()

Returns
  • the email

public String getName ()

Returns
  • the name

public List getSubscriptions ()

Returns
  • the subscriptions

public void setAccepted (String accepted)

Parameters
accepted The accepted to set

public void setAvatarUrl (String avatarUrl)

Parameters
avatarUrl The avatarUrl to set

public void setBoxes (List boxes)

Parameters
boxes The boxes to set

public void setEmail (String email)

Parameters
email The email to set

public void setName (String name)

Parameters
name The name to set

public void setSubscriptions (List subscriptions)

Parameters
subscriptions The subscriptions to set