public class PolicyRuleWrapper extends Object implements Serializable
Constructor and Description |
---|
PolicyRuleWrapper(boolean isNew) |
Modifier and Type | Method and Description |
---|---|
RuleConf |
getConf() |
ImplementationEngine |
getImplementationEngine() |
String |
getImplementationKey() |
boolean |
isNew() |
PolicyRuleWrapper |
setConf(RuleConf conf) |
PolicyRuleWrapper |
setImplementationEngine(ImplementationEngine implementationEngine) |
PolicyRuleWrapper |
setImplementationKey(String implementationKey) |
public boolean isNew()
public String getImplementationKey()
public PolicyRuleWrapper setImplementationKey(String implementationKey)
public ImplementationEngine getImplementationEngine()
public PolicyRuleWrapper setImplementationEngine(ImplementationEngine implementationEngine)
public RuleConf getConf()
public PolicyRuleWrapper setConf(RuleConf conf)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.