Class ReconfigParameters


  • public class ReconfigParameters
    extends Object
    • Constructor Detail

      • ReconfigParameters

        public ReconfigParameters()
        Create reconfigParameters item.
      • ReconfigParameters

        public ReconfigParameters​(ReconfigParameters copy)
        Create copy of reconfigParameters item.
    • Method Detail

      • getReconfigMode

        public ReconfigMode getReconfigMode()
        Get the type of the Reconfig Request.
      • setReconfigMode

        public void setReconfigMode​(ReconfigMode reconfigMode)
        Set the type of the Reconfig Request.
      • getAcqId

        public Long getAcqId()
        Get the acquirer identifier.
      • setAcqId

        public void setAcqId​(Long acqId)
        Set the acquirer identifier.
      • toString

        public String toString()
        String representation for debugging purpose.
        Overrides:
        toString in class Object