org.apache.zookeeper.proto
Class GetACLResponse

java.lang.Object
  extended by org.apache.zookeeper.proto.GetACLResponse
All Implemented Interfaces:
org.apache.jute.Record

public class GetACLResponse
extends java.lang.Object
implements org.apache.jute.Record


Constructor Summary
GetACLResponse()
           
GetACLResponse(java.util.List<ACL> acl, Stat stat)
           
 
Method Summary
 int compareTo(java.lang.Object peer_)
           
 void deserialize(org.apache.jute.InputArchive a_, java.lang.String tag)
           
 boolean equals(java.lang.Object peer_)
           
 java.util.List<ACL> getAcl()
           
 Stat getStat()
           
 int hashCode()
           
 void readFields(java.io.DataInput in)
           
 void serialize(org.apache.jute.OutputArchive a_, java.lang.String tag)
           
 void setAcl(java.util.List<ACL> m_)
           
 void setStat(Stat m_)
           
static java.lang.String signature()
           
 java.lang.String toString()
           
 void write(java.io.DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetACLResponse

public GetACLResponse()

GetACLResponse

public GetACLResponse(java.util.List<ACL> acl,
                      Stat stat)
Method Detail

getAcl

public java.util.List<ACL> getAcl()

setAcl

public void setAcl(java.util.List<ACL> m_)

getStat

public Stat getStat()

setStat

public void setStat(Stat m_)

serialize

public void serialize(org.apache.jute.OutputArchive a_,
                      java.lang.String tag)
               throws java.io.IOException
Specified by:
serialize in interface org.apache.jute.Record
Throws:
java.io.IOException

deserialize

public void deserialize(org.apache.jute.InputArchive a_,
                        java.lang.String tag)
                 throws java.io.IOException
Specified by:
deserialize in interface org.apache.jute.Record
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Throws:
java.io.IOException

readFields

public void readFields(java.io.DataInput in)
                throws java.io.IOException
Throws:
java.io.IOException

compareTo

public int compareTo(java.lang.Object peer_)
              throws java.lang.ClassCastException
Throws:
java.lang.ClassCastException

equals

public boolean equals(java.lang.Object peer_)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

signature

public static java.lang.String signature()


Copyright © 2012 The Apache Software Foundation