Interface Generated.SleepActionOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.SleepAction, Generated.SleepAction.Builder
    Enclosing class:
    Generated

    public static interface Generated.SleepActionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSeconds()
      Seconds is the number of seconds to sleep.
      boolean hasSeconds()
      Seconds is the number of seconds to sleep.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

      • hasSeconds

        boolean hasSeconds()
         Seconds is the number of seconds to sleep.
         
        optional int64 seconds = 1;
        Returns:
        Whether the seconds field is set.
      • getSeconds

        long getSeconds()
         Seconds is the number of seconds to sleep.
         
        optional int64 seconds = 1;
        Returns:
        The seconds.