public static interface JBPMMessages.IterationLevelOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getId()
optional string id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 1; |
int |
getLevel()
optional int32 level = 2; |
boolean |
hasId()
optional string id = 1; |
boolean |
hasLevel()
optional int32 level = 2; |
boolean hasId()
optional string id = 1;
String getId()
optional string id = 1;
com.google.protobuf.ByteString getIdBytes()
optional string id = 1;
boolean hasLevel()
optional int32 level = 2;
int getLevel()
optional int32 level = 2;
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.