{
  "id": "Reports.reportfact",
  "nodeType": "class",
  "name": "ReportFact",
  "namespace": "Reports",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "ReportFact",
    "textToLower": "reportfact",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_ReportFact_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Contains the fact map for the report, which represents the report’s data values.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_reportfact.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getaggregates()": {
      "id": "Reports.reportfact.method.getaggregates()",
      "nodeType": "method",
      "name": "getAggregates",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getAggregates",
        "textToLower": "getaggregates",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getAggregates_-1:0"
      },
      "parentId": "Reports.reportfact",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public List<Reports.SummaryValue> getAggregates()",
      "overrideSignature": "public override List<Reports.SummaryValue> getAggregates()",
      "simplifiedSignature": "getAggregates()",
      "datatype": {
        "id": "Reports.reportfact.getaggregates.datatype.List<Reports.SummaryValue>",
        "nodeType": "datatype",
        "name": "List<Reports.SummaryValue>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "Reports.reportfact.getaggregates",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "Reports.reportfact.getaggregates.datatype.List<Reports.SummaryValue>.value.Reports.SummaryValue",
          "nodeType": "datatype",
          "name": "Reports.SummaryValue",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Reports",
            "textToLower": "reports",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 19
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Reports_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Reports.SummaryValue"
        }
      },
      "description": "Returns summary-level data for a report, including the record count.",
      "parentName": "ReportFact",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getkey()": {
      "id": "Reports.reportfact.method.getkey()",
      "nodeType": "method",
      "name": "getKey",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getKey",
        "textToLower": "getkey",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getKey_-1:0"
      },
      "parentId": "Reports.reportfact",
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public String getKey()",
      "overrideSignature": "public override String getKey()",
      "simplifiedSignature": "getKey()",
      "datatype": {
        "id": "Reports.reportfact.getkey.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "Reports.reportfact.getkey",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the unique identifier for a row or column grouping. This identifier can be used to index specific data values within each grouping.",
      "parentName": "ReportFact",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 2,
  "queries": []
}