Class ByIdsRpcQuery.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class ByIdsRpcQuery.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for ByIdsRpcQuery instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public Object keyIds
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object getKeyIds() Gets the value of the 'keyIds' field.
      ByIdsRpcQuery.Builder setKeyIds(Object value) Sets the value of the 'keyIds' field.
      boolean hasKeyIds() Checks whether the 'keyIds' field has been set.
      ByIdsRpcQuery.Builder clearKeyIds() Clears the value of the 'keyIds' field.
      ByIdsRpcQuery build()
      • Methods inherited from class org.apache.avro.data.RecordBuilderBase

        equals, hashCode
      • Methods inherited from class java.lang.Object

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