org.drools.marshalling.impl
Interface ProtobufMessages.Timers.ExpireTimerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Timers.ExpireTimer, ProtobufMessages.Timers.ExpireTimer.Builder
Enclosing class:
ProtobufMessages.Timers

public static interface ProtobufMessages.Timers.ExpireTimerOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 int getHandleId()
          optional int32 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 int32 handle_id = 1;
 boolean hasNextFireTimestamp()
          optional int64 next_fire_timestamp = 4;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasHandleId

boolean hasHandleId()
optional int32 handle_id = 1;


getHandleId

int getHandleId()
optional int32 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;



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.