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