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
admin.NodeManagerResponse.NodeManagerResponse Class Reference

NodeManagerResponse class that represents admin modules response. More...

Inheritance diagram for admin.NodeManagerResponse.NodeManagerResponse:
Collaboration diagram for admin.NodeManagerResponse.NodeManagerResponse:

Public Member Functions

def __init__ (self, errorCode=CONSTANTS.ERROR_NO, body=None)
 
def getErrorCode (self)
 
def getBody (self)
 

Public Attributes

 errorCode
 
 body
 

Detailed Description

NodeManagerResponse class that represents admin modules response.

Definition at line 14 of file NodeManagerResponse.py.

Constructor & Destructor Documentation

◆ __init__()

def admin.NodeManagerResponse.NodeManagerResponse.__init__ (   self,
  errorCode = CONSTANTS.ERROR_NO,
  body = None 
)

Definition at line 15 of file NodeManagerResponse.py.

15  def __init__(self, errorCode=CONSTANTS.ERROR_NO, body=None):
16  self.errorCode = errorCode
17  self.body = body
18 
19 
def __init__(self)
constructor
Definition: UIDGenerator.py:19

Member Function Documentation

◆ getBody()

def admin.NodeManagerResponse.NodeManagerResponse.getBody (   self)

Definition at line 24 of file NodeManagerResponse.py.

24  def getBody(self):
25  return self.body
26 

◆ getErrorCode()

def admin.NodeManagerResponse.NodeManagerResponse.getErrorCode (   self)

Definition at line 20 of file NodeManagerResponse.py.

20  def getErrorCode(self):
21  return self.errorCode
22 
23 
Here is the caller graph for this function:

Member Data Documentation

◆ body

admin.NodeManagerResponse.NodeManagerResponse.body

Definition at line 17 of file NodeManagerResponse.py.

◆ errorCode

admin.NodeManagerResponse.NodeManagerResponse.errorCode

Definition at line 16 of file NodeManagerResponse.py.


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