Class FieldRef

  • All Implemented Interfaces:
    com.microsoft.thrifty.Struct

    public final class FieldRef
    extends java.lang.Object
    implements com.microsoft.thrifty.Struct
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FieldRef.Builder  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      java.lang.String toString()  
      void write​(com.microsoft.thrifty.protocol.Protocol protocol)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • declaringClass

        @ThriftField(fieldId=1)
        public final java.lang.String declaringClass
      • fieldType

        @ThriftField(fieldId=2)
        public final java.lang.String fieldType
      • fieldName

        @ThriftField(fieldId=3)
        public final java.lang.String fieldName
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

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

        public void write​(com.microsoft.thrifty.protocol.Protocol protocol)
                   throws java.io.IOException
        Specified by:
        write in interface com.microsoft.thrifty.Struct
        Throws:
        java.io.IOException