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.Attribute Class Reference
Inheritance diagram for dc.EventObjects.Attribute:
Collaboration diagram for dc.EventObjects.Attribute:

Public Member Functions

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
 

Additional Inherited Members

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

Detailed Description

Definition at line 1566 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dc.EventObjects.Attribute.__init__ (   self,
  siteId,
  name,
  urlMd5 = '',
  value = '',
  cDate = None 
)

Definition at line 1573 of file EventObjects.py.

1573  def __init__(self, siteId, name, urlMd5='', value='', cDate=None):
1574  super(Attribute, self).__init__()
1575  self.siteId = siteId
1576  self.name = name
1577  self.urlMd5 = urlMd5
1578  self.value = value
1579  self.cDate = cDate
1580 
1581 
1582 # #AttributeUpdate event object
1583 #
1584 # The AttributeUpdate event object for update operation. Updates only not None value fields
1585 #
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ cDate

dc.EventObjects.Attribute.cDate

Definition at line 1579 of file EventObjects.py.

◆ name

dc.EventObjects.Attribute.name

Definition at line 1576 of file EventObjects.py.

◆ siteId

dc.EventObjects.Attribute.siteId

Definition at line 1575 of file EventObjects.py.

◆ urlMd5

dc.EventObjects.Attribute.urlMd5

Definition at line 1577 of file EventObjects.py.

◆ value

dc.EventObjects.Attribute.value

Definition at line 1578 of file EventObjects.py.


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