public class LoginResult extends Object
Constructor and Description |
---|
LoginResult(String id,
String name,
Property[] properties) |
Modifier and Type | Method and 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() |
public String getId()
public String getName()
public Property[] getProperties()
public void setId(String id)
public void setName(String name)
public void setProperties(Property[] properties)
protected boolean canEqual(Object other)
Copyright © 2019–2022. All rights reserved.