public static interface OmniLedgerProto.SpawnOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
OmniLedgerProto.Argument |
getArgs(int index)
args holds all data necessary to spawn the new object.
|
int |
getArgsCount()
args holds all data necessary to spawn the new object.
|
List<OmniLedgerProto.Argument> |
getArgsList()
args holds all data necessary to spawn the new object.
|
OmniLedgerProto.ArgumentOrBuilder |
getArgsOrBuilder(int index)
args holds all data necessary to spawn the new object.
|
List<? extends OmniLedgerProto.ArgumentOrBuilder> |
getArgsOrBuilderList()
args holds all data necessary to spawn the new object.
|
String |
getContractid()
ContractID represents the kind of contract that needs to be spawn.
|
com.google.protobuf.ByteString |
getContractidBytes()
ContractID represents the kind of contract that needs to be spawn.
|
boolean |
hasContractid()
ContractID represents the kind of contract that needs to be spawn.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasContractid()
ContractID represents the kind of contract that needs to be spawn.
required string contractid = 1;String getContractid()
ContractID represents the kind of contract that needs to be spawn.
required string contractid = 1;com.google.protobuf.ByteString getContractidBytes()
ContractID represents the kind of contract that needs to be spawn.
required string contractid = 1;List<OmniLedgerProto.Argument> getArgsList()
args holds all data necessary to spawn the new object.
repeated .omniledger.Argument args = 2;OmniLedgerProto.Argument getArgs(int index)
args holds all data necessary to spawn the new object.
repeated .omniledger.Argument args = 2;int getArgsCount()
args holds all data necessary to spawn the new object.
repeated .omniledger.Argument args = 2;List<? extends OmniLedgerProto.ArgumentOrBuilder> getArgsOrBuilderList()
args holds all data necessary to spawn the new object.
repeated .omniledger.Argument args = 2;OmniLedgerProto.ArgumentOrBuilder getArgsOrBuilder(int index)
args holds all data necessary to spawn the new object.
repeated .omniledger.Argument args = 2;Copyright © 2018. All rights reserved.