Class RulesLoadResult
-
- All Implemented Interfaces:
public class RulesLoadResultA holder for the data and result returned by
RulesLoaderwhen loading rules.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRulesLoadResult.ReasonRepresents the reason why the downloaded data is returned as such
-
Field Summary
Fields Modifier and Type Field Description public final Stringdatapublic final RulesLoadResult.Reasonreason
-
Constructor Summary
Constructors Constructor Description RulesLoadResult(String data, RulesLoadResult.Reason reason)
-
Method Summary
Modifier and Type Method Description StringgetData()RulesLoadResult.ReasongetReason()-
-
Constructor Detail
-
RulesLoadResult
RulesLoadResult(String data, RulesLoadResult.Reason reason)
-
-
-
-