Interface MagicBytesLengthAccessor.MagicBytesLengthBuilder<B extends MagicBytesLengthAccessor.MagicBytesLengthBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Implementing Classes:
TransmissionMetrics.Builder
Enclosing interface:
MagicBytesLengthAccessor

public static interface MagicBytesLengthAccessor.MagicBytesLengthBuilder<B extends MagicBytesLengthAccessor.MagicBytesLengthBuilder<B>>
Provides a builder method for a magic bytes length property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withMagicBytesLength(int aMagicBytesLength)
    Sets the magic bytes length for the magic bytes magic bytes length property.
  • Method Details

    • withMagicBytesLength

      B withMagicBytesLength(int aMagicBytesLength)
      Sets the magic bytes length for the magic bytes magic bytes length property.
      Parameters:
      aMagicBytesLength - The magic bytes length to be stored by the magic bytes length property.
      Returns:
      The builder for applying multiple build operations.