Package com.metratec.lib.rfidreader.iso
Class QuasarLRStatus
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- com.metratec.lib.rfidreader.iso.QuasarLRStatus
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<QuasarLRStatus>
,Map<String,Object>
public class QuasarLRStatus extends HashMap<String,Object> implements Comparable<QuasarLRStatus>
The state of the quasar lr reader- Author:
- mn
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description QuasarLRStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(QuasarLRStatus o)
String
getAntenna()
String
getForwardPower()
String
getReaderMode()
String
getReaderName()
String
getReflectedPower()
String
getRFPower()
String
getRFStatus()
String
getSWR()
String
getTemperature()
Long
getTimestamp()
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-
-
-
Method Detail
-
getReaderName
public String getReaderName()
- Returns:
- the mode
-
getReaderMode
public String getReaderMode()
- Returns:
- the mode
-
getRFStatus
public String getRFStatus()
- Returns:
- the rfEnable
-
getRFPower
public String getRFPower()
- Returns:
- the rfPower in mW
-
getForwardPower
public String getForwardPower()
- Returns:
- the forwardPower in mW
-
getReflectedPower
public String getReflectedPower()
- Returns:
- the reflectedPower in mW
-
getSWR
public String getSWR()
- Returns:
- the swr
-
getTemperature
public String getTemperature()
- Returns:
- the temp in °C
-
getTimestamp
public Long getTimestamp()
- Returns:
- the reflectedPower in mW
-
getAntenna
public String getAntenna()
- Returns:
- the temp in °C
-
compareTo
public int compareTo(QuasarLRStatus o)
- Specified by:
compareTo
in interfaceComparable<QuasarLRStatus>
-
-