Package com.exonum.core.messages
Interface Runtime.ArtifactStateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Runtime.ArtifactState,Runtime.ArtifactState.Builder
- Enclosing class:
- Runtime
public static interface Runtime.ArtifactStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and Type Method Description Runtime.ArtifactSpecgetSpec().exonum.runtime.ArtifactSpec spec = 1;Runtime.ArtifactSpecOrBuildergetSpecOrBuilder().exonum.runtime.ArtifactSpec spec = 1;Runtime.ArtifactStatusgetStatus().exonum.runtime.ArtifactStatus status = 2;intgetStatusValue().exonum.runtime.ArtifactStatus status = 2;booleanhasSpec().exonum.runtime.ArtifactSpec spec = 1;Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSpec
boolean hasSpec().exonum.runtime.ArtifactSpec spec = 1;- Returns:
- Whether the spec field is set.
-
getSpec
Runtime.ArtifactSpec getSpec().exonum.runtime.ArtifactSpec spec = 1;- Returns:
- The spec.
-
getSpecOrBuilder
Runtime.ArtifactSpecOrBuilder getSpecOrBuilder().exonum.runtime.ArtifactSpec spec = 1; -
getStatusValue
int getStatusValue().exonum.runtime.ArtifactStatus status = 2;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Runtime.ArtifactStatus getStatus().exonum.runtime.ArtifactStatus status = 2;- Returns:
- The status.
-