com.axibase.tsd.model.data.command
Class GetPropertiesCommand

java.lang.Object
  extended by com.axibase.tsd.model.data.command.GetPropertiesCommand

public class GetPropertiesCommand
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
GetPropertiesCommand()
           
 
Method Summary
 long getEndTime()
           
 List<PropertyParameter> getParams()
           
 long getStartTime()
           
 boolean isLast()
           
 void setEndTime(long endTime)
           
 void setLast(boolean last)
           
 void setParams(List<PropertyParameter> params)
           
 void setParams(PropertyParameter... params)
           
 void setStartTime(long startTime)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetPropertiesCommand

public GetPropertiesCommand()
Method Detail

getStartTime

public long getStartTime()

setStartTime

public void setStartTime(long startTime)

getEndTime

public long getEndTime()

setEndTime

public void setEndTime(long endTime)

isLast

public boolean isLast()

setLast

public void setLast(boolean last)

getParams

public List<PropertyParameter> getParams()

setParams

public void setParams(List<PropertyParameter> params)

setParams

public void setParams(PropertyParameter... params)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.