Interface LogicmoduleMessages.GetImportedClassesInfoInNamespaceResponseOrBuilder

    • Method Detail

      • getImportedClassesCount

        int getImportedClassesCount()
        map<string, string> importedClasses = 1;
      • containsImportedClasses

        boolean containsImportedClasses​(String key)
        map<string, string> importedClasses = 1;
      • getImportedClassesMap

        Map<String,​String> getImportedClassesMap()
        map<string, string> importedClasses = 1;
      • getImportedClassesOrDefault

        String getImportedClassesOrDefault​(String key,
                                           String defaultValue)
        map<string, string> importedClasses = 1;
      • getImportedClassesOrThrow

        String getImportedClassesOrThrow​(String key)
        map<string, string> importedClasses = 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.