public class QueryEntities extends GenericModel
Constructor and Description |
---|
QueryEntities() |
Modifier and Type | Method and Description |
---|---|
QueryEntitiesContext |
getContext()
Gets the context.
|
java.lang.Long |
getCount()
Gets the count.
|
QueryEntitiesEntity |
getEntity()
Gets the entity.
|
java.lang.String |
getFeature()
Gets the feature.
|
void |
setContext(QueryEntitiesContext context)
Sets the context.
|
void |
setCount(long count)
Sets the count.
|
void |
setEntity(QueryEntitiesEntity entity)
Sets the entity.
|
void |
setFeature(java.lang.String feature)
Sets the feature.
|
equals, hashCode, toString
public java.lang.String getFeature()
public QueryEntitiesEntity getEntity()
public QueryEntitiesContext getContext()
public java.lang.Long getCount()
public void setFeature(java.lang.String feature)
feature
- the new featurepublic void setEntity(QueryEntitiesEntity entity)
entity
- the new entitypublic void setContext(QueryEntitiesContext context)
context
- the new contextpublic void setCount(long count)
count
- the new count