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 StringgetKey()final StringgetStatus()final StringgetSubLabel()final StringgetMessage()final static EKYBResultCheckfromJson(JSONObject jsonObject)-
-
Method Detail
-
getSubLabel
final String getSubLabel()
-
getMessage
final String getMessage()
-
fromJson
final static EKYBResultCheck fromJson(JSONObject jsonObject)
-
-
-
-