java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_STATION_SHORT_NAME
public static final java.lang.String KEY_STATION_ID_NUMBER
public static final java.lang.String KEY_STATION_LONG_NAME
public static final java.lang.String KEY_STATION_LOCATION
public static final java.lang.String KEY_STATION_MESSAGE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a new SisData object
public SisData()
Constructs a new SisData object indicated by the Hashtable parameter
public SisData(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Sets the stationShortName portion of the SisData class
public void setStationShortName(String stationShortName)
Gets the stationShortName portion of the SisData class
public java.lang.String getStationShortName()
Sets the stationIDNumber which is used for network Application. Consists of Country Code and FCC Facility ID
public void setStationIDNumber(StationIDNumber stationIDNumber)
Gets the stationIDNumber which is used for network Application. Consists of Country Code and FCC Facility ID
public com.smartdevicelink.proxy.rpc.StationIDNumber getStationIDNumber()
Sets the stationLongName portion of the SisData class
public void setStationLongName(String stationLongName)
Gets the stationLongName portion of the SisData class
public java.lang.String getStationLongName()
Sets the stationLocation portion of the SisData class
public void setStationLocation(GPSData stationLocation)
Gets the stationLocation portion of the SisData class
public com.smartdevicelink.proxy.rpc.GPSData getStationLocation()
Sets the stationMessage portion of the SisData class
public void setStationMessage(String stationMessage)
Gets the stationMessage portion of the SisData class
public java.lang.String getStationMessage()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, deserializeJSONObject, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |