Package org.apache.zookeeper.proto
Class GetMaxChildrenResponse
- java.lang.Object
-
- org.apache.zookeeper.proto.GetMaxChildrenResponse
-
- All Implemented Interfaces:
org.apache.jute.Record
@Public public class GetMaxChildrenResponse extends java.lang.Object implements org.apache.jute.Record
-
-
Constructor Summary
Constructors Constructor Description GetMaxChildrenResponse()GetMaxChildrenResponse(int max)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object peer_)voiddeserialize(org.apache.jute.InputArchive a_, java.lang.String tag)booleanequals(java.lang.Object peer_)intgetMax()inthashCode()voidreadFields(java.io.DataInput in)voidserialize(org.apache.jute.OutputArchive a_, java.lang.String tag)voidsetMax(int m_)static java.lang.Stringsignature()java.lang.StringtoString()voidwrite(java.io.DataOutput out)
-
-
-
Method Detail
-
getMax
public int getMax()
-
setMax
public void setMax(int m_)
-
serialize
public void serialize(org.apache.jute.OutputArchive a_, java.lang.String tag) throws java.io.IOException- Specified by:
serializein interfaceorg.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:
deserializein interfaceorg.apache.jute.Record- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
signature
public static java.lang.String signature()
-
-