public class Response
extends java.lang.Object
Constructor and Description |
---|
Response(Result result)
Constructs with the specified result.
|
Response(Result result,
Error error)
Constructs with the specified result and error.
|
Response(Result result,
java.util.List<Error> errors)
Constructs with the specified result and errors.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Error> |
getErrors()
Returns the errors
|
Result |
getResult()
Returns the result of request to a camera device.
|