java.lang.Object
com.smartdevicelink.proxy.RPCStruct
public static final java.lang.String KEY_DISPLAY_NAME
public static final java.lang.String KEY_WINDOW_TYPE_SUPPORTED
public static final java.lang.String KEY_WINDOW_CAPABILITIES
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public DisplayCapability()
public DisplayCapability(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Get the name of the display
public java.lang.String getDisplayName()
Set the name of the display {@code displayName.length() > 1}
public com.smartdevicelink.proxy.rpc.DisplayCapability setDisplayName(String displayName)
Sets the windowTypeSupported portion of the DisplayCapability class. {@code windowTypeSupported.size()>=1}
public com.smartdevicelink.proxy.rpc.DisplayCapability setWindowTypeSupported(java.util.List<com.smartdevicelink.proxy.rpc.WindowTypeCapabilities> windowTypeSupported)
Gets the windowTypeSupported portion of the DisplayCapability class
public java.util.List getWindowTypeSupported()
Sets the windowCapabilities portion of the DisplayCapability class.
public com.smartdevicelink.proxy.rpc.DisplayCapability setWindowCapabilities(java.util.List<com.smartdevicelink.proxy.rpc.WindowCapability> windowCapabilities)
Gets the windowCapabilities portion of the DisplayCapability class
public java.util.List getWindowCapabilities()
From Class | Methods |
---|---|
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 |