Package net.md_5.bungee.connection
Class LoginResult.Property
- java.lang.Object
-
- net.md_5.bungee.connection.LoginResult.Property
-
- Enclosing class:
- LoginResult
public static class LoginResult.Property extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getName()
String
getSignature()
String
getValue()
int
hashCode()
void
setName(String name)
void
setSignature(String signature)
void
setValue(String value)
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getValue
public String getValue()
-
getSignature
public String getSignature()
-
setName
public void setName(String name)
-
setValue
public void setValue(String value)
-
setSignature
public void setSignature(String signature)
-
canEqual
protected boolean canEqual(Object other)
-
-