TransferResponse

public final class TransferResponse

Constructors

TransferResponse
Link copied to clipboard
TransferResponse TransferResponse(TransferResponse.ResponseEnum response, String comment)

Types

ResponseEnum
Link copied to clipboard
public enum ResponseEnum extends Enum<TransferResponse.ResponseEnum>

The response Values: ACCEPT, REFUSE

Functions

getComment
Link copied to clipboard
final String getComment()
getResponse
Link copied to clipboard
final TransferResponse.ResponseEnum getResponse()
setComment
Link copied to clipboard
final Unit setComment(String comment)
setResponse
Link copied to clipboard
final Unit setResponse(TransferResponse.ResponseEnum response)

Properties

comment
Link copied to clipboard
private String comment

An optional comment about the transfer response

response
Link copied to clipboard
private TransferResponse.ResponseEnum response

The response