com.axibase.tsd.model.data.command
Class GetPropertiesQuery
java.lang.Object
com.axibase.tsd.model.data.command.GetPropertiesQuery
public class GetPropertiesQuery
- extends Object
- Author:
- Nikolay Malevanny.
GetPropertiesQuery
public GetPropertiesQuery(String type,
String entityName)
getEntityName
public String getEntityName()
getType
public String getType()
getStartTime
public long getStartTime()
getEndTime
public long getEndTime()
getLimit
public String getLimit()
isLast
public boolean isLast()
getKey
public Map<String,String> getKey()
getKeyExpression
public String getKeyExpression()
getTimeFormat
public TimeFormat getTimeFormat()
setStartTime
public void setStartTime(long startTime)
setEndTime
public void setEndTime(long endTime)
setLimit
public void setLimit(String limit)
setLast
public void setLast(boolean last)
setKey
public void setKey(Map<String,String> key)
setKeyExpression
public void setKeyExpression(String keyExpression)
setTimeFormat
public void setTimeFormat(TimeFormat timeFormat)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015. All rights reserved.