Class ExecuteCleanup.Builder

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

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

    RecordBuilder for ExecuteCleanup instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public List<String> ids
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      List<String> getIds() Gets the value of the 'ids' field.
      ExecuteCleanup.Builder setIds(List<String> value) Sets the value of the 'ids' field.
      boolean hasIds() Checks whether the 'ids' field has been set.
      ExecuteCleanup.Builder clearIds() Clears the value of the 'ids' field.
      ExecuteCleanup 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