Interface LogicmoduleMessages.GetContractIDsOfApplicantResponseOrBuilder

    • Method Detail

      • getContractsCount

        int getContractsCount()
        map<string, string> contracts = 1;
      • containsContracts

        boolean containsContracts​(String key)
        map<string, string> contracts = 1;
      • getContractsMap

        Map<String,​String> getContractsMap()
        map<string, string> contracts = 1;
      • getContractsOrDefault

        String getContractsOrDefault​(String key,
                                     String defaultValue)
        map<string, string> contracts = 1;
      • getContractsOrThrow

        String getContractsOrThrow​(String key)
        map<string, string> contracts = 1;
      • hasExcInfo

        boolean hasExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        Whether the excInfo field is set.
      • getExcInfo

        CommonMessages.ExceptionInfo getExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        The excInfo.