public class FollowedAuthorInfo extends Object implements Serializable
构造器和说明 |
---|
FollowedAuthorInfo() |
限定符和类型 | 方法和说明 |
---|---|
FollowedAuthorInfo |
authorInfo(AuthorInfo authorInfo) |
boolean |
equals(Object o) |
FollowedAuthorInfo |
followTime(Long followTime) |
AuthorInfo |
getAuthorInfo()
Get authorInfo
|
Long |
getFollowTime()
关注的时间
|
int |
hashCode() |
void |
setAuthorInfo(AuthorInfo authorInfo) |
void |
setFollowTime(Long followTime) |
String |
toString() |
public FollowedAuthorInfo authorInfo(AuthorInfo authorInfo)
public AuthorInfo getAuthorInfo()
public void setAuthorInfo(AuthorInfo authorInfo)
public FollowedAuthorInfo followTime(Long followTime)
public Long getFollowTime()
public void setFollowTime(Long followTime)
Copyright © 2017. All rights reserved.