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