class Cisco::DNASpaces::DeviceLocationUpdate

Included Modules

Extended Modules

Defined in:

cisco/dna_spaces/device_location_update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def confidence_factor : Float64 #

[View source]
def device : Device #

[View source]
def device_classification : String #

[View source]
def has_position? #

[View source]
def last_seen : Int64 #

[View source]
def last_seen=(last_seen : Int64) #

[View source]
def latitude : Float64 #

[View source]
def location : Location #

[View source]
def location_mappings : Hash(String, String) #

Ensure we only process these once


[View source]
def longitude : Float64 #

[View source]
def map_id : String #

[View source]
def map_id=(map_id : String) #

[View source]
def raw_user_id : String #

[View source]
def ssid : String #

[View source]
def unc : Float64 #

[View source]
def visit_id : String #

[View source]
def x_pos : Float64 #

[View source]
def y_pos : Float64 #

[View source]