public class SurveyResultsRequest extends Object implements ITimeoutRequest
Constructor and Description |
---|
SurveyResultsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndDate()
Gets an optional end date for filtering response data.
|
String |
getQuestionId()
Gets id of a single question.
|
String |
getStartDate()
Gets an optional start date for filtering response data.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setEndDate(String value)
Sets an optional end date for filtering response data.
|
void |
setQuestionId(String value)
Sets id of a single question.
|
void |
setStartDate(String value)
Sets an optional start date for filtering response data.
|
void |
setTest(boolean value)
Sets whether or not to route transaction to the test gateway.
|
void |
setTimeout(int value)
Sets the request timeout in seconds.
|
public void setTimeout(int value)
value
- the request timeout in seconds.public int getTimeout()
getTimeout
in interface ITimeoutRequest
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 setStartDate(String value)
value
- an optional start date for filtering response data.public String getStartDate()
public void setEndDate(String value)
value
- an optional end date for filtering response data.public String getEndDate()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.