Name | Type | Description | Notes |
---|---|---|---|
EventType | Pointer to string | Event type. | [optional] |
SensorId | Pointer to string | The sensor ID. | [optional] |
SensorHostname | Pointer to string | The sensor's hostname. | [optional] |
SensorUserName | Pointer to string | The sensor's user name. | [optional] |
func NewCSEWindowsExcessiveEventLogMonitorsTracker() *CSEWindowsExcessiveEventLogMonitorsTracker
NewCSEWindowsExcessiveEventLogMonitorsTracker instantiates a new CSEWindowsExcessiveEventLogMonitorsTracker 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 NewCSEWindowsExcessiveEventLogMonitorsTrackerWithDefaults() *CSEWindowsExcessiveEventLogMonitorsTracker
NewCSEWindowsExcessiveEventLogMonitorsTrackerWithDefaults instantiates a new CSEWindowsExcessiveEventLogMonitorsTracker 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 *CSEWindowsExcessiveEventLogMonitorsTracker) GetEventType() string
GetEventType returns the EventType field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) GetEventTypeOk() (*string, bool)
GetEventTypeOk returns a tuple with the EventType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) SetEventType(v string)
SetEventType sets EventType field to given value.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) HasEventType() bool
HasEventType returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) GetSensorId() string
GetSensorId returns the SensorId field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) GetSensorIdOk() (*string, bool)
GetSensorIdOk returns a tuple with the SensorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) SetSensorId(v string)
SetSensorId sets SensorId field to given value.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) HasSensorId() bool
HasSensorId returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) GetSensorHostname() string
GetSensorHostname returns the SensorHostname field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) GetSensorHostnameOk() (*string, bool)
GetSensorHostnameOk returns a tuple with the SensorHostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) SetSensorHostname(v string)
SetSensorHostname sets SensorHostname field to given value.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) HasSensorHostname() bool
HasSensorHostname returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) GetSensorUserName() string
GetSensorUserName returns the SensorUserName field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) GetSensorUserNameOk() (*string, bool)
GetSensorUserNameOk returns a tuple with the SensorUserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) SetSensorUserName(v string)
SetSensorUserName sets SensorUserName field to given value.
func (o *CSEWindowsExcessiveEventLogMonitorsTracker) HasSensorUserName() bool
HasSensorUserName returns a boolean if a field has been set.