Class CEnumValue.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CEnumValue build()  
      CEnumValue.Builder setById​(int id)
      Set the enum entity from integer value as it was defined in the thrift IDL.
      CEnumValue.Builder setByName​(java.lang.String name)
      Set the enum entity from name as it was written in the thrift IDL.
      boolean valid()
      Check if the enum builder has been given a valid value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait