public class ServiceDefinitionQueryProperty extends Object implements QueryProperty
Modifier and Type | Field and Description |
---|---|
static ServiceDefinitionQueryProperty |
CREATION_TIME |
static ServiceDefinitionQueryProperty |
DEFINITION_ID |
static ServiceDefinitionQueryProperty |
DEFINITION_NAME |
static ServiceDefinitionQueryProperty |
DEFINITION_TENANT_ID |
static ServiceDefinitionQueryProperty |
UPDATE_TIME |
Constructor and Description |
---|
ServiceDefinitionQueryProperty(String name) |
Modifier and Type | Method and Description |
---|---|
static ServiceDefinitionQueryProperty |
findByName(String propertyName) |
String |
getName() |
public static final ServiceDefinitionQueryProperty DEFINITION_ID
public static final ServiceDefinitionQueryProperty DEFINITION_NAME
public static final ServiceDefinitionQueryProperty DEFINITION_TENANT_ID
public static final ServiceDefinitionQueryProperty CREATION_TIME
public static final ServiceDefinitionQueryProperty UPDATE_TIME
public ServiceDefinitionQueryProperty(String name)
public String getName()
getName
in interface QueryProperty
public static ServiceDefinitionQueryProperty findByName(String propertyName)