java.lang.Object
com.smartdevicelink.proxy.RPCStruct
com.smartdevicelink.proxy.RPCMessage
com.smartdevicelink.proxy.RPCRequest
public static final java.lang.String KEY_WINDOW_ID
Constructs a new DeleteWindow object
public DeleteWindow()
Constructs a new DeleteWindow object indicated by the Hashtable parameter
public DeleteWindow(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a new DeleteWindow object
public DeleteWindow(Integer windowID)
Sets the windowID. It's a unique ID to identify the window. The value of '0' will always be the default main window on the main display and cannot be deleted. See PredefinedWindows enum.
public com.smartdevicelink.proxy.rpc.DeleteWindow setWindowID(Integer windowID)
Gets the windowID.
public java.lang.Integer getWindowID()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCRequest | getCorrelationID, setCorrelationID, setOnRPCResponseListener, getOnRPCResponseListener |
com.smartdevicelink.proxy.RPCMessage | getFunctionID, getFunctionName, setFunctionName, getMessageType, setParameters, getParameters, getObject, getString, getInteger, getFloat, getDouble, getBoolean, getLong |
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |