public class DeviceOperationContext extends Object
Constructor and Description |
---|
DeviceOperationContext() |
Modifier and Type | Method and Description |
---|---|
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> |
getDevices() |
org.wso2.carbon.device.mgt.common.operation.mgt.Operation |
getOperation() |
void |
setDevices(List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> devices) |
void |
setOperation(org.wso2.carbon.device.mgt.common.operation.mgt.Operation operation) |
public List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> getDevices()
public void setDevices(List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> devices)
public org.wso2.carbon.device.mgt.common.operation.mgt.Operation getOperation()
public void setOperation(org.wso2.carbon.device.mgt.common.operation.mgt.Operation operation)
Copyright © 2016 WSO2. All rights reserved.