public class AppInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | appId | 
| protected long | elapsedTime | 
| protected String | name | 
| protected long | startedOn | 
| protected String | user | 
| Constructor and Description | 
|---|
| AppInfo() | 
| AppInfo(App app,
       AppContext context) | 
| Modifier and Type | Method and Description | 
|---|---|
| long | getElapsedTime() | 
| String | getId() | 
| String | getName() | 
| long | getStartTime() | 
| String | getUser() | 
protected String appId
protected String name
protected String user
protected long startedOn
protected long elapsedTime
public AppInfo()
public AppInfo(App app, AppContext context)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.