public class EvaluateRuleEngineResponse
extends java.lang.Object
RqlDataApiClient.evaluateRuleEngineRules(String, String, String, String, String)
Contains the modified store xml and the transactions that were applied to the store.
Constructor and Description |
---|
EvaluateRuleEngineResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStoreXml()
returns the store XML after the rules have been applied to it.
|
java.util.List<java.lang.String> |
getTransactions()
returns a list of the transactions applied to the store when the rules were applied to it.
|
void |
setStoreXml(java.lang.String storeXml) |
void |
setTransactions(java.util.List<java.lang.String> transactions) |
public java.lang.String getStoreXml()
public void setStoreXml(java.lang.String storeXml)
public java.util.List<java.lang.String> getTransactions()
public void setTransactions(java.util.List<java.lang.String> transactions)