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

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

public class PropertyMatcher
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
PropertyMatcher()
           
PropertyMatcher(PropertyKey key, Long createdBeforeTime)
           
 
Method Summary
 Long getCreatedBeforeTime()
           
 PropertyKey getKey()
           
 void setCreatedBeforeTime(Long createdBeforeTime)
           
 void setKey(PropertyKey key)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyMatcher

public PropertyMatcher()

PropertyMatcher

public PropertyMatcher(PropertyKey key,
                       Long createdBeforeTime)
Method Detail

getKey

public PropertyKey getKey()

setKey

public void setKey(PropertyKey key)

getCreatedBeforeTime

public Long getCreatedBeforeTime()

setCreatedBeforeTime

public void setCreatedBeforeTime(Long createdBeforeTime)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.