public class PathRootError extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathRootError.Serializer
For internal use only.
|
| Constructor and Description |
|---|
PathRootError()
None
|
PathRootError(String pathRoot) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getPathRoot()
The user's latest path root value.
|
int |
hashCode() |
String |
toString() |
String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final String pathRoot
public PathRootError(String pathRoot)
pathRoot - The user's latest path root value. None if the user no
longer has a path root.public PathRootError()
The default values for unset fields will be used.
public String getPathRoot()
null if not present.public String toStringMultiline()
The returned String may contain newlines.