public class TermsAndConditionsLogEntry extends Object implements IAbstractAcknowledgement
Constructor and Description |
---|
TermsAndConditionsLogEntry() |
Modifier and Type | Method and Description |
---|---|
String |
getAlias()
Gets alias of the terms and conditions template used for this entry, if any.
|
String |
getContent()
Gets full text of the document agreed to at the time of signature capture.
|
String |
getContentLeader()
Gets first 32 characters of the full text.
|
String |
getError()
Gets the error, if an error occurred.
|
String |
getId()
Gets internal id for a Terms and Conditions entry.
|
String |
getName()
Gets title of the document displayed on the terminal at the time of capture.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
SignatureFormat |
getSigFormat()
Gets the image format to be used for returning signatures.
|
String |
getSignature()
Gets the base 64 encoded signature image if the format requested.
|
String |
getTerminalId()
Gets id of the terminal that captured this terms and conditions entry.
|
String |
getTerminalName()
Gets name of the terminal that captured this terms and conditions entry.
|
String |
getTimestamp()
Gets date and time the terms and conditions acceptance occurred.
|
String |
getTransactionId()
Gets optional transaction id if only log entries related to a transaction should be
returned.
|
String |
getTransactionRef()
Gets optional transaction ref if the terms and conditions was associated with a
transaction.
|
boolean |
isHasSignature()
Gets a flag that indicates whether or not a signature has been captured.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
boolean |
isTest()
Gets a flag indicating whether or not the terminal was a test terminal.
|
void |
setAlias(String value)
Sets alias of the terms and conditions template used for this entry, if any.
|
void |
setContent(String value)
Sets full text of the document agreed to at the time of signature capture.
|
void |
setContentLeader(String value)
Sets first 32 characters of the full text.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setHasSignature(boolean value)
Sets a flag that indicates whether or not a signature has been captured.
|
void |
setId(String value)
Sets internal id for a Terms and Conditions entry.
|
void |
setName(String value)
Sets title of the document displayed on the terminal at the time of capture.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSigFormat(SignatureFormat value)
Sets the image format to be used for returning signatures.
|
void |
setSignature(String value)
Sets the base 64 encoded signature image if the format requested.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
void |
setTerminalId(String value)
Sets id of the terminal that captured this terms and conditions entry.
|
void |
setTerminalName(String value)
Sets name of the terminal that captured this terms and conditions entry.
|
void |
setTest(boolean value)
Sets a flag indicating whether or not the terminal was a test terminal.
|
void |
setTimestamp(String value)
Sets date and time the terms and conditions acceptance occurred.
|
void |
setTransactionId(String value)
Sets optional transaction id if only log entries related to a transaction should be
returned.
|
void |
setTransactionRef(String value)
Sets optional transaction ref if the terms and conditions was associated with a
transaction.
|
public void setSuccess(boolean value)
value
- whether or not the request succeeded.public boolean isSuccess()
isSuccess
in interface IAbstractAcknowledgement
public void setError(String value)
value
- the error, if an error occurred.public String getError()
getError
in interface IAbstractAcknowledgement
public void setResponseDescription(String value)
value
- a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription
in interface IAbstractAcknowledgement
public void setId(String value)
value
- internal id for a Terms and Conditions entry.public String getId()
public void setTerminalId(String value)
value
- id of the terminal that captured this terms and conditions entry.public String getTerminalId()
public void setTerminalName(String value)
value
- name of the terminal that captured this terms and conditions entry.public String getTerminalName()
public void setTest(boolean value)
value
- a flag indicating whether or not the terminal was a test terminal.public boolean isTest()
public void setTimestamp(String value)
value
- date and time the terms and conditions acceptance occurred.public String getTimestamp()
public void setTransactionRef(String value)
value
- optional transaction ref if the terms and conditions was associated
with a transaction.public String getTransactionRef()
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 setAlias(String value)
value
- alias of the terms and conditions template used for this entry, if any.public String getAlias()
public void setName(String value)
value
- title of the document displayed on the terminal at the time of capture.public String getName()
public void setContent(String value)
value
- full text of the document agreed to at the time of signature capture.public String getContent()
public void setContentLeader(String value)
value
- first 32 characters of the full text. Used to support user interfaces
that show summaries.public String getContentLeader()
public void setHasSignature(boolean value)
value
- a flag that indicates whether or not a signature has been captured.public boolean isHasSignature()
public void setSigFormat(SignatureFormat value)
value
- the image format to be used for returning signatures.public SignatureFormat getSigFormat()
public void setSignature(String value)
value
- the base 64 encoded signature image if the format requested.public String getSignature()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.