Package com.exonum.core.messages
Interface Runtime.ArtifactSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Runtime.ArtifactSpec,Runtime.ArtifactSpec.Builder
- Enclosing class:
- Runtime
public static interface Runtime.ArtifactSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Runtime.ArtifactIdgetArtifact().exonum.runtime.ArtifactId artifact = 1;Runtime.ArtifactIdOrBuildergetArtifactOrBuilder().exonum.runtime.ArtifactId artifact = 1;com.google.protobuf.ByteStringgetPayload()bytes payload = 2;booleanhasArtifact().exonum.runtime.ArtifactId artifact = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasArtifact
boolean hasArtifact().exonum.runtime.ArtifactId artifact = 1;- Returns:
- Whether the artifact field is set.
-
getArtifact
Runtime.ArtifactId getArtifact().exonum.runtime.ArtifactId artifact = 1;- Returns:
- The artifact.
-
getArtifactOrBuilder
Runtime.ArtifactIdOrBuilder getArtifactOrBuilder().exonum.runtime.ArtifactId artifact = 1; -
getPayload
com.google.protobuf.ByteString getPayload()bytes payload = 2;- Returns:
- The payload.
-