public class CreateDevicesResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
CreateDevicesResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAmount() |
List<String> |
getDevices() |
List<ThingDetail> |
getThings() |
void |
setAmount(int amount) |
void |
setDevices(List<String> devices) |
void |
setThings(List<ThingDetail> things) |
getMetadatapublic void setAmount(int amount)
public int getAmount()
public void setThings(List<ThingDetail> things)
public List<ThingDetail> getThings()
Copyright © 2020. All rights reserved.