[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-10 UTC."],[],["The `AnnotatedData` class provides a way to access annotated data, including a flag for staleness. It has two primary methods: `get()`, which returns the actual data, and `isStale()`, which indicates if the data returned by `get()` is stale. Stale data often suggests a network error, and data is returned from the local cache. The class also inherits methods from the base `Object` class, such as `equals()`, `hashCode()`, and `toString()`.\n"]]