Class: TencentCloud::Weilingwith::V20230427::ElementProfile
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::ElementProfile
- Defined in:
- lib/v20230427/models.rb
Overview
构件概要信息
Instance Attribute Summary collapse
- #BottomHeight ⇒ Object
- #BuildingId ⇒ Object
- #ElementDesc ⇒ Object
- #ElementId ⇒ Object
- #ElementName ⇒ Object
- #EntityType ⇒ Object
- #IsDelete ⇒ Object
- #Level ⇒ Object
- #ParentElementId ⇒ Object
- #Sort ⇒ Object
- #SpaceCode ⇒ Object
- #SpacePoiId ⇒ Object
- #SpaceTypeCode ⇒ Object
- #SpaceTypeName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(buildingid = nil, elementid = nil, entitytype = nil, elementname = nil, level = nil, bottomheight = nil, sort = nil, spacecode = nil, spacetypecode = nil, spacetypename = nil, parentelementid = nil, spacepoiid = nil, elementdesc = nil, isdelete = nil) ⇒ ElementProfile
constructor
A new instance of ElementProfile.
Constructor Details
#initialize(buildingid = nil, elementid = nil, entitytype = nil, elementname = nil, level = nil, bottomheight = nil, sort = nil, spacecode = nil, spacetypecode = nil, spacetypename = nil, parentelementid = nil, spacepoiid = nil, elementdesc = nil, isdelete = nil) ⇒ ElementProfile
Returns a new instance of ElementProfile.
5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 |
# File 'lib/v20230427/models.rb', line 5328 def initialize(buildingid=nil, elementid=nil, entitytype=nil, elementname=nil, level=nil, bottomheight=nil, sort=nil, spacecode=nil, spacetypecode=nil, spacetypename=nil, parentelementid=nil, spacepoiid=nil, elementdesc=nil, isdelete=nil) @BuildingId = buildingid @ElementId = elementid @EntityType = entitytype @ElementName = elementname @Level = level @BottomHeight = bottomheight @Sort = sort @SpaceCode = spacecode @SpaceTypeCode = spacetypecode @SpaceTypeName = spacetypename @ParentElementId = parentelementid @SpacePoiId = spacepoiid @ElementDesc = elementdesc @IsDelete = isdelete end |
Instance Attribute Details
#BottomHeight ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def BottomHeight @BottomHeight end |
#BuildingId ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def BuildingId @BuildingId end |
#ElementDesc ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def ElementDesc @ElementDesc end |
#ElementId ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def ElementId @ElementId end |
#ElementName ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def ElementName @ElementName end |
#EntityType ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def EntityType @EntityType end |
#IsDelete ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def IsDelete @IsDelete end |
#Level ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def Level @Level end |
#ParentElementId ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def ParentElementId @ParentElementId end |
#Sort ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def Sort @Sort end |
#SpaceCode ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def SpaceCode @SpaceCode end |
#SpacePoiId ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def SpacePoiId @SpacePoiId end |
#SpaceTypeCode ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def SpaceTypeCode @SpaceTypeCode end |
#SpaceTypeName ⇒ Object
5326 5327 5328 |
# File 'lib/v20230427/models.rb', line 5326 def SpaceTypeName @SpaceTypeName end |
Instance Method Details
#deserialize(params) ⇒ Object
5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 |
# File 'lib/v20230427/models.rb', line 5345 def deserialize(params) @BuildingId = params['BuildingId'] @ElementId = params['ElementId'] @EntityType = params['EntityType'] @ElementName = params['ElementName'] @Level = params['Level'] @BottomHeight = params['BottomHeight'] @Sort = params['Sort'] @SpaceCode = params['SpaceCode'] @SpaceTypeCode = params['SpaceTypeCode'] @SpaceTypeName = params['SpaceTypeName'] @ParentElementId = params['ParentElementId'] @SpacePoiId = params['SpacePoiId'] @ElementDesc = params['ElementDesc'] @IsDelete = params['IsDelete'] end |