Package akka.remote

Interface WireFormats.FiniteDurationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      WireFormats.TimeUnit getUnit()
      required .TimeUnit unit = 2;
      long getValue()
      required int64 value = 1;
      boolean hasUnit()
      required .TimeUnit unit = 2;
      boolean hasValue()
      required int64 value = 1;
      • Methods inherited from interface akka.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
    • Method Detail

      • hasValue

        boolean hasValue()
        required int64 value = 1;
      • getValue

        long getValue()
        required int64 value = 1;
      • hasUnit

        boolean hasUnit()
        required .TimeUnit unit = 2;