Class: BeaconQueryResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

DEPRECATED_ACTIONURLS =
2
CACHETTL =
3
TOUCHACTIONS =
4
LAYERINFOANDACTIONS =
5
BACKGROUNDENTERINGNOTIFICATION =
6
BACKGROUNDLEAVINGNOTIFICATION =
7
GROUP =
8
MAJOR =
9
MINOR =
10
EFFECTIVERANGE =
11
CHANNELWHITELIST =
12
ACTIONID =
13
STAYREPORTINTERVAL =
14
LEAVETHRESHOLDTIME =
15
TOUCHTHRESHOLD =
17
CUTOFFTHRESHOLD =
18
DATAUSERBOTS =
19
DEVICEID =
20
DEVICEDISPLAYNAME =
21
BOTMID =
22
FIELDS =
{
  DEPRECATED_ACTIONURLS => {:type => ::Thrift::Types::LIST, :name => 'deprecated_actionUrls', :element => {:type => ::Thrift::Types::STRING}},
  CACHETTL => {:type => ::Thrift::Types::I64, :name => 'cacheTtl'},
  TOUCHACTIONS => {:type => ::Thrift::Types::STRUCT, :name => 'touchActions', :class => ::BeaconTouchActions},
  LAYERINFOANDACTIONS => {:type => ::Thrift::Types::STRUCT, :name => 'layerInfoAndActions', :class => ::BeaconLayerInfoAndActions},
  BACKGROUNDENTERINGNOTIFICATION => {:type => ::Thrift::Types::STRUCT, :name => 'backgroundEnteringNotification', :class => ::BeaconBackgroundNotification},
  BACKGROUNDLEAVINGNOTIFICATION => {:type => ::Thrift::Types::STRUCT, :name => 'backgroundLeavingNotification', :class => ::BeaconBackgroundNotification},
  GROUP => {:type => ::Thrift::Types::STRING, :name => 'group'},
  MAJOR => {:type => ::Thrift::Types::STRING, :name => 'major'},
  MINOR => {:type => ::Thrift::Types::STRING, :name => 'minor'},
  EFFECTIVERANGE => {:type => ::Thrift::Types::DOUBLE, :name => 'effectiveRange'},
  CHANNELWHITELIST => {:type => ::Thrift::Types::LIST, :name => 'channelWhiteList', :element => {:type => ::Thrift::Types::STRING}},
  ACTIONID => {:type => ::Thrift::Types::I64, :name => 'actionId'},
  STAYREPORTINTERVAL => {:type => ::Thrift::Types::I64, :name => 'stayReportInterval'},
  LEAVETHRESHOLDTIME => {:type => ::Thrift::Types::I64, :name => 'leaveThresholdTime'},
  TOUCHTHRESHOLD => {:type => ::Thrift::Types::DOUBLE, :name => 'touchThreshold'},
  CUTOFFTHRESHOLD => {:type => ::Thrift::Types::I16, :name => 'cutoffThreshold'},
  DATAUSERBOTS => {:type => ::Thrift::Types::LIST, :name => 'dataUserBots', :element => {:type => ::Thrift::Types::STRUCT, :class => ::DataUserBot}},
  DEVICEID => {:type => ::Thrift::Types::STRING, :name => 'deviceId'},
  DEVICEDISPLAYNAME => {:type => ::Thrift::Types::STRING, :name => 'deviceDisplayName'},
  BOTMID => {:type => ::Thrift::Types::STRING, :name => 'botMid'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



4079
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4079

def struct_fields; FIELDS; end

#validateObject



4081
4082
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4081

def validate
end