rest_api.swagger_server.models.payload
index
/var/lib/jenkins/workspace/resmon_monitor_doc/rest_api/swagger_server/models/payload.py

# coding: utf-8

 
Modules
       
rest_api.swagger_server.util

 
Classes
       
rest_api.swagger_server.models.base_model_.Model(builtins.object)
Payload

 
class Payload(rest_api.swagger_server.models.base_model_.Model)
    NOTE: This class is auto generated by the swagger code generator program.
 
Do not edit the class manually.
 
 
Method resolution order:
Payload
rest_api.swagger_server.models.base_model_.Model
builtins.object

Methods defined here:
__init__(self, description:str=None, parent_id:str=None, moving_window_duration:int=None, interval:int=None)
Payload - a model defined in Swagger
 
:param description: The description of this Payload.  # noqa: E501
:type description: str
:param parent_id: The parent_id of this Payload.  # noqa: E501
:type parent_id: str
:param moving_window_duration: The moving_window_duration of this Payload.  # noqa: E501
:type moving_window_duration: int
:param interval: The interval of this Payload.  # noqa: E501
:type interval: int

Class methods defined here:
from_dict(dikt) -> 'Payload' from builtins.type
Returns the dict as a model
 
:param dikt: A dict.
:type: dict
:return: The payload of this Payload.  # noqa: E501
:rtype: Payload

Data descriptors defined here:
description
Gets the description of this Payload.
 
Detailed informations about metric  # noqa: E501
 
:return: The description of this Payload.
:rtype: str
interval
Gets the interval of this Payload.
 
Number of seconds between each new point in produced series  # noqa: E501
 
:return: The interval of this Payload.
:rtype: int
moving_window_duration
Gets the moving_window_duration of this Payload.
 
Duration of moving window in seconds  # noqa: E501
 
:return: The moving_window_duration of this Payload.
:rtype: int
parent_id
Gets the parent_id of this Payload.
 
Id of a metric on which is based the complex metric  # noqa: E501
 
:return: The parent_id of this Payload.
:rtype: str

Methods inherited from rest_api.swagger_server.models.base_model_.Model:
__eq__(self, other)
Returns true if both objects are equal
__ne__(self, other)
Returns true if both objects are not equal
__repr__(self)
For `print` and `pprint`
to_dict(self)
Returns the model properties as a dict
 
:rtype: dict
to_str(self)
Returns the string representation of the model
 
:rtype: str

Data descriptors inherited from rest_api.swagger_server.models.base_model_.Model:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

Data and other attributes inherited from rest_api.swagger_server.models.base_model_.Model:
__hash__ = None
attribute_map = {}
swagger_types = {}

 
Data
        absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384)