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
All Methods Instance Methods Concrete Methods 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, isSuccess
-
-
-
-
Method Detail
-
getReference
public java.util.Optional<java.lang.String> getReference()
-
getCoolDownPeriod
public java.util.Optional<Range> getCoolDownPeriod()
-
-