HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
dc.EventObjects.AttributeUpdate Class Reference
Inheritance diagram for dc.EventObjects.AttributeUpdate:
Collaboration diagram for dc.EventObjects.AttributeUpdate:

Public Member Functions

def __init__ (self, siteId, name)
 
- Public Member Functions inherited from dc.EventObjects.Attribute
def __init__ (self, siteId, name, urlMd5='', value='', cDate=None)
 
- Public Member Functions inherited from app.Utils.JsonSerializable
def __init__ (self)
 
def toJSON (self)
 

Public Attributes

 siteId
 
 name
 
 urlMd5
 
 value
 
 cDate
 
- Public Attributes inherited from dc.EventObjects.Attribute
 siteId
 
 name
 
 urlMd5
 
 value
 
 cDate
 

Additional Inherited Members

- Static Public Member Functions inherited from app.Utils.JsonSerializable
def json_serial (obj)
 

Detailed Description

Definition at line 1586 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dc.EventObjects.AttributeUpdate.__init__ (   self,
  siteId,
  name 
)

Definition at line 1593 of file EventObjects.py.

1593  def __init__(self, siteId, name):
1594  super(AttributeUpdate, self).__init__(siteId, name)
1595  self.siteId = siteId
1596  self.name = name
1597  self.urlMd5 = None
1598  self.value = None
1599  self.cDate = None
1600 
1601 
1602 # #AttributeDelete event object
1603 #
1604 # The AttributeDelete event object for delete operation. Deletes attributes by name or by criterions
1605 #
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ cDate

dc.EventObjects.AttributeUpdate.cDate

Definition at line 1599 of file EventObjects.py.

◆ name

dc.EventObjects.AttributeUpdate.name

Definition at line 1596 of file EventObjects.py.

◆ siteId

dc.EventObjects.AttributeUpdate.siteId

Definition at line 1595 of file EventObjects.py.

◆ urlMd5

dc.EventObjects.AttributeUpdate.urlMd5

Definition at line 1597 of file EventObjects.py.

◆ value

dc.EventObjects.AttributeUpdate.value

Definition at line 1598 of file EventObjects.py.


The documentation for this class was generated from the following file: