Class: TencentCloud::Weilingwith::V20230427::DeviceSpaceInfoRes

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

Overview

设备挂接的空间信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(buildingid = nil, elementid = nil, entitytype = nil, elementname = nil, level = nil, bottomheight = nil, spacecode = nil) ⇒ DeviceSpaceInfoRes

Returns a new instance of DeviceSpaceInfoRes.



4975
4976
4977
4978
4979
4980
4981
4982
4983
# File 'lib/v20230427/models.rb', line 4975

def initialize(buildingid=nil, elementid=nil, entitytype=nil, elementname=nil, level=nil, bottomheight=nil, spacecode=nil)
  @BuildingId = buildingid
  @ElementId = elementid
  @EntityType = entitytype
  @ElementName = elementname
  @Level = level
  @BottomHeight = bottomheight
  @SpaceCode = spacecode
end

Instance Attribute Details

#BottomHeightObject

Parameters:

  • BuildingId:

    建筑id

  • ElementId:

    构件id

  • EntityType:

    构件类型

  • ElementName:

    构件名称

  • Level:

    构件级别

  • BottomHeight:

    底部标高(单位mm)

  • SpaceCode:

    空间编码



4973
4974
4975
# File 'lib/v20230427/models.rb', line 4973

def BottomHeight
  @BottomHeight
end

#BuildingIdObject

Parameters:

  • BuildingId:

    建筑id

  • ElementId:

    构件id

  • EntityType:

    构件类型

  • ElementName:

    构件名称

  • Level:

    构件级别

  • BottomHeight:

    底部标高(单位mm)

  • SpaceCode:

    空间编码



4973
4974
4975
# File 'lib/v20230427/models.rb', line 4973

def BuildingId
  @BuildingId
end

#ElementIdObject

Parameters:

  • BuildingId:

    建筑id

  • ElementId:

    构件id

  • EntityType:

    构件类型

  • ElementName:

    构件名称

  • Level:

    构件级别

  • BottomHeight:

    底部标高(单位mm)

  • SpaceCode:

    空间编码



4973
4974
4975
# File 'lib/v20230427/models.rb', line 4973

def ElementId
  @ElementId
end

#ElementNameObject

Parameters:

  • BuildingId:

    建筑id

  • ElementId:

    构件id

  • EntityType:

    构件类型

  • ElementName:

    构件名称

  • Level:

    构件级别

  • BottomHeight:

    底部标高(单位mm)

  • SpaceCode:

    空间编码



4973
4974
4975
# File 'lib/v20230427/models.rb', line 4973

def ElementName
  @ElementName
end

#EntityTypeObject

Parameters:

  • BuildingId:

    建筑id

  • ElementId:

    构件id

  • EntityType:

    构件类型

  • ElementName:

    构件名称

  • Level:

    构件级别

  • BottomHeight:

    底部标高(单位mm)

  • SpaceCode:

    空间编码



4973
4974
4975
# File 'lib/v20230427/models.rb', line 4973

def EntityType
  @EntityType
end

#LevelObject

Parameters:

  • BuildingId:

    建筑id

  • ElementId:

    构件id

  • EntityType:

    构件类型

  • ElementName:

    构件名称

  • Level:

    构件级别

  • BottomHeight:

    底部标高(单位mm)

  • SpaceCode:

    空间编码



4973
4974
4975
# File 'lib/v20230427/models.rb', line 4973

def Level
  @Level
end

#SpaceCodeObject

Parameters:

  • BuildingId:

    建筑id

  • ElementId:

    构件id

  • EntityType:

    构件类型

  • ElementName:

    构件名称

  • Level:

    构件级别

  • BottomHeight:

    底部标高(单位mm)

  • SpaceCode:

    空间编码



4973
4974
4975
# File 'lib/v20230427/models.rb', line 4973

def SpaceCode
  @SpaceCode
end

Instance Method Details

#deserialize(params) ⇒ Object



4985
4986
4987
4988
4989
4990
4991
4992
4993
# File 'lib/v20230427/models.rb', line 4985

def deserialize(params)
  @BuildingId = params['BuildingId']
  @ElementId = params['ElementId']
  @EntityType = params['EntityType']
  @ElementName = params['ElementName']
  @Level = params['Level']
  @BottomHeight = params['BottomHeight']
  @SpaceCode = params['SpaceCode']
end