Interface Contracts.ConsiderationProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Contracts.ConsiderationProto,Contracts.ConsiderationProto.Builder
- Enclosing class:
- Contracts
public static interface Contracts.ConsiderationProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConsiderationName()string consideration_name = 1;com.google.protobuf.ByteStringgetConsiderationNameBytes()string consideration_name = 1;Contracts.ProposedRecordgetInputs(int index)Data pushed to a consideration that will ultimately match the output_spec of the considerationintgetInputsCount()Data pushed to a consideration that will ultimately match the output_spec of the considerationjava.util.List<Contracts.ProposedRecord>getInputsList()Data pushed to a consideration that will ultimately match the output_spec of the considerationContracts.ProposedRecordOrBuildergetInputsOrBuilder(int index)Data pushed to a consideration that will ultimately match the output_spec of the considerationjava.util.List<? extends Contracts.ProposedRecordOrBuilder>getInputsOrBuilderList()Data pushed to a consideration that will ultimately match the output_spec of the considerationContracts.ExecutionResultgetResult().io.provenance.scope.contract.ExecutionResult result = 3;Contracts.ExecutionResultOrBuildergetResultOrBuilder().io.provenance.scope.contract.ExecutionResult result = 3;booleanhasResult().io.provenance.scope.contract.ExecutionResult result = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConsiderationName
java.lang.String getConsiderationName()
string consideration_name = 1;- Returns:
- The considerationName.
-
getConsiderationNameBytes
com.google.protobuf.ByteString getConsiderationNameBytes()
string consideration_name = 1;- Returns:
- The bytes for considerationName.
-
getInputsList
java.util.List<Contracts.ProposedRecord> getInputsList()
Data pushed to a consideration that will ultimately match the output_spec of the consideration
repeated .io.provenance.scope.contract.ProposedRecord inputs = 2;
-
getInputs
Contracts.ProposedRecord getInputs(int index)
Data pushed to a consideration that will ultimately match the output_spec of the consideration
repeated .io.provenance.scope.contract.ProposedRecord inputs = 2;
-
getInputsCount
int getInputsCount()
Data pushed to a consideration that will ultimately match the output_spec of the consideration
repeated .io.provenance.scope.contract.ProposedRecord inputs = 2;
-
getInputsOrBuilderList
java.util.List<? extends Contracts.ProposedRecordOrBuilder> getInputsOrBuilderList()
Data pushed to a consideration that will ultimately match the output_spec of the consideration
repeated .io.provenance.scope.contract.ProposedRecord inputs = 2;
-
getInputsOrBuilder
Contracts.ProposedRecordOrBuilder getInputsOrBuilder(int index)
Data pushed to a consideration that will ultimately match the output_spec of the consideration
repeated .io.provenance.scope.contract.ProposedRecord inputs = 2;
-
hasResult
boolean hasResult()
.io.provenance.scope.contract.ExecutionResult result = 3;- Returns:
- Whether the result field is set.
-
getResult
Contracts.ExecutionResult getResult()
.io.provenance.scope.contract.ExecutionResult result = 3;- Returns:
- The result.
-
getResultOrBuilder
Contracts.ExecutionResultOrBuilder getResultOrBuilder()
.io.provenance.scope.contract.ExecutionResult result = 3;
-
-