public class RuleUpdateInfo extends Object
| Constructor and Description |
|---|
RuleUpdateInfo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
Boolean |
getEnabled() |
String |
getName() |
Map<String,Object> |
getRule() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setName(String name) |
void |
setRule(Map<String,Object> rule) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String getName()
public void setName(String name)
public boolean equals(Object o)
public int hashCode()
public String toString()
Copyright © 2016. All rights reserved.