Package kong.unirest.core
Class MatchStatus
- java.lang.Object
-
- kong.unirest.core.MatchStatus
-
public class MatchStatus extends java.lang.Object
Indicates a successful match and a description of the failure (if any)
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
description
private boolean
isSuccess
-
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.String
getDescription()
boolean
isSuccess()
-