Interface Contracts.ExecutionResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Contracts.ExecutionResult, Contracts.ExecutionResult.Builder
Enclosing class:
Contracts

public static interface Contracts.ExecutionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string error_message = 4;
    com.google.protobuf.ByteString
    string error_message = 4;
    .io.provenance.scope.contract.ProposedRecord output = 1;
    .io.provenance.scope.contract.ProposedRecord output = 1;
    .google.protobuf.Timestamp recorded_at = 3;
    .google.protobuf.Timestamp recorded_at = 3;
    .io.provenance.scope.contract.ExecutionResult.Result result = 2;
    int
    .io.provenance.scope.contract.ExecutionResult.Result result = 2;
    boolean
    .io.provenance.scope.contract.ProposedRecord output = 1;
    boolean
    .google.protobuf.Timestamp recorded_at = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasOutput

      boolean hasOutput()
      .io.provenance.scope.contract.ProposedRecord output = 1;
      Returns:
      Whether the output field is set.
    • getOutput

      .io.provenance.scope.contract.ProposedRecord output = 1;
      Returns:
      The output.
    • getOutputOrBuilder

      Contracts.ProposedRecordOrBuilder getOutputOrBuilder()
      .io.provenance.scope.contract.ProposedRecord output = 1;
    • getResultValue

      int getResultValue()
      .io.provenance.scope.contract.ExecutionResult.Result result = 2;
      Returns:
      The enum numeric value on the wire for result.
    • getResult

      .io.provenance.scope.contract.ExecutionResult.Result result = 2;
      Returns:
      The result.
    • hasRecordedAt

      boolean hasRecordedAt()
      .google.protobuf.Timestamp recorded_at = 3;
      Returns:
      Whether the recordedAt field is set.
    • getRecordedAt

      Timestamp getRecordedAt()
      .google.protobuf.Timestamp recorded_at = 3;
      Returns:
      The recordedAt.
    • getRecordedAtOrBuilder

      TimestampOrBuilder getRecordedAtOrBuilder()
      .google.protobuf.Timestamp recorded_at = 3;
    • getErrorMessage

      String getErrorMessage()
      string error_message = 4;
      Returns:
      The errorMessage.
    • getErrorMessageBytes

      com.google.protobuf.ByteString getErrorMessageBytes()
      string error_message = 4;
      Returns:
      The bytes for errorMessage.