public static class SchemaViolation.ViolatorData extends Object
| Constructor and Description |
|---|
ViolatorData(String path,
byte[] data,
List<org.apache.zookeeper.data.ACL> acl) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.zookeeper.data.ACL> |
getAcl()
The ACLs used in the API or
null |
byte[] |
getData()
The data used in the API or
null |
String |
getPath()
The path used in the API or
null |
String |
toString() |
public String getPath()
nullpublic byte[] getData()
nullpublic List<org.apache.zookeeper.data.ACL> getAcl()
nullCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.