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

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

public class AddPropertyCommand
extends Object

Author:
Nikolay Malevanny.

Constructor Summary
AddPropertyCommand()
           
AddPropertyCommand(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)
           
 void setValues(String... namesAndValues)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddPropertyCommand

public AddPropertyCommand()

AddPropertyCommand

public AddPropertyCommand(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)

setValues

public void setValues(String... namesAndValues)

getTimestamp

public long getTimestamp()

setTimestamp

public void setTimestamp(long timestamp)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.