{
  "id": "Reports.toprows",
  "nodeType": "class",
  "name": "TopRows",
  "namespace": "Reports",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "TopRows",
    "textToLower": "toprows",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_TopRows_-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 methods and constructors for working with information about a row limit filter.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_reports_TopRows.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {},
  "methods": {
    "getdirection()": {
      "id": "Reports.toprows.method.getdirection()",
      "nodeType": "method",
      "name": "getDirection",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getDirection",
        "textToLower": "getdirection",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getDirection_-1:0"
      },
      "parentId": "Reports.toprows",
      "order": 1,
      "memberOrder": 3,
      "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 Reports.ColumnSortOrder getDirection()",
      "overrideSignature": "public override Reports.ColumnSortOrder getDirection()",
      "simplifiedSignature": "getDirection()",
      "datatype": {
        "id": "Reports.toprows.getdirection.datatype.Reports.ColumnSortOrder",
        "nodeType": "datatype",
        "name": "Reports.ColumnSortOrder",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "Reports",
          "textToLower": "reports",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Reports_0:7"
        },
        "parentId": "Reports.toprows.getdirection",
        "order": 0,
        "memberOrder": 0,
        "type": "Reports.ColumnSortOrder"
      },
      "description": "Returns the sort order of the report rows.",
      "parentName": "TopRows",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getrowlimit()": {
      "id": "Reports.toprows.method.getrowlimit()",
      "nodeType": "method",
      "name": "getRowLimit",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getRowLimit",
        "textToLower": "getrowlimit",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getRowLimit_-1:0"
      },
      "parentId": "Reports.toprows",
      "order": 2,
      "memberOrder": 4,
      "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 Integer getRowLimit()",
      "overrideSignature": "public override Integer getRowLimit()",
      "simplifiedSignature": "getRowLimit()",
      "datatype": {
        "id": "Reports.toprows.getrowlimit.datatype.Integer",
        "nodeType": "datatype",
        "name": "Integer",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Integer",
          "textToLower": "integer",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Integer_0:7"
        },
        "parentId": "Reports.toprows.getrowlimit",
        "order": 0,
        "memberOrder": 0,
        "type": "Integer"
      },
      "description": "Returns the maximum number of rows shown in the report.",
      "parentName": "TopRows",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "setdirection(string)": {
      "id": "Reports.toprows.method.setdirection(string)",
      "nodeType": "method",
      "name": "setDirection",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setDirection",
        "textToLower": "setdirection",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setDirection_-1:0"
      },
      "parentId": "Reports.toprows",
      "order": 3,
      "memberOrder": 5,
      "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 void setDirection(String value)",
      "overrideSignature": "public override void setDirection(String value)",
      "simplifiedSignature": "setDirection(String)",
      "datatype": {
        "id": "Reports.toprows.setdirection.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "Reports.toprows.setdirection",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the sort order of the report’s rows.",
      "parentName": "TopRows",
      "variables": {},
      "params": {
        "value": {
          "id": "Reports.toprows.method.setdirection(string).varParam.value",
          "nodeType": "variable",
          "name": "value",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "value",
            "textToLower": "value",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 32
              },
              "end": {
                "line": 0,
                "character": 37
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_value_0:32"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "value",
            "textToLower": "value",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 32
              },
              "end": {
                "line": 0,
                "character": 37
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_value_0:32"
          },
          "parentId": "Reports.toprows.method.setdirection(string)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Reports.toprows.setdirection.datatype.String",
            "nodeType": "datatype",
            "name": "String",
            "startToken": {
              "type": "datatype.primitive",
              "text": "String",
              "textToLower": "string",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 25
                },
                "end": {
                  "line": 0,
                  "character": 31
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_String_0:25"
            },
            "parentId": "Reports.toprows.setdirection",
            "order": 0,
            "memberOrder": 0,
            "type": "String"
          },
          "description": "For possible values, see Reports.ColumnSortOrder.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setdirection(reports.columnsortorder)": {
      "id": "Reports.toprows.method.setdirection(reports.columnsortorder)",
      "nodeType": "method",
      "name": "setDirection",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setDirection",
        "textToLower": "setdirection",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setDirection_-1:0"
      },
      "parentId": "Reports.toprows",
      "order": 4,
      "memberOrder": 6,
      "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 void setDirection(Reports.ColumnSortOrder direction)",
      "overrideSignature": "public override void setDirection(Reports.ColumnSortOrder direction)",
      "simplifiedSignature": "setDirection(Reports.ColumnSortOrder)",
      "datatype": {
        "id": "Reports.toprows.setdirection.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "Reports.toprows.setdirection",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the sort order of the report’s rows.",
      "parentName": "TopRows",
      "variables": {},
      "params": {
        "direction": {
          "id": "Reports.toprows.method.setdirection(reports.columnsortorder).varParam.direction",
          "nodeType": "variable",
          "name": "direction",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "direction",
            "textToLower": "direction",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_direction_0:49"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "direction",
            "textToLower": "direction",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 49
              },
              "end": {
                "line": 0,
                "character": 58
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_direction_0:49"
          },
          "parentId": "Reports.toprows.method.setdirection(reports.columnsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Reports.toprows.setdirection.datatype.Reports.ColumnSortOrder",
            "nodeType": "datatype",
            "name": "Reports.ColumnSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Reports",
              "textToLower": "reports",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 25
                },
                "end": {
                  "line": 0,
                  "character": 32
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Reports_0:25"
            },
            "parentId": "Reports.toprows.setdirection",
            "order": 0,
            "memberOrder": 0,
            "type": "Reports.ColumnSortOrder"
          },
          "description": "",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "setrowlimit(integer)": {
      "id": "Reports.toprows.method.setrowlimit(integer)",
      "nodeType": "method",
      "name": "setRowLimit",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "setRowLimit",
        "textToLower": "setrowlimit",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_setRowLimit_-1:0"
      },
      "parentId": "Reports.toprows",
      "order": 5,
      "memberOrder": 7,
      "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 void setRowLimit(Integer rowLimit)",
      "overrideSignature": "public override void setRowLimit(Integer rowLimit)",
      "simplifiedSignature": "setRowLimit(Integer)",
      "datatype": {
        "id": "Reports.toprows.setrowlimit.datatype.void",
        "nodeType": "datatype",
        "name": "void",
        "startToken": {
          "type": "datatype.primitive",
          "text": "void",
          "textToLower": "void",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_void_0:7"
        },
        "parentId": "Reports.toprows.setrowlimit",
        "order": 0,
        "memberOrder": 0,
        "type": "void"
      },
      "description": "Sets the maximum number of rows included in the report.",
      "parentName": "TopRows",
      "variables": {},
      "params": {
        "rowlimit": {
          "id": "Reports.toprows.method.setrowlimit(integer).varParam.rowlimit",
          "nodeType": "variable",
          "name": "rowLimit",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "rowLimit",
            "textToLower": "rowlimit",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 32
              },
              "end": {
                "line": 0,
                "character": 40
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_rowLimit_0:32"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "rowLimit",
            "textToLower": "rowlimit",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 32
              },
              "end": {
                "line": 0,
                "character": 40
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_rowLimit_0:32"
          },
          "parentId": "Reports.toprows.method.setrowlimit(integer)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Reports.toprows.setrowlimit.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 24
                },
                "end": {
                  "line": 0,
                  "character": 31
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:24"
            },
            "parentId": "Reports.toprows.setrowlimit",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "description": "",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "tostring()": {
      "id": "Reports.toprows.method.tostring()",
      "nodeType": "method",
      "name": "toString",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "toString",
        "textToLower": "tostring",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_toString_-1:0"
      },
      "parentId": "Reports.toprows",
      "order": 6,
      "memberOrder": 8,
      "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 toString()",
      "overrideSignature": "public override String toString()",
      "simplifiedSignature": "toString()",
      "datatype": {
        "id": "Reports.toprows.tostring.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.toprows.tostring",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns a string.",
      "parentName": "TopRows",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {
    "toprows(integer,reports.columnsortorder)": {
      "id": "Reports.toprows.method.toprows(integer,reports.columnsortorder)",
      "nodeType": "constructor",
      "name": "TopRows",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "TopRows",
        "textToLower": "toprows",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_TopRows_-1:0"
      },
      "parentId": "Reports.toprows",
      "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 TopRows(Integer rowLimit, Reports.ColumnSortOrder direction)",
      "overrideSignature": "public override TopRows(Integer rowLimit, Reports.ColumnSortOrder direction)",
      "simplifiedSignature": "TopRows(Integer,Reports.ColumnSortOrder)",
      "description": "Creates an instance of the Reports.TopRows class using the specified parameters.",
      "parentName": "TopRows",
      "variables": {},
      "params": {
        "rowlimit": {
          "id": "Reports.toprows.method.toprows(integer,reports.columnsortorder).varParam.rowlimit",
          "nodeType": "variable",
          "name": "rowLimit",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "rowLimit",
            "textToLower": "rowlimit",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 23
              },
              "end": {
                "line": 0,
                "character": 31
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_rowLimit_0:23"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "rowLimit",
            "textToLower": "rowlimit",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 23
              },
              "end": {
                "line": 0,
                "character": 31
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_rowLimit_0:23"
          },
          "parentId": "Reports.toprows.method.toprows(integer,reports.columnsortorder)",
          "order": 1,
          "memberOrder": 1,
          "datatype": {
            "id": "Reports.toprows.toprows.datatype.Integer",
            "nodeType": "datatype",
            "name": "Integer",
            "startToken": {
              "type": "datatype.primitive",
              "text": "Integer",
              "textToLower": "integer",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 15
                },
                "end": {
                  "line": 0,
                  "character": 22
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Integer_0:15"
            },
            "parentId": "Reports.toprows.toprows",
            "order": 0,
            "memberOrder": 0,
            "type": "Integer"
          },
          "scope": null
        },
        "direction": {
          "id": "Reports.toprows.method.toprows(integer,reports.columnsortorder).varParam.direction",
          "nodeType": "variable",
          "name": "direction",
          "startToken": {
            "type": "declaration.entity.name.variable",
            "text": "direction",
            "textToLower": "direction",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_direction_0:57"
          },
          "endToken": {
            "type": "declaration.entity.name.variable",
            "text": "direction",
            "textToLower": "direction",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 57
              },
              "end": {
                "line": 0,
                "character": 66
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_direction_0:57"
          },
          "parentId": "Reports.toprows.method.toprows(integer,reports.columnsortorder)",
          "order": 2,
          "memberOrder": 2,
          "datatype": {
            "id": "Reports.toprows.toprows.datatype.Reports.ColumnSortOrder",
            "nodeType": "datatype",
            "name": "Reports.ColumnSortOrder",
            "startToken": {
              "type": "datatype.support.namespace",
              "text": "Reports",
              "textToLower": "reports",
              "isAux": false,
              "range": {
                "start": {
                  "line": 0,
                  "character": 33
                },
                "end": {
                  "line": 0,
                  "character": 40
                },
                "isEmpty": false,
                "isSingleLine": true
              },
              "id": "token.type.identifier_Reports_0:33"
            },
            "parentId": "Reports.toprows.toprows",
            "order": 0,
            "memberOrder": 0,
            "type": "Reports.ColumnSortOrder"
          },
          "description": "The number of rows returned in the report. The sort order of the report rows.",
          "scope": null
        }
      },
      "queries": [],
      "exceptions": []
    },
    "toprows()": {
      "id": "Reports.toprows.method.toprows()",
      "nodeType": "constructor",
      "name": "TopRows",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "TopRows",
        "textToLower": "toprows",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_TopRows_-1:0"
      },
      "parentId": "Reports.toprows",
      "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 TopRows()",
      "overrideSignature": "public override TopRows()",
      "simplifiedSignature": "TopRows()",
      "description": "Creates an instance of the Reports.TopRows class. You can then set values by using the class’s set methods.",
      "parentName": "TopRows",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 8,
  "queries": []
}