public static class JoinAreasAction.JoinAreasResult extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
hasChanges |
private java.util.List<JoinAreasAction.Multipolygon> |
polygons |
| Constructor and Description |
|---|
JoinAreasResult(boolean hasChanges,
java.util.List<JoinAreasAction.Multipolygon> polygons)
Constructs a new
JoinAreasResult. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<JoinAreasAction.Multipolygon> |
getPolygons()
Returns the result polygons, can be null.
|
boolean |
hasChanges()
Determines if the result has changes.
|
private final boolean hasChanges
private final java.util.List<JoinAreasAction.Multipolygon> polygons
public JoinAreasResult(boolean hasChanges, java.util.List<JoinAreasAction.Multipolygon> polygons)
JoinAreasResult.hasChanges - whether the result has changespolygons - the result polygons, can be nullpublic final boolean hasChanges()
true if the result has changespublic final java.util.List<JoinAreasAction.Multipolygon> getPolygons()