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.
6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 |
# File 'lib/v20210527/models.rb', line 6535 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,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def Command @Command end |
#DB ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def DB @DB end |
#Host ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def Host @Host end |
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def ID @ID end |
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def Info @Info end |
#SqlType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def SqlType @SqlType end |
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def State @State end |
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def Time @Time end |
#User ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6533 6534 6535 |
# File 'lib/v20210527/models.rb', line 6533 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 |
# File 'lib/v20210527/models.rb', line 6547 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 |