public class SlideShowRequest extends Object implements ITimeoutRequest
| Constructor and Description |
|---|
SlideShowRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSlideShowId()
Gets id used to track a slide show.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setSlideShowId(String value)
Sets id used to track a slide show.
|
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 ITimeoutRequestpublic void setTest(boolean value)
value - whether or not to route transaction to the test gateway.public boolean isTest()
isTest in interface ITimeoutRequestpublic void setSlideShowId(String value)
value - id used to track a slide show.public String getSlideShowId()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.