public class RadarLocationEntity
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RadarLocationEntity.Builder
标签实体构造器 (Constructor for label entities)
|
Constructor and Description |
---|
RadarLocationEntity() |
Modifier and Type | Method and Description |
---|---|
int |
getAngle()
获取标签的方位角 (Get the azimuth of the label)
|
java.lang.String |
getTag()
获取标签值 (Get the value of the label)
|
int |
getUhfBank()
获取标签的类型 (Get the type of label)
#IUHF.Bank_RESERVED 、#IUHF.Bank_EPC 、#IUHF.Bank_TID 、#IUHF.Bank_USER |
int |
getValue()
获取标签的信号值 (Get the signal value of the tag)
|
void |
setAngle(int angle)
设置标签的方位角 (Set the azimuth of the label)
|
void |
setValue(int value)
设置标签的信号值 (Set the signal value of the label)
|
java.lang.String |
toString() |
public java.lang.String getTag()
public int getAngle()
public int getValue()
public int getUhfBank()
#IUHF.Bank_RESERVED
、#IUHF.Bank_EPC
、#IUHF.Bank_TID
、#IUHF.Bank_USER
public void setValue(int value)
value
- 标签的信号值 (The signal value of the label)public void setAngle(int angle)
angle
- 标签的方位角 (The azimuth of the label)public java.lang.String toString()
toString
in class java.lang.Object