Package kong.unirest.core
Class MatchStatus
- java.lang.Object
-
- kong.unirest.core.MatchStatus
-
public class MatchStatus extends java.lang.ObjectIndicates a successful match and a description of the failure (if any)
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Stringdescriptionprivate booleanisSuccess
-
Constructor Summary
Constructors Constructor Description MatchStatus(boolean isSuccess, java.lang.String description)Contruct a Match status
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()booleanisSuccess()
-