Class EKYBResultCheck
-
- All Implemented Interfaces:
public final class EKYBResultCheck
-
-
Constructor Summary
Constructors Constructor Description EKYBResultCheck(String key, String status, String subLabel, String message)
-
Method Summary
Modifier and Type Method Description final String
getKey()
final String
getStatus()
final String
getSubLabel()
final String
getMessage()
final static EKYBResultCheck
fromJson(JSONObject jsonObject)
-
-
Method Detail
-
getSubLabel
final String getSubLabel()
-
getMessage
final String getMessage()
-
fromJson
final static EKYBResultCheck fromJson(JSONObject jsonObject)
-
-
-
-