public class AndroidPlatformConfiguration extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_NOTIFIER_FREQUENCY |
Constructor and Description |
---|
AndroidPlatformConfiguration() |
Modifier and Type | Method and Description |
---|---|
List<org.wso2.carbon.device.mgt.common.configuration.mgt.ConfigurationEntry> |
getConfiguration() |
String |
getType() |
void |
setConfiguration(List<org.wso2.carbon.device.mgt.common.configuration.mgt.ConfigurationEntry> configuration) |
void |
setType(String type) |
public static final int INVALID_NOTIFIER_FREQUENCY
public String getType()
public void setType(String type)
public List<org.wso2.carbon.device.mgt.common.configuration.mgt.ConfigurationEntry> getConfiguration()
public void setConfiguration(List<org.wso2.carbon.device.mgt.common.configuration.mgt.ConfigurationEntry> configuration)
Copyright © 2017 WSO2. All rights reserved.