Interface ContractServiceOuterClass.GetContractRequestOrBuilder

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

public static interface ContractServiceOuterClass.GetContractRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the contract.
    com.google.protobuf.ByteString
    The ID of the contract.
    getQueryingParties(int index)
    The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.
    com.google.protobuf.ByteString
    The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.
    int
    The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.
    The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result.

    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

    • getContractId

      String getContractId()
       The ID of the contract.
       Must be a valid LedgerString (as described in ``value.proto``).
      
       Required
       
      string contract_id = 1;
      Returns:
      The contractId.
    • getContractIdBytes

      com.google.protobuf.ByteString getContractIdBytes()
       The ID of the contract.
       Must be a valid LedgerString (as described in ``value.proto``).
      
       Required
       
      string contract_id = 1;
      Returns:
      The bytes for contractId.
    • getQueryingPartiesList

      List<String> getQueryingPartiesList()
       The list of querying parties
       The stakeholders of the referenced contract must have an intersection with any of these parties
       to return the result.
       If no querying_parties specified, all possible contracts could be returned.
      
       Optional: can be empty
       
      repeated string querying_parties = 2;
      Returns:
      A list containing the queryingParties.
    • getQueryingPartiesCount

      int getQueryingPartiesCount()
       The list of querying parties
       The stakeholders of the referenced contract must have an intersection with any of these parties
       to return the result.
       If no querying_parties specified, all possible contracts could be returned.
      
       Optional: can be empty
       
      repeated string querying_parties = 2;
      Returns:
      The count of queryingParties.
    • getQueryingParties

      String getQueryingParties(int index)
       The list of querying parties
       The stakeholders of the referenced contract must have an intersection with any of these parties
       to return the result.
       If no querying_parties specified, all possible contracts could be returned.
      
       Optional: can be empty
       
      repeated string querying_parties = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The queryingParties at the given index.
    • getQueryingPartiesBytes

      com.google.protobuf.ByteString getQueryingPartiesBytes(int index)
       The list of querying parties
       The stakeholders of the referenced contract must have an intersection with any of these parties
       to return the result.
       If no querying_parties specified, all possible contracts could be returned.
      
       Optional: can be empty
       
      repeated string querying_parties = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the queryingParties at the given index.