Class: TencentCloud::Youmall::V20180228::PersonCoordinate

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

Overview

轨迹点坐标

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cadx = nil, cady = nil, captime = nil, cappic = nil, mallareatype = nil, posid = nil, shopid = nil, event = nil) ⇒ PersonCoordinate

Returns a new instance of PersonCoordinate.



2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
# File 'lib/v20180228/models.rb', line 2394

def initialize(cadx=nil, cady=nil, captime=nil, cappic=nil, mallareatype=nil, posid=nil, shopid=nil, event=nil)
  @CADX = cadx
  @CADY = cady
  @CapTime = captime
  @CapPic = cappic
  @MallAreaType = mallareatype
  @PosId = posid
  @ShopId = shopid
  @Event = event
end

Instance Attribute Details

#CADXObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def CADX
  @CADX
end

#CADYObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def CADY
  @CADY
end

#CapPicObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def CapPic
  @CapPic
end

#CapTimeObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def CapTime
  @CapTime
end

#EventObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def Event
  @Event
end

#MallAreaTypeObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def MallAreaType
  @MallAreaType
end

#PosIdObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def PosId
  @PosId
end

#ShopIdObject

Parameters:

  • CADX:

    CAD图X坐标

  • CADY:

    CAD图Y坐标

  • CapTime:

    抓拍时间点

  • CapPic:

    抓拍图片

  • MallAreaType:

    卖场区域类型

  • PosId:

    坐标编号

  • ShopId:

    门店编号

  • Event:

    事件



2392
2393
2394
# File 'lib/v20180228/models.rb', line 2392

def ShopId
  @ShopId
end

Instance Method Details

#deserialize(params) ⇒ Object



2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
# File 'lib/v20180228/models.rb', line 2405

def deserialize(params)
  @CADX = params['CADX']
  @CADY = params['CADY']
  @CapTime = params['CapTime']
  @CapPic = params['CapPic']
  @MallAreaType = params['MallAreaType']
  @PosId = params['PosId']
  @ShopId = params['ShopId']
  @Event = params['Event']
end