{
  "id": "ConnectApi.strategytracenode",
  "nodeType": "class",
  "name": "StrategyTraceNode",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "StrategyTraceNode",
    "textToLower": "strategytracenode",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_StrategyTraceNode_-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": "A trace node for a recommendation strategy execution.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_strategy_trace_node.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "inputcount": {
      "id": "ConnectApi.strategytracenode.method.integer inputcount",
      "nodeType": "variable",
      "name": "inputCount",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "inputCount",
        "textToLower": "inputcount",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_inputCount_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "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 Integer inputCount",
      "simplifiedSignature": "Integer inputCount",
      "datatype": {
        "id": ".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": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Integer"
      },
      "parentName": "StrategyTraceNode"
    },
    "messages": {
      "id": "ConnectApi.strategytracenode.method.list<string> messages",
      "nodeType": "variable",
      "name": "messages",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "messages",
        "textToLower": "messages",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_messages_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "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 List<String> messages",
      "simplifiedSignature": "List<String> messages",
      "datatype": {
        "id": ".datatype.List<String>",
        "nodeType": "datatype",
        "name": "List<String>",
        "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": "",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": ".datatype.List<String>.value.String",
          "nodeType": "datatype",
          "name": "String",
          "startToken": {
            "type": "datatype.primitive",
            "text": "String",
            "textToLower": "string",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_String_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "String"
        }
      },
      "parentName": "StrategyTraceNode"
    },
    "nodename": {
      "id": "ConnectApi.strategytracenode.method.string nodename",
      "nodeType": "variable",
      "name": "nodeName",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "nodeName",
        "textToLower": "nodename",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_nodeName_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "order": 3,
      "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 String nodeName",
      "simplifiedSignature": "String nodeName",
      "datatype": {
        "id": ".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": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "StrategyTraceNode"
    },
    "nodetime": {
      "id": "ConnectApi.strategytracenode.method.long nodetime",
      "nodeType": "variable",
      "name": "nodeTime",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "nodeTime",
        "textToLower": "nodetime",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_nodeTime_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "order": 4,
      "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 Long nodeTime",
      "simplifiedSignature": "Long nodeTime",
      "datatype": {
        "id": ".datatype.Long",
        "nodeType": "datatype",
        "name": "Long",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Long",
          "textToLower": "long",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Long_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Long"
      },
      "parentName": "StrategyTraceNode"
    },
    "nodetype": {
      "id": "ConnectApi.strategytracenode.method.string nodetype",
      "nodeType": "variable",
      "name": "nodeType",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "nodeType",
        "textToLower": "nodetype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_nodeType_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "order": 5,
      "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 String nodeType",
      "simplifiedSignature": "String nodeType",
      "datatype": {
        "id": ".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": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "StrategyTraceNode"
    },
    "outputcount": {
      "id": "ConnectApi.strategytracenode.method.integer outputcount",
      "nodeType": "variable",
      "name": "outputCount",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "outputCount",
        "textToLower": "outputcount",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_outputCount_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "order": 6,
      "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 Integer outputCount",
      "simplifiedSignature": "Integer outputCount",
      "datatype": {
        "id": ".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": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Integer"
      },
      "parentName": "StrategyTraceNode"
    },
    "outputs": {
      "id": "ConnectApi.strategytracenode.method.list<string> outputs",
      "nodeType": "variable",
      "name": "outputs",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "outputs",
        "textToLower": "outputs",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_outputs_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "order": 7,
      "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 List<String> outputs",
      "simplifiedSignature": "List<String> outputs",
      "datatype": {
        "id": ".datatype.List<String>",
        "nodeType": "datatype",
        "name": "List<String>",
        "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": "",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": ".datatype.List<String>.value.String",
          "nodeType": "datatype",
          "name": "String",
          "startToken": {
            "type": "datatype.primitive",
            "text": "String",
            "textToLower": "string",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_String_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "String"
        }
      },
      "parentName": "StrategyTraceNode"
    },
    "totaltime": {
      "id": "ConnectApi.strategytracenode.method.long totaltime",
      "nodeType": "variable",
      "name": "totalTime",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "totalTime",
        "textToLower": "totaltime",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_totalTime_-1:0"
      },
      "parentId": "ConnectApi.strategytracenode",
      "order": 8,
      "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 Long totalTime",
      "simplifiedSignature": "Long totalTime",
      "datatype": {
        "id": ".datatype.Long",
        "nodeType": "datatype",
        "name": "Long",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Long",
          "textToLower": "long",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Long_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Long"
      },
      "parentName": "StrategyTraceNode"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 8,
  "queries": []
}