@OpenApiAll
public static class PatternHelper.PathElementCreationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
mCreatedNew
Was path created?
|
(package private) PathElement |
mPath
The path element.
|
Constructor and Description |
---|
PathElementCreationResult() |
Modifier and Type | Method and Description |
---|---|
PathElement |
getPath()
Returns creates or found path element.
|
boolean |
isCreatedNew()
Was path created?
|
PathElement mPath
boolean mCreatedNew
public PathElement getPath()
public boolean isCreatedNew()