Class SchemaViolation.ViolatorData
- java.lang.Object
-
- org.apache.curator.framework.schema.SchemaViolation.ViolatorData
-
- Enclosing class:
- SchemaViolation
public static class SchemaViolation.ViolatorData extends java.lang.ObjectData about the calling API that violated the schema
-
-
Constructor Summary
Constructors Constructor Description ViolatorData(java.lang.String path, byte[] data, java.util.List<org.apache.zookeeper.data.ACL> acl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.apache.zookeeper.data.ACL>getAcl()The ACLs used in the API ornullbyte[]getData()The data used in the API ornulljava.lang.StringgetPath()The path used in the API ornulljava.lang.StringtoString()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
The path used in the API ornull- Returns:
- path or null
-
getData
public byte[] getData()
The data used in the API ornull- Returns:
- data or null
-
getAcl
public java.util.List<org.apache.zookeeper.data.ACL> getAcl()
The ACLs used in the API ornull- Returns:
- ACLs or null
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-