public class ActionDeploymentQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static ActionDeploymentQueryProperty |
DEPLOY_TIME |
static ActionDeploymentQueryProperty |
DEPLOYMENT_ID |
static ActionDeploymentQueryProperty |
DEPLOYMENT_NAME |
static ActionDeploymentQueryProperty |
DEPLOYMENT_TENANT_ID |
Constructor and Description |
---|
ActionDeploymentQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static ActionDeploymentQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final ActionDeploymentQueryProperty DEPLOYMENT_ID
public static final ActionDeploymentQueryProperty DEPLOYMENT_NAME
public static final ActionDeploymentQueryProperty DEPLOYMENT_TENANT_ID
public static final ActionDeploymentQueryProperty DEPLOY_TIME
public ActionDeploymentQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static ActionDeploymentQueryProperty findByName(String propertyName)