com.axibase.tsd.model.data
Class PropertyKey
java.lang.Object
com.axibase.tsd.model.data.PropertyKey
public class PropertyKey
- extends Object
- Author:
- Nikolay Malevanny.
PropertyKey
public PropertyKey()
PropertyKey
public PropertyKey(String type,
String entityName,
String... keysAndValues)
getType
public String getType()
setType
public void setType(String type)
getEntityName
public String getEntityName()
setEntityName
public void setEntityName(String entityName)
getKeyValues
public Map<String,String> getKeyValues()
setKeyValues
public void setKeyValues(Map<String,String> keyValues)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015. All rights reserved.