Interface ProtobufMessages.Timers.ExpireTimerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getClassName()
      optional string class_name = 3;
      com.google.protobuf.ByteString getClassNameBytes()
      optional string class_name = 3;
      String getEntryPointId()
      optional string entry_point_id = 2;
      com.google.protobuf.ByteString getEntryPointIdBytes()
      optional string entry_point_id = 2;
      long getHandleId()
      optional int64 handle_id = 1;
      long getNextFireTimestamp()
      optional int64 next_fire_timestamp = 4;
      boolean hasClassName()
      optional string class_name = 3;
      boolean hasEntryPointId()
      optional string entry_point_id = 2;
      boolean hasHandleId()
      optional int64 handle_id = 1;
      boolean hasNextFireTimestamp()
      optional int64 next_fire_timestamp = 4;
      • 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

      • hasHandleId

        boolean hasHandleId()
        optional int64 handle_id = 1;
      • getHandleId

        long getHandleId()
        optional int64 handle_id = 1;
      • hasEntryPointId

        boolean hasEntryPointId()
        optional string entry_point_id = 2;
      • getEntryPointId

        String getEntryPointId()
        optional string entry_point_id = 2;
      • getEntryPointIdBytes

        com.google.protobuf.ByteString getEntryPointIdBytes()
        optional string entry_point_id = 2;
      • hasClassName

        boolean hasClassName()
        optional string class_name = 3;
      • getClassName

        String getClassName()
        optional string class_name = 3;
      • getClassNameBytes

        com.google.protobuf.ByteString getClassNameBytes()
        optional string class_name = 3;
      • hasNextFireTimestamp

        boolean hasNextFireTimestamp()
        optional int64 next_fire_timestamp = 4;
      • getNextFireTimestamp

        long getNextFireTimestamp()
        optional int64 next_fire_timestamp = 4;