public class TermsAndConditionsLogRequest extends Object implements ITimeoutRequest
Constructor and Description |
---|
TermsAndConditionsLogRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndDate()
Gets an optional end date for filtering response data.
|
String |
getLogEntryId()
Gets the identifier of the log entry to be returned for single result requests.
|
int |
getMaxResults()
Gets max to be returned in a single page.
|
String |
getStartDate()
Gets an optional start date for filtering response data.
|
int |
getStartIndex()
Gets starting index for paged results.
|
int |
getTimeout()
Gets the request timeout in seconds.
|
String |
getTransactionId()
Gets optional transaction id if only log entries related to a transaction should be
returned.
|
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 |
setLogEntryId(String value)
Sets the identifier of the log entry to be returned for single result requests.
|
void |
setMaxResults(int value)
Sets max to be returned in a single page.
|
void |
setStartDate(String value)
Sets an optional start date for filtering response data.
|
void |
setStartIndex(int value)
Sets starting index for paged results.
|
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 |
setTransactionId(String value)
Sets optional transaction id if only log entries related to a transaction should be
returned.
|
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 setLogEntryId(String value)
value
- the identifier of the log entry to be returned for single result
requests.public String getLogEntryId()
public void setTransactionId(String value)
value
- optional transaction id if only log entries related to a transaction
should be returned.public String getTransactionId()
public void setMaxResults(int value)
value
- max to be returned in a single page. Defaults to the system max of 250.public int getMaxResults()
public void setStartIndex(int value)
value
- starting index for paged results. Defaults to zero.public int getStartIndex()
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.