ruạṛ
a O��f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�Groupzs Represents the current state of a consumer group, including partition reservations and committed offsets. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a| Initializes a new Group object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param stream_id: The value to assign to the stream_id property of this Group. :type stream_id: str :param group_name: The value to assign to the group_name property of this Group. :type group_name: str :param reservations: The value to assign to the reservations property of this Group. :type reservations: list[oci.streaming.models.PartitionReservation] �strzlist[PartitionReservation])� stream_id� group_name�reservations�streamId� groupNamer N)� swagger_types� attribute_map� _stream_id�_group_name� _reservations)�self�kwargs� r �~/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/streaming/models/group.py�__init__ s ��zGroup.__init__c C s | j S )z� **[Required]** Gets the stream_id of this Group. The streamId for which the group exists. :return: The stream_id of this Group. :rtype: str �r �r r r r r 2 s zGroup.stream_idc C s || _ dS )z� Sets the stream_id of this Group. The streamId for which the group exists. :param stream_id: The stream_id of this Group. :type: str Nr )r r r r r r >