类 DeviceApplyRecord.Builder
java.lang.Object
com.lark.oapi.service.security_and_compliance.v1.model.DeviceApplyRecord.Builder
- 封闭类:
DeviceApplyRecord
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Android 标识符设备申请单idapplyStatus(DeviceApplyRecordDeviceApplyStatusEnum applyStatus) 申报状态applyStatus(String applyStatus) 申报状态申请时间build()deviceName(String deviceName) 设备名称deviceOwnership(DeviceApplyRecordDeviceOwnershipEnum deviceOwnership) 设备归属deviceOwnership(String deviceOwnership) 设备归属deviceRecordId(String deviceRecordId) 设备单IDdeviceSystem(DeviceApplyRecordDeviceSystemEnum deviceSystem) 操作系统deviceSystem(String deviceSystem) 操作系统deviceTerminalType(DeviceApplyRecordDeviceTerminalTypeEnum deviceTerminalType) 设备类型deviceTerminalType(String deviceTerminalType) 设备类型diskSerialNumber(String diskSerialNumber) 硬盘序列号google广告idIos广告主标识符Ios 供应商标识符国际移动设备识别码macAddress(String macAddress) Mac地址设备型号申请人serialNumber(String serialNumber) 生产序列号主板UUID
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
applyId
设备申请单id示例值:321321311
- 参数:
applyId-- 返回:
-
deviceTerminalType
设备类型示例值:Mobile
- 参数:
deviceTerminalType-- 返回:
-
deviceTerminalType
public DeviceApplyRecord.Builder deviceTerminalType(DeviceApplyRecordDeviceTerminalTypeEnum deviceTerminalType) 设备类型示例值:Mobile
- 参数:
deviceTerminalType-DeviceApplyRecordDeviceTerminalTypeEnum- 返回:
-
model
设备型号示例值:MacBookPro16,2
- 参数:
model-- 返回:
-
serialNumber
生产序列号示例值:C02DTHRMML7H
- 参数:
serialNumber-- 返回:
-
uuid
主板UUID示例值:CC344362-5990-5A68-8DDD-64A23C99FA0C
- 参数:
uuid-- 返回:
-
macAddress
Mac地址示例值:ac:de:48:00:11:22
- 参数:
macAddress-- 返回:
-
imei
国际移动设备识别码示例值:123456-78-901234-5
- 参数:
imei-- 返回:
-
androidId
Android 标识符示例值:02a11ac4a83b918e
- 参数:
androidId-- 返回:
-
googleAid
google广告id示例值:02a11ac4a83b918e
- 参数:
googleAid-- 返回:
-
idfa
Ios广告主标识符示例值:EA7583CD-A667-48BC-B806-42ECB2B48606
- 参数:
idfa-- 返回:
-
idfv
Ios 供应商标识符示例值:968F0E5C-C297-4122-ACB6-102494DEFD9A
- 参数:
idfv-- 返回:
-
applyStatus
申报状态示例值:Processing
- 参数:
applyStatus-- 返回:
-
applyStatus
申报状态示例值:Processing
- 参数:
applyStatus-DeviceApplyRecordDeviceApplyStatusEnum- 返回:
-
operator
申请人示例值:
- 参数:
operator-- 返回:
-
applyTime
申请时间示例值:2022-11-28 17:21:26
- 参数:
applyTime-- 返回:
-
diskSerialNumber
硬盘序列号示例值:CC344362-5990-5A68-8DDD-64A23C99FA0C
- 参数:
diskSerialNumber-- 返回:
-
deviceOwnership
设备归属示例值:Company
- 参数:
deviceOwnership-- 返回:
-
deviceOwnership
public DeviceApplyRecord.Builder deviceOwnership(DeviceApplyRecordDeviceOwnershipEnum deviceOwnership) 设备归属示例值:Company
- 参数:
deviceOwnership-DeviceApplyRecordDeviceOwnershipEnum- 返回:
-
deviceSystem
操作系统示例值:Windows
- 参数:
deviceSystem-- 返回:
-
deviceSystem
操作系统示例值:Windows
- 参数:
deviceSystem-DeviceApplyRecordDeviceSystemEnum- 返回:
-
deviceName
设备名称示例值:xx的设备
- 参数:
deviceName-- 返回:
-
deviceRecordId
设备单ID示例值:321321311112
- 参数:
deviceRecordId-- 返回:
-
build
-