Package com.six.timapi
Class ReconfigParameters
- java.lang.Object
-
- com.six.timapi.ReconfigParameters
-
public class ReconfigParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description ReconfigParameters()Create reconfigParameters item.ReconfigParameters(ReconfigParameters copy)Create copy of reconfigParameters item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAcqId()Get the acquirer identifier.ReconfigModegetReconfigMode()Get the type of the Reconfig Request.voidsetAcqId(Long acqId)Set the acquirer identifier.voidsetReconfigMode(ReconfigMode reconfigMode)Set the type of the Reconfig Request.StringtoString()String representation for debugging purpose.
-
-
-
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.
-
-