Uses of Class
com.exonum.messages.core.runtime.Base.CallInfo
| Package | Description |
|---|---|
| com.exonum.messages.core.runtime |
-
Uses of Base.CallInfo in com.exonum.messages.core.runtime
Methods in com.exonum.messages.core.runtime that return Base.CallInfo Modifier and Type Method Description Base.CallInfoBase.CallInfo.Builder. build()Base.CallInfoBase.CallInfo.Builder. buildPartial()Base.CallInfoBase.AnyTx.Builder. getCallInfo()Information required for the call of the corresponding executor.Base.CallInfoBase.AnyTx. getCallInfo()Information required for the call of the corresponding executor.Base.CallInfoBase.AnyTxOrBuilder. getCallInfo()Information required for the call of the corresponding executor.static Base.CallInfoBase.CallInfo. getDefaultInstance()Base.CallInfoBase.CallInfo.Builder. getDefaultInstanceForType()Base.CallInfoBase.CallInfo. getDefaultInstanceForType()static Base.CallInfoBase.CallInfo. parseDelimitedFrom(java.io.InputStream input)static Base.CallInfoBase.CallInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.CallInfoBase.CallInfo. parseFrom(byte[] data)static Base.CallInfoBase.CallInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.CallInfoBase.CallInfo. parseFrom(com.google.protobuf.ByteString data)static Base.CallInfoBase.CallInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.CallInfoBase.CallInfo. parseFrom(com.google.protobuf.CodedInputStream input)static Base.CallInfoBase.CallInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.CallInfoBase.CallInfo. parseFrom(java.io.InputStream input)static Base.CallInfoBase.CallInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Base.CallInfoBase.CallInfo. parseFrom(java.nio.ByteBuffer data)static Base.CallInfoBase.CallInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.exonum.messages.core.runtime that return types with arguments of type Base.CallInfo Modifier and Type Method Description com.google.protobuf.Parser<Base.CallInfo>Base.CallInfo. getParserForType()static com.google.protobuf.Parser<Base.CallInfo>Base.CallInfo. parser()Methods in com.exonum.messages.core.runtime with parameters of type Base.CallInfo Modifier and Type Method Description Base.AnyTx.BuilderBase.AnyTx.Builder. mergeCallInfo(Base.CallInfo value)Information required for the call of the corresponding executor.Base.CallInfo.BuilderBase.CallInfo.Builder. mergeFrom(Base.CallInfo other)static Base.CallInfo.BuilderBase.CallInfo. newBuilder(Base.CallInfo prototype)Base.AnyTx.BuilderBase.AnyTx.Builder. setCallInfo(Base.CallInfo value)Information required for the call of the corresponding executor.