public class AttestationItemResponse
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AttestationItemResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Returns the comments specified for an attestation record
|
java.lang.String |
getDelegateTo()
Returns the User Id of the user to which the current attestation record
is delegated
|
long |
getRecordKey()
Returns the attestation record key
|
java.lang.String |
getResponse()
Returns the response set on the attestation record.
|
void |
setComment(java.lang.String comment)
Sets the specified comment value on the attestation record
|
void |
setDelegateTo(java.lang.String delegateTo)
Sets the User to which the record should be delegated to.
|
void |
setRecordKey(long recordKey)
Sets the attestation record key
|
void |
setResponse(java.lang.String response)
Sets the response specified.
|
public java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- value to be set as comment for the recordpublic java.lang.String getDelegateTo()
public void setDelegateTo(java.lang.String delegateTo)
delegateTo
- user to which the record should be delegated topublic long getRecordKey()
public void setRecordKey(long recordKey)
recordKey
- attestation record keypublic java.lang.String getResponse()
public void setResponse(java.lang.String response)
response
- value to be set as response on the record