public class LineFriendshipStatus
extends java.lang.Object
| Constructor and Description |
|---|
LineFriendshipStatus(boolean friendFlag)
Constructs a new
LineFriendshipStatus instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isFriend()
Gets the friendship status of the user and the bot linked to your LINE Login channel.
|
java.lang.String |
toString() |
public LineFriendshipStatus(boolean friendFlag)
LineFriendshipStatus instance.friendFlag - Whether the bot is a friend of the user or not.public boolean isFriend()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object