Name | Type | Description | Notes |
---|---|---|---|
Active | Pointer to bool | [optional] | |
FailureMessage | Pointer to string | [optional] | |
Id | Pointer to int64 | [optional] | |
Init | Pointer to bool | [optional] | |
Name | Pointer to string | [optional] | |
Type | Pointer to string | [optional] |
func NewProducer() *Producer
NewProducer instantiates a new Producer object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProducerWithDefaults() *Producer
NewProducerWithDefaults instantiates a new Producer object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *Producer) GetActive() bool
GetActive returns the Active field if non-nil, zero value otherwise.
func (o *Producer) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Producer) SetActive(v bool)
SetActive sets Active field to given value.
func (o *Producer) HasActive() bool
HasActive returns a boolean if a field has been set.
func (o *Producer) GetFailureMessage() string
GetFailureMessage returns the FailureMessage field if non-nil, zero value otherwise.
func (o *Producer) GetFailureMessageOk() (*string, bool)
GetFailureMessageOk returns a tuple with the FailureMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Producer) SetFailureMessage(v string)
SetFailureMessage sets FailureMessage field to given value.
func (o *Producer) HasFailureMessage() bool
HasFailureMessage returns a boolean if a field has been set.
func (o *Producer) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Producer) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Producer) SetId(v int64)
SetId sets Id field to given value.
func (o *Producer) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Producer) GetInit() bool
GetInit returns the Init field if non-nil, zero value otherwise.
func (o *Producer) GetInitOk() (*bool, bool)
GetInitOk returns a tuple with the Init field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Producer) SetInit(v bool)
SetInit sets Init field to given value.
func (o *Producer) HasInit() bool
HasInit returns a boolean if a field has been set.
func (o *Producer) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Producer) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Producer) SetName(v string)
SetName sets Name field to given value.
func (o *Producer) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Producer) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Producer) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Producer) SetType(v string)
SetType sets Type field to given value.
func (o *Producer) HasType() bool
HasType returns a boolean if a field has been set.