Class MethodCallTransactionResponseModel

Direct Known Subclasses:
MethodCallTransactionExceptionResponseModel, MethodCallTransactionFailedResponseModel, MethodCallTransactionSuccessfulResponseModel, VoidMethodCallTransactionSuccessfulResponseModel

public abstract class MethodCallTransactionResponseModel extends CodeExecutionTransactionResponseModel
  • Field Details

    • selfCharged

      public boolean selfCharged
      True if and only if the call was charged to the receiver of the target method rather than to the caller of the transaction.
  • Constructor Details

    • MethodCallTransactionResponseModel

      protected MethodCallTransactionResponseModel(MethodCallTransactionResponse response)
    • MethodCallTransactionResponseModel

      protected MethodCallTransactionResponseModel()