声明设备
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
同步请求,为特定客户申领单台设备。
方法签名
public ClaimDeviceResponse claimDevice(ClaimDeviceRequest request) throws CommonException;
ClaimDeviceRequest
属性名称 |
值 |
必填 |
说明 |
claim |
DeviceClaim 对象 |
是 |
要处理的设备声明。 |
DeviceClaim
属性名称 |
值 |
必填 |
说明 |
deviceIdentifier |
object( DeviceIdentifier ) |
是 |
设备标识符。 |
customer |
CompanyReference 对象 |
是 |
分配给设备的客户的公司参考信息。 |
orderNumber |
string |
否 |
订单号。 |
vendorParams |
map |
否 |
额外字段,供应商指定的键值对。 |
ClaimDeviceResponse
属性名称 |
值 |
说明 |
deviceId |
string |
设备 ID,带有“samsung/”前缀或“google/”。 |
错误行为
如果发生错误,该库会抛出 CommonException
,其中包含其中一个
错误代码:
错误代码 |
AUTHORIZATION_FAIL |
DUPLICATE_DEVICES |
INVALID_CUSTOMER_ID |
INVALID_DEVICE_IMEI |
INVALID_DEVICE_MEID |
INVALID_DEVICE_SERIAL |
INVALID_IDENTIFIER_SET |
INVALID_MANUFACTURER |
INVALID_MODEL |
NOT_IMPLEMENTED |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-14。
[[["易于理解","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"]],["最后更新时间 (UTC):2024-10-14。"],[],[]]