Package co.dapi.response
Class TransferAutoflowResponse
java.lang.Object
co.dapi.response.BaseResponse
co.dapi.response.TransferAutoflowResponse
public class TransferAutoflowResponse extends BaseResponse
-
Constructor Summary
Constructors Constructor Description TransferAutoflowResponse(java.lang.String errType, java.lang.String errMsg) -
Method Summary
Modifier and Type Method Description java.util.Optional<Range>getCoolDownPeriod()java.util.Optional<java.lang.String>getReference()Methods inherited from class co.dapi.response.BaseResponse
getMsg, getOperationID, getStatus, getType, getUserInputs, isSuccessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TransferAutoflowResponse
public TransferAutoflowResponse(java.lang.String errType, java.lang.String errMsg)
-
-
Method Details
-
getReference
public java.util.Optional<java.lang.String> getReference() -
getCoolDownPeriod
-