Package com.technia.dsx.threedspace.zone
Class QueryResult
java.lang.Object
com.technia.dsx.threedspace.zone.QueryResult
Represents the result of a zone query operation.
Contains either a list of query results or an error result if the query failed. This class is used to deserialize responses from zone query API calls.
- Since:
- 2023-04-24
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()booleanhasError()voidsetError(ErrorResult error) voidsetResults(List<Result> results)
-
Field Details
-
PHYSICALID
- See Also:
-
TYPE
- See Also:
-
-
Constructor Details
-
QueryResult
public QueryResult()
-
-
Method Details
-
getResults
-
setResults
-
getError
-
hasError
public boolean hasError() -
setError
-