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) |
@Generated(value="lombok") public ZKCheckElement()
@ConstructorProperties(value={"title","rootPath","pathPattern","negate","acls"}) @Generated(value="lombok") protected ZKCheckElement(String title, String rootPath, String pathPattern, Boolean negate, List<String> acls)
public String generateDescription()
@Generated(value="lombok") public String getTitle()
@Generated(value="lombok") public String getRootPath()
@Generated(value="lombok") public String getPathPattern()
@Generated(value="lombok") public Boolean getNegate()
@Generated(value="lombok") public List<String> getAcls()
@Generated(value="lombok") public void setTitle(String title)
@Generated(value="lombok") public void setRootPath(String rootPath)
@Generated(value="lombok") public void setPathPattern(String pathPattern)
@Generated(value="lombok") public void setNegate(Boolean negate)
@Generated(value="lombok") public void setAcls(List<String> acls)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
Copyright © 2020. All rights reserved.