Package Products :: Package ZenEvents :: Package events2 :: Module proxy :: Class EventDetailProxy
[hide private]
[frames] | no frames]

Class EventDetailProxy

source code

object --+
         |
        EventDetailProxy

A proxy for a details dictionary. Maps org.zenoss.protocols.zep.EventDetail to a dictionary.

Instance Methods [hide private]
 
__init__(self, eventProtobuf) source code
 
__getattr__(self, name) source code
 
__setattr__(self, name, value) source code
 
__delitem__(self, key) source code
 
__getitem__(self, key) source code
 
__setitem__(self, key, value) source code
 
__contains__(self, key) source code
 
__len__(self) source code
 
get(self, key, default=None) source code
 
set(self, key, value) source code
 
getAll(self, key, default=None)
The normal __getitem__ and get() methods throw an exception for multi-valued details.
source code
Method Details [hide private]

__init__(self, eventProtobuf)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__setattr__(self, name, value)

source code 
Overrides: object.__setattr__
(inherited documentation)

getAll(self, key, default=None)

source code 

The normal __getitem__ and get() methods throw an exception for multi-valued details. This one specifically allows multi-valued details.