Package org.aerogear.kryptowire
Class BinaryStatus
java.lang.Object
org.aerogear.kryptowire.BinaryStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BinaryStatusfromJSONObject(org.json.JSONObject obj) intgetScore()booleanstatic BinaryStatusnotReady()voidsetComplete(boolean complete) voidsetScore(int score) voidsetSubmittedAt(String submittedAt)
-
Constructor Details
-
BinaryStatus
public BinaryStatus() -
BinaryStatus
-
-
Method Details
-
fromJSONObject
-
notReady
-
getScore
public int getScore() -
setScore
public void setScore(int score) -
isComplete
public boolean isComplete() -
setComplete
public void setComplete(boolean complete) -
getSubmittedAt
- Throws:
ParseException
-
setSubmittedAt
-