com.axibase.tsd.model.data
Class Property

java.lang.Object
  extended by com.axibase.tsd.model.data.Property

public class Property
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
Property()
           
Property(String type, String entityName, Map<String,String> key, Map<String,String> tags)
           
Property(String type, String entityName, Map<String,String> key, Map<String,String> tags, Long timestamp)
           
 
Method Summary
 String getDate()
           
 String getEntityName()
           
 Map<String,String> getKey()
           
 Map<String,String> getTags()
           
 Long getTimestamp()
           
 String getType()
           
 void setDate(String date)
           
 void setEntityName(String entityName)
           
 void setKey(Map<String,String> key)
           
 void setTags(Map<String,String> tags)
           
 void setTimestamp(Long timestamp)
           
 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

Property

public Property()

Property

public Property(String type,
                String entityName,
                Map<String,String> key,
                Map<String,String> tags)

Property

public Property(String type,
                String entityName,
                Map<String,String> key,
                Map<String,String> tags,
                Long timestamp)
Method Detail

getType

public String getType()

setType

public void setType(String type)

getEntityName

public String getEntityName()

setEntityName

public void setEntityName(String entityName)

getKey

public Map<String,String> getKey()

setKey

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

getTags

public Map<String,String> getTags()

setTags

public void setTags(Map<String,String> tags)

getTimestamp

public Long getTimestamp()

setTimestamp

public void setTimestamp(Long timestamp)

getDate

public String getDate()

setDate

public void setDate(String date)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.