Interface LogicmoduleMessages.GetStubsRequestOrBuilder

    • Method Detail

      • getApplicantAccountID

        String getApplicantAccountID()
        string applicantAccountID = 1;
        Returns:
        The applicantAccountID.
      • getApplicantAccountIDBytes

        com.google.protobuf.ByteString getApplicantAccountIDBytes()
        string applicantAccountID = 1;
        Returns:
        The bytes for applicantAccountID.
      • hasCredentials

        boolean hasCredentials()
        .dataclay.communication.grpc.common.Credential credentials = 2;
        Returns:
        Whether the credentials field is set.
      • getCredentials

        CommonMessages.Credential getCredentials()
        .dataclay.communication.grpc.common.Credential credentials = 2;
        Returns:
        The credentials.
      • getLanguageValue

        int getLanguageValue()
        .dataclay.communication.grpc.common.Langs language = 3;
        Returns:
        The enum numeric value on the wire for language.
      • getLanguage

        CommonMessages.Langs getLanguage()
        .dataclay.communication.grpc.common.Langs language = 3;
        Returns:
        The language.
      • getContractIDsList

        List<String> getContractIDsList()
        repeated string contractIDs = 4;
        Returns:
        A list containing the contractIDs.
      • getContractIDsCount

        int getContractIDsCount()
        repeated string contractIDs = 4;
        Returns:
        The count of contractIDs.
      • getContractIDs

        String getContractIDs​(int index)
        repeated string contractIDs = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The contractIDs at the given index.
      • getContractIDsBytes

        com.google.protobuf.ByteString getContractIDsBytes​(int index)
        repeated string contractIDs = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the contractIDs at the given index.