public class ApplicationInfo extends Object
Application.getInfo(Result)
.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
Returns the id of the application.
|
String |
getName()
Returns the name of the application.
|
String |
getVersion()
Returns the version of the application.
|
int |
hashCode() |
boolean |
isRunning()
Returns true if the application is running on the service.
|
String |
toString() |
@NonNull public String getId()
public boolean isRunning()
@NonNull public String getName()
@NonNull public String getVersion()