public class Application extends Object implements Comparable<Application>
Modifier and Type | Class and Description |
---|---|
static class |
Application.Action
Indicated what actions are available for this application.
|
static class |
Application.Builder
Builder to create an instance.
|
static class |
Application.State
Application states within the controller.
|
Modifier and Type | Method and Description |
---|---|
Application.Action |
action()
Get the action of the application.
|
String |
catalogId()
Get the catalog ID of the application.
|
int |
compareTo(Application other) |
long |
deployMs()
Get the deploy milliseconds.
|
String |
description()
Gets the brief description for the application.
|
String |
downloadUrl()
Get the download URL of the application.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
id()
Get the id for the application.
|
String |
name()
Get the name of the application.
|
String |
productId()
Get the product ID of the application.
|
String |
sku()
Get the SKU number of the application.
|
Application.State |
state()
Get the state of the application.
|
String |
toString() |
String |
vendor()
Gets the vendor information of the application.
|
String |
version()
Get the version of the application.
|
public String id()
public String name()
public String version()
public long deployMs()
public String vendor()
public String description()
public Application.State state()
public Application.Action action()
public String productId()
public String downloadUrl()
public String catalogId()
public String sku()
public int compareTo(Application other)
compareTo
in interface Comparable<Application>
Copyright © 2015. All Rights Reserved.