Class TransactionRestRequestModel<T>

  • Type Parameters:
    T - the type request model

    public class TransactionRestRequestModel<T>
    extends Object
    Class which wraps a type request model
    • Field Detail

      • transactionRequestModel

        public T transactionRequestModel
        The request model which should be an instance of TransactionRequestModel.
      • type

        public String type
        The runtime type of the request model
    • Constructor Detail

      • TransactionRestRequestModel

        public TransactionRestRequestModel​(T transactionRequestModel)
      • TransactionRestRequestModel

        public TransactionRestRequestModel()