public static final class AddDevicesRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
AddDevicesRequest |
build() |
AddDevicesRequest.Builder |
clientType(Integer clientType)
The type of the client.
|
AddDevicesRequest.Builder |
deviceIds(List<String> deviceIds)
The IDs of the devices.
|
AddDevicesRequest.Builder |
regionId(String regionId)
The ID of the region.
|
public AddDevicesRequest.Builder clientType(Integer clientType)
Valid values: * 1: hardware client. * 2: software client.
public AddDevicesRequest.Builder deviceIds(List<String> deviceIds)
public AddDevicesRequest.Builder regionId(String regionId)
public AddDevicesRequest build()
Copyright © 2024. All rights reserved.