Class ExecutorRequest

    • Field Detail

      • executorId

        protected String executorId
      • mandateHolderId

        protected String mandateHolderId
      • session

        protected byte[] session
    • Constructor Detail

      • ExecutorRequest

        public ExecutorRequest()
    • Method Detail

      • getExecutorId

        public String getExecutorId()
        Gets the value of the executorId property.
        Returns:
        possible object is String
      • setExecutorId

        public void setExecutorId​(String value)
        Sets the value of the executorId property.
        Parameters:
        value - allowed object is String
      • getMandateHolderId

        public String getMandateHolderId()
        Gets the value of the mandateHolderId property.
        Returns:
        possible object is String
      • setMandateHolderId

        public void setMandateHolderId​(String value)
        Sets the value of the mandateHolderId property.
        Parameters:
        value - allowed object is String
      • getSession

        public byte[] getSession()
        Gets the value of the session property.
        Returns:
        possible object is byte[]
      • setSession

        public void setSession​(byte[] value)
        Sets the value of the session property.
        Parameters:
        value - allowed object is byte[]