Class GetMaxChildrenResponse

  • All Implemented Interfaces:
    Record

    @Public
    public class GetMaxChildrenResponse
    extends java.lang.Object
    implements Record
    • Constructor Detail

      • GetMaxChildrenResponse

        public GetMaxChildrenResponse()
      • GetMaxChildrenResponse

        public GetMaxChildrenResponse​(int max)
    • Method Detail

      • getMax

        public int getMax()
      • setMax

        public void setMax​(int m_)
      • serialize

        public void serialize​(OutputArchive a_,
                              java.lang.String tag)
                       throws java.io.IOException
        Specified by:
        serialize in interface Record
        Throws:
        java.io.IOException
      • deserialize

        public void deserialize​(InputArchive a_,
                                java.lang.String tag)
                         throws java.io.IOException
        Specified by:
        deserialize in interface 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()