Class ChangeDetails.Builder

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

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

    RecordBuilder for ChangeDetails instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getUpdateTimestamp

         Instant getUpdateTimestamp()

        Gets the value of the 'updateTimestamp' field. Time ([Instant]) in milliseconds when this entity was last updated.

      • setUpdateTimestamp

         ChangeDetails.Builder setUpdateTimestamp(Instant value)

        Sets the value of the 'updateTimestamp' field. Time ([Instant]) in milliseconds when this entity was last updated.

        Parameters:
        value - The value of 'updateTimestamp'.
      • hasUpdateTimestamp

         boolean hasUpdateTimestamp()

        Checks whether the 'updateTimestamp' field has been set. Time ([Instant]) in milliseconds when this entity was last updated.