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(PropertyKey key, String... namesAndValues)
           
 
Method Summary
 PropertyKey getKey()
           
 long getTimestamp()
           
 Map<String,String> getValues()
           
 void setKey(PropertyKey key)
           
 void setTimestamp(long timestamp)
           
 void setValues(Map<String,String> values)
           
 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(PropertyKey key,
                String... namesAndValues)
Method Detail

getKey

public PropertyKey getKey()

setKey

public void setKey(PropertyKey key)

getValues

public Map<String,String> getValues()

setValues

public void setValues(Map<String,String> values)

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.