public class SurveyQuestionResponse extends Object implements IAbstractAcknowledgement
Constructor and Description |
---|
SurveyQuestionResponse() |
Modifier and Type | Method and Description |
---|---|
void |
addResult(SurveyQuestion value)
Adds a the full result set responsive to the original request.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
Collection<SurveyQuestion> |
getResults()
Gets the full result set responsive to the original request.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setResults(Collection<SurveyQuestion> value)
Sets the full result set responsive to the original request.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
public void setSuccess(boolean value)
value
- whether or not the request succeeded.public boolean isSuccess()
isSuccess
in interface IAbstractAcknowledgement
public void setError(String value)
value
- the error, if an error occurred.public String getError()
getError
in interface IAbstractAcknowledgement
public void setResponseDescription(String value)
value
- a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription
in interface IAbstractAcknowledgement
public void setResults(Collection<SurveyQuestion> value)
value
- the full result set responsive to the original request.public Collection<SurveyQuestion> getResults()
public void addResult(SurveyQuestion value)
value
- the full result set responsive to the original request.Copyright © 2022 BlockChyp, Inc.. All rights reserved.