|
|
|
@ -20,6 +20,7 @@ package org.wso2.carbon.device.mgt.core.operation.mgt;
|
|
|
|
|
|
|
|
|
|
import org.wso2.carbon.device.mgt.common.operation.mgt.Operation;
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
import java.util.ArrayList;
|
|
|
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
@ -39,7 +40,7 @@ public class ConfigOperation extends Operation {
|
|
|
|
|
properties.add(new Property(name, value, type));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public class Property {
|
|
|
|
|
public class Property implements Serializable {
|
|
|
|
|
private String name;
|
|
|
|
|
private Object value;
|
|
|
|
|
private Class<?> type;
|
|
|
|
|