cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions
Class GetFriendsResponseImpl

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
      extended by cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.GetFriendsResponseImpl
All Implemented Interfaces:
BoxResponse, GetFriendsResponse

public class GetFriendsResponseImpl
extends BoxResponseImpl
implements GetFriendsResponse

Author:
Jimmy

Field Summary
 
Fields inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
status
 
Constructor Summary
GetFriendsResponseImpl()
           
 
Method Summary
 java.lang.String getEncodedFriends()
           
 java.util.List getFriendList()
           
 void setEncodedFriends(java.lang.String encodedFriends)
           
 void setFriendList(java.util.List friendList)
           
 
Methods inherited from class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxResponseImpl
getStatus, setStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxResponse
getStatus, setStatus
 

Constructor Detail

GetFriendsResponseImpl

public GetFriendsResponseImpl()
Method Detail

getFriendList

public java.util.List getFriendList()
Specified by:
getFriendList in interface GetFriendsResponse
Returns:
the friendList

setFriendList

public void setFriendList(java.util.List friendList)
Specified by:
setFriendList in interface GetFriendsResponse
Parameters:
friendList - the friendList to set

getEncodedFriends

public java.lang.String getEncodedFriends()
Specified by:
getEncodedFriends in interface GetFriendsResponse
Returns:
the encodedFriends

setEncodedFriends

public void setEncodedFriends(java.lang.String encodedFriends)
Specified by:
setEncodedFriends in interface GetFriendsResponse
Parameters:
encodedFriends - the encodedFriends to set