Class: TencentCloud::Youmall::V20180228::ZoneTrafficInfoDetail

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, traffictotalcount = nil, avgstaytime = nil) ⇒ ZoneTrafficInfoDetail

Returns a new instance of ZoneTrafficInfoDetail.



2980
2981
2982
2983
2984
2985
# File 'lib/v20180228/models.rb', line 2980

def initialize(zoneid=nil, zonename=nil, traffictotalcount=nil, avgstaytime=nil)
  @ZoneId = zoneid
  @ZoneName = zonename
  @TrafficTotalCount = traffictotalcount
  @AvgStayTime = avgstaytime
end

Instance Attribute Details

#AvgStayTimeObject

Parameters:

  • ZoneId:

    区域ID

  • ZoneName:

    区域名称

  • TrafficTotalCount:

    客流量

  • AvgStayTime:

    平均停留时间



2978
2979
2980
# File 'lib/v20180228/models.rb', line 2978

def AvgStayTime
  @AvgStayTime
end

#TrafficTotalCountObject

Parameters:

  • ZoneId:

    区域ID

  • ZoneName:

    区域名称

  • TrafficTotalCount:

    客流量

  • AvgStayTime:

    平均停留时间



2978
2979
2980
# File 'lib/v20180228/models.rb', line 2978

def TrafficTotalCount
  @TrafficTotalCount
end

#ZoneIdObject

Parameters:

  • ZoneId:

    区域ID

  • ZoneName:

    区域名称

  • TrafficTotalCount:

    客流量

  • AvgStayTime:

    平均停留时间



2978
2979
2980
# File 'lib/v20180228/models.rb', line 2978

def ZoneId
  @ZoneId
end

#ZoneNameObject

Parameters:

  • ZoneId:

    区域ID

  • ZoneName:

    区域名称

  • TrafficTotalCount:

    客流量

  • AvgStayTime:

    平均停留时间



2978
2979
2980
# File 'lib/v20180228/models.rb', line 2978

def ZoneName
  @ZoneName
end

Instance Method Details

#deserialize(params) ⇒ Object



2987
2988
2989
2990
2991
2992
# File 'lib/v20180228/models.rb', line 2987

def deserialize(params)
  @ZoneId = params['ZoneId']
  @ZoneName = params['ZoneName']
  @TrafficTotalCount = params['TrafficTotalCount']
  @AvgStayTime = params['AvgStayTime']
end