Class: TencentCloud::Youmall::V20180228::PersonCoordinate
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Youmall::V20180228::PersonCoordinate
- Defined in:
- lib/v20180228/models.rb
Overview
轨迹点坐标
Instance Attribute Summary collapse
- #CADX ⇒ Object
- #CADY ⇒ Object
- #CapPic ⇒ Object
- #CapTime ⇒ Object
- #Event ⇒ Object
- #MallAreaType ⇒ Object
- #PosId ⇒ Object
- #ShopId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cadx = nil, cady = nil, captime = nil, cappic = nil, mallareatype = nil, posid = nil, shopid = nil, event = nil) ⇒ PersonCoordinate
constructor
A new instance of PersonCoordinate.
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
#CADX ⇒ Object
2392 2393 2394 |
# File 'lib/v20180228/models.rb', line 2392 def CADX @CADX end |
#CADY ⇒ Object
2392 2393 2394 |
# File 'lib/v20180228/models.rb', line 2392 def CADY @CADY end |
#CapPic ⇒ Object
2392 2393 2394 |
# File 'lib/v20180228/models.rb', line 2392 def CapPic @CapPic end |
#CapTime ⇒ Object
2392 2393 2394 |
# File 'lib/v20180228/models.rb', line 2392 def CapTime @CapTime end |
#Event ⇒ Object
2392 2393 2394 |
# File 'lib/v20180228/models.rb', line 2392 def Event @Event end |
#MallAreaType ⇒ Object
2392 2393 2394 |
# File 'lib/v20180228/models.rb', line 2392 def MallAreaType @MallAreaType end |
#PosId ⇒ Object
2392 2393 2394 |
# File 'lib/v20180228/models.rb', line 2392 def PosId @PosId end |
#ShopId ⇒ Object
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 |