| Name | Type | Description | Notes |
|---|---|---|---|
| Events | Pointer to []ReportEvent | [optional] | |
| Name | string |
func NewMutexEntry(name string, ) *MutexEntry
NewMutexEntry instantiates a new MutexEntry 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 NewMutexEntryWithDefaults() *MutexEntry
NewMutexEntryWithDefaults instantiates a new MutexEntry 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 *MutexEntry) GetEvents() []ReportEvent
GetEvents returns the Events field if non-nil, zero value otherwise.
func (o *MutexEntry) GetEventsOk() (*[]ReportEvent, bool)
GetEventsOk returns a tuple with the Events field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MutexEntry) SetEvents(v []ReportEvent)
SetEvents sets Events field to given value.
func (o *MutexEntry) HasEvents() bool
HasEvents returns a boolean if a field has been set.
func (o *MutexEntry) SetEventsNil(b bool)
SetEventsNil sets the value for Events to be an explicit nil
func (o *MutexEntry) UnsetEvents()
UnsetEvents ensures that no value is present for Events, not even an explicit nil
func (o *MutexEntry) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MutexEntry) 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 *MutexEntry) SetName(v string)
SetName sets Name field to given value.