Class FindEntities.Builder

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

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

    RecordBuilder for FindEntities instances.

    • Constructor Detail

    • Method Detail

      • getEntityClassName

         String getEntityClassName()

        Gets the value of the 'entityClassName' field. The fully qualified entity class name

      • getIds

         List<ByteBuffer> getIds()

        Gets the value of the 'ids' field. The serialized ids of the entities to find, each in AMQP format

      • setIds

         FindEntities.Builder setIds(List<ByteBuffer> value)

        Sets the value of the 'ids' field. The serialized ids of the entities to find, each in AMQP format

        Parameters:
        value - The value of 'ids'.
      • hasEntityClassName

         boolean hasEntityClassName()

        Checks whether the 'entityClassName' field has been set. The fully qualified entity class name

      • hasIds

         boolean hasIds()

        Checks whether the 'ids' field has been set. The serialized ids of the entities to find, each in AMQP format

      • clearIds

         FindEntities.Builder clearIds()

        Clears the value of the 'ids' field. The serialized ids of the entities to find, each in AMQP format