public static class TocallToDescriptionMap.TocallDescription
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClazz()
Get the class of station for this tocall (not associated with symbol categories).
|
java.util.Map<java.lang.String,java.lang.String> |
getFeatures()
Get the collection of feature strings and their associated values for this tocall.
|
java.lang.String |
getModel()
Get the model name of the software or hardware associated with this tocall.
|
java.lang.String |
getOs()
Get the computer operating system this software is restricted to.
|
java.lang.String |
getTocall()
Get the tocall described by this structure.
|
java.lang.String |
getVendor()
Get the name of the vendor who manufactured this APRS hardware or software.
|
java.lang.String |
toString()
Returns a string representation of the object.
|
public java.lang.String getClazz()
public java.util.Map<java.lang.String,java.lang.String> getFeatures()
public java.lang.String getModel()
public java.lang.String getOs()
public java.lang.String getTocall()
public java.lang.String getVendor()
public java.lang.String toString()
toString
in class java.lang.Object