Class: TencentCloud::Dbbrain::V20210527::MySqlProcess
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20210527::MySqlProcess
- Defined in:
- lib/v20210527/models.rb
Overview
关系型数据库线程
Instance Attribute Summary collapse
-
#Command ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#DB ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Host ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#SqlType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#User ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, user = nil, host = nil, db = nil, state = nil, command = nil, time = nil, info = nil, sqltype = nil) ⇒ MySqlProcess
constructor
A new instance of MySqlProcess.
Constructor Details
#initialize(id = nil, user = nil, host = nil, db = nil, state = nil, command = nil, time = nil, info = nil, sqltype = nil) ⇒ MySqlProcess
Returns a new instance of MySqlProcess.
6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 |
# File 'lib/v20210527/models.rb', line 6471 def initialize(id=nil, user=nil, host=nil, db=nil, state=nil, command=nil, time=nil, info=nil, sqltype=nil) @ID = id @User = user @Host = host @DB = db @State = state @Command = command @Time = time @Info = info @SqlType = sqltype end |
Instance Attribute Details
#Command ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def Command @Command end |
#DB ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def DB @DB end |
#Host ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def Host @Host end |
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def ID @ID end |
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def Info @Info end |
#SqlType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def SqlType @SqlType end |
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def State @State end |
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def Time @Time end |
#User ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6469 6470 6471 |
# File 'lib/v20210527/models.rb', line 6469 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 |
# File 'lib/v20210527/models.rb', line 6483 def deserialize(params) @ID = params['ID'] @User = params['User'] @Host = params['Host'] @DB = params['DB'] @State = params['State'] @Command = params['Command'] @Time = params['Time'] @Info = params['Info'] @SqlType = params['SqlType'] end |