public static interface EventProtos.RootInputDataInformationEventProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
int | 
getSourceIndex()
optional int32 source_index = 1; | 
int | 
getTargetIndex()
optional int32 target_index = 2; | 
com.google.protobuf.ByteString | 
getUserPayload()
optional bytes user_payload = 3; | 
boolean | 
hasSourceIndex()
optional int32 source_index = 1; | 
boolean | 
hasTargetIndex()
optional int32 target_index = 2; | 
boolean | 
hasUserPayload()
optional bytes user_payload = 3; | 
boolean hasSourceIndex()
optional int32 source_index = 1;int getSourceIndex()
optional int32 source_index = 1;boolean hasTargetIndex()
optional int32 target_index = 2;int getTargetIndex()
optional int32 target_index = 2;boolean hasUserPayload()
optional bytes user_payload = 3;com.google.protobuf.ByteString getUserPayload()
optional bytes user_payload = 3;Copyright © 2016 Apache Software Foundation. All rights reserved.