| Package | Description |
|---|---|
| com.baidubce.services.iotdmp.model.device | |
| com.baidubce.services.iotdmp.model.product |
| Modifier and Type | Method and Description |
|---|---|
static DeviceType |
DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProductInfoRequest.Builder |
CreateProductInfoRequest.Builder.deviceType(DeviceType deviceType) |
| Constructor and Description |
|---|
CreateProductInfoRequest(String productName,
DeviceType deviceType,
List<ProductAccessType> accessType) |
CreateProductInfoRequest(String productName,
DeviceType deviceType,
String productCategory,
List<ProductAccessType> accessType) |
CreateProductInfoRequest(String productName,
String productKey,
String description,
DeviceType deviceType,
String productCategory,
List<ProductAccessType> accessType,
List<ResourceType> extensions) |
Copyright © 2024. All rights reserved.