public class Application extends Object
Constructor and Description |
---|
Application() |
Modifier and Type | Method and Description |
---|---|
String |
getAppId() |
String |
getApplicationName() |
List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> |
getDeviceIdentifiers() |
String |
getImageUrl() |
String |
getLocationUrl() |
String |
getPlatform() |
List<String> |
getRoleNameList() |
List<String> |
getUserNameList() |
String |
getVersion() |
void |
setAppId(String appId) |
void |
setApplicationName(String applicationName) |
void |
setDeviceIdentifiers(List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers) |
void |
setImageUrl(String imageUrl) |
void |
setLocationUrl(String locationUrl) |
void |
setPlatform(String platform) |
void |
setRoleNameList(List<String> roleNameList) |
void |
setUserNameList(List<String> userNameList) |
void |
setVersion(String version) |
public List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> getDeviceIdentifiers()
public void setDeviceIdentifiers(List<org.wso2.carbon.device.mgt.common.DeviceIdentifier> deviceIdentifiers)
public String getApplicationName()
public void setApplicationName(String applicationName)
public String getAppId()
public void setAppId(String appId)
public String getLocationUrl()
public void setLocationUrl(String locationUrl)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public String getPlatform()
public void setPlatform(String platform)
public String getVersion()
public void setVersion(String version)
Copyright © 2016 WSO2. All rights reserved.