public class UploadStatusRequest extends Object implements ITimeoutRequest
| Constructor and Description |
|---|
UploadStatusRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTimeout()
Gets the request timeout in seconds.
|
String |
getUploadId()
Gets id used to track status and progress of an upload while in progress.
|
boolean |
isTest()
Gets whether or not to route transaction to the test gateway.
|
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.
|
void |
setUploadId(String value)
Sets id used to track status and progress of an upload while in progress.
|
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 setUploadId(String value)
value - id used to track status and progress of an upload while in progress.public String getUploadId()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.