Class ResponseEKYB
-
- All Implemented Interfaces:
public final class ResponseEKYB
-
-
Field Summary
Fields Modifier and Type Field Description private final List<EKYBResultCheck>
resultsTests
-
Constructor Summary
Constructors Constructor Description ResponseEKYB(List<EKYBResultCheck> resultsTests)
-
Method Summary
Modifier and Type Method Description final List<EKYBResultCheck>
getResultsTests()
final static ResponseEKYB
parse(ResponseBody responseBody)
-
-
Constructor Detail
-
ResponseEKYB
ResponseEKYB(List<EKYBResultCheck> resultsTests)
-
-
Method Detail
-
getResultsTests
final List<EKYBResultCheck> getResultsTests()
-
parse
final static ResponseEKYB parse(ResponseBody responseBody)
-
-
-
-