getNullableLong

open fun getNullableLong(source: StructureBase): Long?

Get the value of this property from a structure.

Throws:

{@link com.sap.cloud.mobile.kotlin.odata.core.UndefinedException} if the property value was not previously set, {@link com.sap.cloud.mobile.kotlin.odata.core.CastException} if the value does not have the expected type for this property.

Return

(nullable) Property value.

Parameters

source

Source structure.