Package net.md_5.bungee.connection
Class LoginResult
- java.lang.Object
-
- net.md_5.bungee.connection.LoginResult
-
public class LoginResult extends Object
-
-
Constructor Summary
Constructors Constructor Description LoginResult(String id, String name, Property[] properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getId()
String
getName()
Property[]
getProperties()
int
hashCode()
void
setId(String id)
void
setName(String name)
void
setProperties(Property[] properties)
String
toString()
-
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
getProperties
public Property[] getProperties()
-
setId
public void setId(String id)
-
setName
public void setName(String name)
-
setProperties
public void setProperties(Property[] properties)
-
canEqual
protected boolean canEqual(Object other)
-
-