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

Public Member Functions

def __init__ (self, siteId, urlMd5, contentType, putDict=None, criterions=None, fileStorageSuffix=None)
 
- Public Member Functions inherited from app.Utils.JsonSerializable
def __init__ (self)
 
def toJSON (self)
 

Public Attributes

 siteId
 
 urlMd5
 
 putDict
 
 criterions
 
 contentType
 
 fileStorageSuffix
 

Additional Inherited Members

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

Detailed Description

Definition at line 1289 of file EventObjects.py.

Constructor & Destructor Documentation

◆ __init__()

def dc.EventObjects.URLPut.__init__ (   self,
  siteId,
  urlMd5,
  contentType,
  putDict = None,
  criterions = None,
  fileStorageSuffix = None 
)

Definition at line 1296 of file EventObjects.py.

1296  def __init__(self, siteId, urlMd5, contentType, putDict=None, criterions=None, fileStorageSuffix=None):
1297  super(URLPut, self).__init__()
1298  if putDict is None:
1299  putDict = {}
1300  self.siteId = siteId
1301  self.urlMd5 = urlMd5
1302  self.putDict = putDict
1303  self.criterions = criterions
1304  self.contentType = contentType
1305  self.fileStorageSuffix = fileStorageSuffix
1306 
1307 
1308 
1309 # #DataDeleteResponse outgoing (response) class for db storage [Data delte operations]
1310 #
1311 #
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Data Documentation

◆ contentType

dc.EventObjects.URLPut.contentType

Definition at line 1304 of file EventObjects.py.

◆ criterions

dc.EventObjects.URLPut.criterions

Definition at line 1303 of file EventObjects.py.

◆ fileStorageSuffix

dc.EventObjects.URLPut.fileStorageSuffix

Definition at line 1305 of file EventObjects.py.

◆ putDict

dc.EventObjects.URLPut.putDict

Definition at line 1302 of file EventObjects.py.

◆ siteId

dc.EventObjects.URLPut.siteId

Definition at line 1300 of file EventObjects.py.

◆ urlMd5

dc.EventObjects.URLPut.urlMd5

Definition at line 1301 of file EventObjects.py.


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