public class SlideShow extends Object implements ITimeoutRequest, IAbstractAcknowledgement
| Constructor and Description |
|---|
SlideShow() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSlide(Slide value)
Adds a enumerates all slides in the display sequence.
|
int |
getDelay()
Gets time between slides in seconds.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getId()
Gets the primary id for the slide show.
|
String |
getName()
Gets the name of the slide show.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
Collection<Slide> |
getSlides()
Gets enumerates all slides in the display sequence.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
void |
setDelay(int value)
Sets time between slides in seconds.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setId(String value)
Sets the primary id for the slide show.
|
void |
setName(String value)
Sets the name of the slide show.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSlides(Collection<Slide> value)
Sets enumerates all slides in the display sequence.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
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 setSuccess(boolean value)
value - whether or not the request succeeded.public boolean isSuccess()
isSuccess in interface IAbstractAcknowledgementpublic void setError(String value)
value - the error, if an error occurred.public String getError()
getError in interface IAbstractAcknowledgementpublic void setResponseDescription(String value)
value - a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription in interface IAbstractAcknowledgementpublic void setId(String value)
value - the primary id for the slide show.public String getId()
public void setName(String value)
value - the name of the slide show.public String getName()
public void setDelay(int value)
value - time between slides in seconds.public int getDelay()
public void setSlides(Collection<Slide> value)
value - enumerates all slides in the display sequence.public Collection<Slide> getSlides()
public void addSlide(Slide value)
value - enumerates all slides in the display sequence.Copyright © 2022 BlockChyp, Inc.. All rights reserved.