long getSystemPropertyAsLong (String propertyKey, long defaultValue)
long getSystemPropertyAsLong (String propertyKey, long defaultValue)
Name | Type | Description |
---|---|---|
propertyKey | String | The property key to set a new value for. |
defaultValue | long | The value to return if the requested value is not present. |
Type | Description |
---|---|
long | The requested System property value as a long. |