DeviceBatchCreationRequest Class

public class DeviceBatchCreationRequest extends ResourceBase

Represents a devices batch creation model.

Constructor Summary

Constructor Description
DeviceBatchCreationRequest()

Method Summary

Modifier and Type Method and Description
java.lang.String getBatchId()
java.util.List<Device> getDevices()
void setBatchId(String value)
void setDevices(List<Device> value)

Inherited Members

ResourceBase.getAttributes() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

DeviceBatchCreationRequest

public DeviceBatchCreationRequest()

Method Details

getBatchId

public String getBatchId()

getDevices

public List getDevices()

setBatchId

public void setBatchId(String value)

Parameters:

value

setDevices

public void setDevices(List value)

Parameters:

value

Applies to