Interface ProtobufMessages.Timers.BehaviorTimerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Timers.BehaviorTimer,ProtobufMessages.Timers.BehaviorTimer.Builder
- Enclosing class:
- ProtobufMessages.Timers
public static interface ProtobufMessages.Timers.BehaviorTimerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDEPRECATEDBehaviorIndex()optional int32 DEPRECATED_behavior_index = 2;intgetDEPRECATEDNodeId()optional int32 DEPRECATED_node_id = 1;longgetHandleId()optional int64 handle_id = 3;booleanhasDEPRECATEDBehaviorIndex()optional int32 DEPRECATED_behavior_index = 2;booleanhasDEPRECATEDNodeId()optional int32 DEPRECATED_node_id = 1;booleanhasHandleId()optional int64 handle_id = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDEPRECATEDNodeId
boolean hasDEPRECATEDNodeId()
optional int32 DEPRECATED_node_id = 1;
-
getDEPRECATEDNodeId
int getDEPRECATEDNodeId()
optional int32 DEPRECATED_node_id = 1;
-
hasDEPRECATEDBehaviorIndex
boolean hasDEPRECATEDBehaviorIndex()
optional int32 DEPRECATED_behavior_index = 2;
-
getDEPRECATEDBehaviorIndex
int getDEPRECATEDBehaviorIndex()
optional int32 DEPRECATED_behavior_index = 2;
-
hasHandleId
boolean hasHandleId()
optional int64 handle_id = 3;
-
getHandleId
long getHandleId()
optional int64 handle_id = 3;
-
-