java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | SmartDeviceLink Ver. Available |
---|---|---|---|
hours | Integer | The hour. Minvalue="0", maxvalue="59"
Note: Some display types only support a max value of 19. If out of range, it will be rejected. |
SmartDeviceLink 1.0 |
minutes | Integer | The minute. Minvalue="0", maxvalue="59". | SmartDeviceLink 1.0 |
seconds | Integer | The second. Minvalue="0", maxvalue="59". | SmartDeviceLink 1.0 |
public static final java.lang.String KEY_MINUTES
public static final java.lang.String KEY_SECONDS
public static final java.lang.String KEY_HOURS
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
Constructs a newly allocated StartTime object
public StartTime()
Constructs a newly allocated StartTime object indicated by the Hashtable parameter
public StartTime(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Constructs a newly allocated StartTime object
public StartTime(Integer timeInterval)
Constructs a newly allocated StartTime object
public StartTime(Integer hours,Integer minutes,Integer seconds)
Get the hour. Minvalue="0", maxvalue="59"
Note:
Some display types only support a max value of 19. If out of range, it will be rejected.public java.lang.Integer getHours()
Set the hour. Minvalue="0", maxvalue="59"
Note:
Some display types only support a max value of 19. If out of range, it will be rejected.public com.smartdevicelink.proxy.rpc.StartTime setHours(Integer hours)
Get the minute. Minvalue="0", maxvalue="59".
public java.lang.Integer getMinutes()
Set the minute. Minvalue="0", maxvalue="59".
public com.smartdevicelink.proxy.rpc.StartTime setMinutes(Integer minutes)
Get the second. Minvalue="0", maxvalue="59".
public java.lang.Integer getSeconds()
Set the second. Minvalue="0", maxvalue="59".
public com.smartdevicelink.proxy.rpc.StartTime setSeconds(Integer seconds)
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 |