Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | Pointer to string | [optional] | |
Detail | Pointer to map[string]interface{} | [optional] | |
Id | Pointer to string | [optional] | |
Level | Pointer to string | [optional] | |
Message | Pointer to string | [optional] | |
ProcessId | Pointer to string | [optional] | |
StructVersion | Pointer to string | [optional] |
func NewEventEventLogImpl() *EventEventLogImpl
NewEventEventLogImpl instantiates a new EventEventLogImpl 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 NewEventEventLogImplWithDefaults() *EventEventLogImpl
NewEventEventLogImplWithDefaults instantiates a new EventEventLogImpl 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 *EventEventLogImpl) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *EventEventLogImpl) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventEventLogImpl) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *EventEventLogImpl) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *EventEventLogImpl) GetDetail() map[string]interface{}
GetDetail returns the Detail field if non-nil, zero value otherwise.
func (o *EventEventLogImpl) GetDetailOk() (*map[string]interface{}, bool)
GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventEventLogImpl) SetDetail(v map[string]interface{})
SetDetail sets Detail field to given value.
func (o *EventEventLogImpl) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (o *EventEventLogImpl) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *EventEventLogImpl) GetIdOk() (*string, 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 *EventEventLogImpl) SetId(v string)
SetId sets Id field to given value.
func (o *EventEventLogImpl) HasId() bool
HasId returns a boolean if a field has been set.
func (o *EventEventLogImpl) GetLevel() string
GetLevel returns the Level field if non-nil, zero value otherwise.
func (o *EventEventLogImpl) GetLevelOk() (*string, bool)
GetLevelOk returns a tuple with the Level field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventEventLogImpl) SetLevel(v string)
SetLevel sets Level field to given value.
func (o *EventEventLogImpl) HasLevel() bool
HasLevel returns a boolean if a field has been set.
func (o *EventEventLogImpl) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *EventEventLogImpl) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventEventLogImpl) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *EventEventLogImpl) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *EventEventLogImpl) GetProcessId() string
GetProcessId returns the ProcessId field if non-nil, zero value otherwise.
func (o *EventEventLogImpl) GetProcessIdOk() (*string, bool)
GetProcessIdOk returns a tuple with the ProcessId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventEventLogImpl) SetProcessId(v string)
SetProcessId sets ProcessId field to given value.
func (o *EventEventLogImpl) HasProcessId() bool
HasProcessId returns a boolean if a field has been set.
func (o *EventEventLogImpl) GetStructVersion() string
GetStructVersion returns the StructVersion field if non-nil, zero value otherwise.
func (o *EventEventLogImpl) GetStructVersionOk() (*string, bool)
GetStructVersionOk returns a tuple with the StructVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EventEventLogImpl) SetStructVersion(v string)
SetStructVersion sets StructVersion field to given value.
func (o *EventEventLogImpl) HasStructVersion() bool
HasStructVersion returns a boolean if a field has been set.