public interface IRule
| Modifier and Type | Method and Description |
|---|---|
void |
convertSystemMatchType(String systemMatchType) |
String |
getAction() |
String |
getActionText() |
String |
getHashKey() |
double |
getHighScore() |
double |
getLowScore() |
int |
getOrder() |
ArrayList<RulePurpose> |
getRulePurpose() |
int |
getSystemMatchType() |
boolean |
isActive() |
boolean |
isMatchSameSystem() |
void |
setAction(String action) |
void |
setActionText(String actionText) |
void |
setActive(boolean active) |
void |
setHighScore(Double double1) |
void |
setLowScore(Double double1) |
void |
setMatchSameSystem(boolean b) |
void |
setOrder(int order) |
void |
setRulePurpose(ArrayList<RulePurpose> rulePurpose) |
void |
setSystemMatchType(int smt) |
com.google.gson.JsonObject |
toJSON() |
String getAction()
boolean isActive()
void setActive(boolean active)
void setAction(String action)
String getActionText()
void setActionText(String actionText)
int getOrder()
void setOrder(int order)
ArrayList<RulePurpose> getRulePurpose()
void setRulePurpose(ArrayList<RulePurpose> rulePurpose)
double getHighScore()
double getLowScore()
void setLowScore(Double double1)
void setHighScore(Double double1)
int getSystemMatchType()
void convertSystemMatchType(String systemMatchType)
void setSystemMatchType(int smt)
boolean isMatchSameSystem()
void setMatchSameSystem(boolean b)
String getHashKey()
com.google.gson.JsonObject toJSON()
Copyright © 2021. All rights reserved.