保证承诺
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-04。
[null,null,["最后更新时间 (UTC):2024-09-04。"],[[["WarrantyPromise is a structured data type used to define warranty information, extending the StructuredValue type."],["It includes details about the duration (durationOfWarranty) and scope (warrantyScope) of the warranty."],["The duration can be specified using QuantitativeValue with common units like years (ANN), months (MON), or days (DAY)."],["The scope is defined using the WarrantyScope type, further categorizing the warranty coverage."]]],["The `WarrantyPromise` type defines a warranty's details, extending `StructuredValue`. Key components include `durationOfWarranty`, specifying the warranty length using `QuantitativeValue` and units like years (ANN), months (MON), or days (DAY). It also includes `warrantyScope`, which outlines the extent of the warranty's coverage and is of type `WarrantyScope`. These two elements detail the core information about a specific warranty.\n"]]