public class Application extends Object
| Constructor and Description |
|---|
Application() |
| Modifier and Type | Method and Description |
|---|---|
Application |
active(Boolean active) |
Application |
applicationIdentifier(String applicationIdentifier) |
Application |
appProperties(Map<String,Object> appProperties) |
Application |
category(String category) |
boolean |
equals(Object o) |
Boolean |
getActive()
Is the application actively running or not
|
String |
getApplicationIdentifier()
The application identifier
|
Map<String,Object> |
getAppProperties()
The properties of the application
|
String |
getCategory()
The application category
|
Integer |
getId()
The ID given to the application when it is stored in the database
|
String |
getImageUrl()
The image url of the application
|
String |
getLocationUrl()
The icon url of the application
|
Integer |
getMemoryUsage()
Amount of memory used by the application
|
String |
getName()
The application's name
|
String |
getPlatform()
The mobile device platform.
|
String |
getType()
The application type
|
String |
getVersion()
The application's version
|
int |
hashCode() |
Application |
id(Integer id) |
Application |
imageUrl(String imageUrl) |
Application |
locationUrl(String locationUrl) |
Application |
memoryUsage(Integer memoryUsage) |
Application |
name(String name) |
Application |
platform(String platform) |
Application |
putAppPropertiesItem(String key,
Object appPropertiesItem) |
void |
setActive(Boolean active) |
void |
setApplicationIdentifier(String applicationIdentifier) |
void |
setAppProperties(Map<String,Object> appProperties) |
void |
setCategory(String category) |
void |
setId(Integer id) |
void |
setImageUrl(String imageUrl) |
void |
setLocationUrl(String locationUrl) |
void |
setMemoryUsage(Integer memoryUsage) |
void |
setName(String name) |
void |
setPlatform(String platform) |
void |
setType(String type) |
void |
setVersion(String version) |
String |
toString() |
Application |
type(String type) |
Application |
version(String version) |
public Application id(Integer id)
public Integer getId()
public void setId(Integer id)
public Application platform(String platform)
public String getPlatform()
public void setPlatform(String platform)
public Application category(String category)
public String getCategory()
public void setCategory(String category)
public Application name(String name)
public String getName()
public void setName(String name)
public Application locationUrl(String locationUrl)
public String getLocationUrl()
public void setLocationUrl(String locationUrl)
public Application imageUrl(String imageUrl)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public Application version(String version)
public String getVersion()
public void setVersion(String version)
public Application type(String type)
public String getType()
public void setType(String type)
public Application appProperties(Map<String,Object> appProperties)
public Application putAppPropertiesItem(String key, Object appPropertiesItem)
public Map<String,Object> getAppProperties()
public Application applicationIdentifier(String applicationIdentifier)
public String getApplicationIdentifier()
public void setApplicationIdentifier(String applicationIdentifier)
public Application memoryUsage(Integer memoryUsage)
public Integer getMemoryUsage()
public void setMemoryUsage(Integer memoryUsage)
public Application active(Boolean active)
public Boolean getActive()
public void setActive(Boolean active)
Copyright © 2017 WSO2. All rights reserved.