Interface Specifications.FunctionSpecOrBuilder

    • Method Detail

      • getFuncName

        java.lang.String getFuncName()
        string func_name = 1;
        Returns:
        The funcName.
      • getFuncNameBytes

        com.google.protobuf.ByteString getFuncNameBytes()
        string func_name = 1;
        Returns:
        The bytes for funcName.
      • getInvokerPartyValue

        int getInvokerPartyValue()
        .io.provenance.scope.contract.PartyType invoker_party = 5;
        Returns:
        The enum numeric value on the wire for invokerParty.
      • getInvokerParty

        Specifications.PartyType getInvokerParty()
        .io.provenance.scope.contract.PartyType invoker_party = 5;
        Returns:
        The invokerParty.
      • getInputSpecsList

        java.util.List<Commons.DefinitionSpec> getInputSpecsList()
        repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;
      • getInputSpecs

        Commons.DefinitionSpec getInputSpecs​(int index)
        repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;
      • getInputSpecsCount

        int getInputSpecsCount()
        repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;
      • getInputSpecsOrBuilderList

        java.util.List<? extends Commons.DefinitionSpecOrBuilder> getInputSpecsOrBuilderList()
        repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;
      • getInputSpecsOrBuilder

        Commons.DefinitionSpecOrBuilder getInputSpecsOrBuilder​(int index)
        repeated .io.provenance.scope.contract.DefinitionSpec input_specs = 3;
      • hasOutputSpec

        boolean hasOutputSpec()
        .io.provenance.scope.contract.OutputSpec output_spec = 4;
        Returns:
        Whether the outputSpec field is set.
      • getOutputSpec

        Commons.OutputSpec getOutputSpec()
        .io.provenance.scope.contract.OutputSpec output_spec = 4;
        Returns:
        The outputSpec.
      • getOutputSpecOrBuilder

        Commons.OutputSpecOrBuilder getOutputSpecOrBuilder()
        .io.provenance.scope.contract.OutputSpec output_spec = 4;