Interface TimeStampAccessor.TimeStampBuilder<B extends TimeStampAccessor.TimeStampBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
TimeStampAccessor

public static interface TimeStampAccessor.TimeStampBuilder<B extends TimeStampAccessor.TimeStampBuilder<B>>
Provides a builder method for a timeStamp property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTimeStamp(double aTimeMillis)
    Sets the time stamp for the time stamp property.
  • Method Details

    • withTimeStamp

      B withTimeStamp(double aTimeMillis)
      Sets the time stamp for the time stamp property.
      Parameters:
      aTimeMillis - The timeStamp to be stored by the time stamp property.
      Returns:
      The builder for applying multiple build operations.