public static class Post.Likes extends Object
Constructor and Description |
---|
Likes() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
Long |
getCount()
The number of likes.
|
List<NamedFacebookType> |
getData()
The likes.
|
int |
hashCode() |
String |
toString() |
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object that)
equals
in class Object
Object.equals(Object)
public String toString()
toString
in class Object
Object.toString()
public Long getCount()
public List<NamedFacebookType> getData()
Copyright © 2014. All rights reserved.