Interface Protocol.SleepCommandMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Protocol.SleepCommandMessage, Protocol.SleepCommandMessage.Builder
Enclosing class:
Protocol

public static interface Protocol.SleepCommandMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    string name = 12;
    com.google.protobuf.ByteString
    string name = 12;
    int
    uint32 result_completion_id = 11;
    long
    Wake up time.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder Link icon

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder Link icon

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details Link icon

    • getWakeUpTime Link icon

      long getWakeUpTime()
       Wake up time.
       The time is set as duration since UNIX Epoch.
       
      uint64 wake_up_time = 1;
      Returns:
      The wakeUpTime.
    • getResultCompletionId Link icon

      int getResultCompletionId()
      uint32 result_completion_id = 11;
      Returns:
      The resultCompletionId.
    • getName Link icon

      String getName()
      string name = 12;
      Returns:
      The name.
    • getNameBytes Link icon

      com.google.protobuf.ByteString getNameBytes()
      string name = 12;
      Returns:
      The bytes for name.