public class ZKCheckElement extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
$status |
| Modifier | Constructor and Description |
|---|---|
|
ZKCheckElement() |
protected |
ZKCheckElement(String title,
String rootPath,
String pathPattern,
Boolean negate,
List<String> acls) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
generateDescription()
Generate a human readable description of the check.
|
List<String> |
getAcls() |
Boolean |
getNegate() |
String |
getPathPattern() |
String |
getRootPath() |
String |
getTitle() |
int |
hashCode() |
void |
setAcls(List<String> acls) |
void |
setNegate(Boolean negate) |
void |
setPathPattern(String pathPattern) |
void |
setRootPath(String rootPath) |
void |
setTitle(String title) |
public String generateDescription()
public String getTitle()
public String getRootPath()
public String getPathPattern()
public Boolean getNegate()
public void setTitle(String title)
public void setRootPath(String rootPath)
public void setPathPattern(String pathPattern)
public void setNegate(Boolean negate)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.