public class DeviceMappingCreateRequest extends java.lang.Object implements IDeviceMappingCreateRequest
Constructor and Description |
---|
DeviceMappingCreateRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompositeDeviceHardwareId()
Get hardware id of composite device that will add device mapping.
|
java.lang.String |
getMappingPath()
Get path in device element schema to be mapped.
|
void |
setCompositeDeviceHardwareId(java.lang.String compositeDeviceHardwareId) |
void |
setMappingPath(java.lang.String mappingPath) |
public java.lang.String getCompositeDeviceHardwareId()
IDeviceMappingCreateRequest
getCompositeDeviceHardwareId
in interface IDeviceMappingCreateRequest
public void setCompositeDeviceHardwareId(java.lang.String compositeDeviceHardwareId)
public java.lang.String getMappingPath()
IDeviceMappingCreateRequest
getMappingPath
in interface IDeviceMappingCreateRequest
public void setMappingPath(java.lang.String mappingPath)