[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-09-29 UTC。"],[],["The `HardwareInfo.Builder` class allows building `HardwareInfo` objects by setting or clearing various device attributes. Key actions include: `build()` to create the final `HardwareInfo` object, `setBrand()`, `setDevice()`, `setHardware()`, `setManufacturer()`, `setModel()`, and `setProduct()` to specify device details, and their respective `Metadata` versions, and `clearBrandMetadata()`, `clearDeviceMetadata()`, `clearHardwareMetadata()`, `clearManufacturerMetadata()`, `clearModelMetadata()`, and `clearProductMetadata()` to remove metadata. These methods handle string values and metadata related to device characteristics.\n"]]