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(String type, String entityName, Long createdBeforeTime, String... keyNamesAnaValues)
           
 
Method Summary
 Long getCreatedBeforeTime()
           
 String getEntityName()
           
 Map<String,String> getKey()
           
 String getType()
           
 void setCreatedBeforeTime(Long createdBeforeTime)
           
 void setEntityName(String entityName)
           
 void setKey(Map<String,String> key)
           
 void setType(String type)
           
 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(String type,
                       String entityName,
                       Long createdBeforeTime,
                       String... keyNamesAnaValues)
Method Detail

getType

public String getType()

getEntityName

public String getEntityName()

getKey

public Map<String,String> getKey()

getCreatedBeforeTime

public Long getCreatedBeforeTime()

setType

public void setType(String type)

setEntityName

public void setEntityName(String entityName)

setKey

public void setKey(Map<String,String> key)

setCreatedBeforeTime

public void setCreatedBeforeTime(Long createdBeforeTime)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.