public static interface OmniLedgerProto.InvokeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.Argument |
getArgs(int index)
args holds all data necessary for the successful execution of the command.
|
int |
getArgsCount()
args holds all data necessary for the successful execution of the command.
|
List<OmniLedgerProto.Argument> |
getArgsList()
args holds all data necessary for the successful execution of the command.
|
OmniLedgerProto.ArgumentOrBuilder |
getArgsOrBuilder(int index)
args holds all data necessary for the successful execution of the command.
|
List<? extends OmniLedgerProto.ArgumentOrBuilder> |
getArgsOrBuilderList()
args holds all data necessary for the successful execution of the command.
|
String |
getCommand()
Command is object specific and interpreted by the object.
|
com.google.protobuf.ByteString |
getCommandBytes()
Command is object specific and interpreted by the object.
|
boolean |
hasCommand()
Command is object specific and interpreted by the object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommand()
Command is object specific and interpreted by the object.
required string command = 1;String getCommand()
Command is object specific and interpreted by the object.
required string command = 1;com.google.protobuf.ByteString getCommandBytes()
Command is object specific and interpreted by the object.
required string command = 1;List<OmniLedgerProto.Argument> getArgsList()
args holds all data necessary for the successful execution of the command.
repeated .omniledger.Argument args = 2;OmniLedgerProto.Argument getArgs(int index)
args holds all data necessary for the successful execution of the command.
repeated .omniledger.Argument args = 2;int getArgsCount()
args holds all data necessary for the successful execution of the command.
repeated .omniledger.Argument args = 2;List<? extends OmniLedgerProto.ArgumentOrBuilder> getArgsOrBuilderList()
args holds all data necessary for the successful execution of the command.
repeated .omniledger.Argument args = 2;OmniLedgerProto.ArgumentOrBuilder getArgsOrBuilder(int index)
args holds all data necessary for the successful execution of the command.
repeated .omniledger.Argument args = 2;Copyright © 2018. All rights reserved.