Class: TencentCloud::Dbbrain::V20191016::MySqlProcess
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dbbrain::V20191016::MySqlProcess
- Defined in:
- lib/v20191016/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.
2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 |
# File 'lib/v20191016/models.rb', line 2437 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,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def Command @Command end |
#DB ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def DB @DB end |
#Host ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def Host @Host end |
#ID ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def ID @ID end |
#Info ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def Info @Info end |
#SqlType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def SqlType @SqlType end |
#State ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def State @State end |
#Time ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def Time @Time end |
#User ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
2435 2436 2437 |
# File 'lib/v20191016/models.rb', line 2435 def User @User end |
Instance Method Details
#deserialize(params) ⇒ Object
2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 |
# File 'lib/v20191016/models.rb', line 2449 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 |