Class: TencentCloud::Youmall::V20180228::ZoneFlowAndAvrStayTime

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180228/models.rb

Overview

客流停留统计子结构

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(zoneid = nil, zonename = nil, flowcount = nil, avrstaytime = nil) ⇒ ZoneFlowAndAvrStayTime

Returns a new instance of ZoneFlowAndAvrStayTime.



2905
2906
2907
2908
2909
2910
# File 'lib/v20180228/models.rb', line 2905

def initialize(zoneid=nil, zonename=nil, flowcount=nil, avrstaytime=nil)
  @ZoneId = zoneid
  @ZoneName = zonename
  @FlowCount = flowcount
  @AvrStayTime = avrstaytime
end

Instance Attribute Details

#AvrStayTimeObject

Parameters:

  • ZoneId:

    区域id

  • ZoneName:

    区域名称

  • FlowCount:

    人流量

  • AvrStayTime:

    平均停留时长



2903
2904
2905
# File 'lib/v20180228/models.rb', line 2903

def AvrStayTime
  @AvrStayTime
end

#FlowCountObject

Parameters:

  • ZoneId:

    区域id

  • ZoneName:

    区域名称

  • FlowCount:

    人流量

  • AvrStayTime:

    平均停留时长



2903
2904
2905
# File 'lib/v20180228/models.rb', line 2903

def FlowCount
  @FlowCount
end

#ZoneIdObject

Parameters:

  • ZoneId:

    区域id

  • ZoneName:

    区域名称

  • FlowCount:

    人流量

  • AvrStayTime:

    平均停留时长



2903
2904
2905
# File 'lib/v20180228/models.rb', line 2903

def ZoneId
  @ZoneId
end

#ZoneNameObject

Parameters:

  • ZoneId:

    区域id

  • ZoneName:

    区域名称

  • FlowCount:

    人流量

  • AvrStayTime:

    平均停留时长



2903
2904
2905
# File 'lib/v20180228/models.rb', line 2903

def ZoneName
  @ZoneName
end

Instance Method Details

#deserialize(params) ⇒ Object



2912
2913
2914
2915
2916
2917
# File 'lib/v20180228/models.rb', line 2912

def deserialize(params)
  @ZoneId = params['ZoneId']
  @ZoneName = params['ZoneName']
  @FlowCount = params['FlowCount']
  @AvrStayTime = params['AvrStayTime']
end