public class SurveyQuestionRequest extends Object implements ITimeoutRequest
Constructor and Description |
---|
SurveyQuestionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getQuestionId()
Gets id of a single question.
|
int |
getTimeout()
Gets an optional timeout override.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setQuestionId(String value)
Sets id of a single question.
|
void |
setTest(boolean value)
Sets whether or not to route transaction to the test gateway.
|
void |
setTimeout(int value)
Sets an optional timeout override.
|
public void setTest(boolean value)
value
- whether or not to route transaction to the test gateway.public boolean isTest()
isTest
in interface ITimeoutRequest
public void setQuestionId(String value)
value
- id of a single question.public String getQuestionId()
public void setTimeout(int value)
value
- an optional timeout override.public int getTimeout()
getTimeout
in interface ITimeoutRequest
Copyright © 2022 BlockChyp, Inc.. All rights reserved.