public static interface TransactionProto.InvokeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TransactionProto.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<TransactionProto.Argument> |
getArgsList()
args holds all data necessary for the successful execution of the command.
|
TransactionProto.ArgumentOrBuilder |
getArgsOrBuilder(int index)
args holds all data necessary for the successful execution of the command.
|
List<? extends TransactionProto.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<TransactionProto.Argument> getArgsList()
args holds all data necessary for the successful execution of the command.
repeated .Argument args = 2;TransactionProto.Argument getArgs(int index)
args holds all data necessary for the successful execution of the command.
repeated .Argument args = 2;int getArgsCount()
args holds all data necessary for the successful execution of the command.
repeated .Argument args = 2;List<? extends TransactionProto.ArgumentOrBuilder> getArgsOrBuilderList()
args holds all data necessary for the successful execution of the command.
repeated .Argument args = 2;TransactionProto.ArgumentOrBuilder getArgsOrBuilder(int index)
args holds all data necessary for the successful execution of the command.
repeated .Argument args = 2;Copyright © 2018. All rights reserved.