Name | Type | Description | Notes |
---|---|---|---|
SensorId | Pointer to string | The sensor ID. | [optional] |
SensorHostname | Pointer to string | The sensor's hostname. | [optional] |
Source | Pointer to string | The HostName + EventLog name for EventLogs and Domain name for Directory. | [optional] |
LastErrorMessage | Pointer to string | The last error message. | [optional] |
NumberOfFilesPending | Pointer to string | The number of files pending upload. | [optional] |
OldestTimestampInQueue | Pointer to string | The oldest timestamp in the queue. | [optional] |
func NewCSEWindowsExcessiveFilesPendingUploadTrackerAllOf() *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf
NewCSEWindowsExcessiveFilesPendingUploadTrackerAllOf instantiates a new CSEWindowsExcessiveFilesPendingUploadTrackerAllOf 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 NewCSEWindowsExcessiveFilesPendingUploadTrackerAllOfWithDefaults() *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf
NewCSEWindowsExcessiveFilesPendingUploadTrackerAllOfWithDefaults instantiates a new CSEWindowsExcessiveFilesPendingUploadTrackerAllOf 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 *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetSensorId() string
GetSensorId returns the SensorId field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) 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 *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetSensorId(v string)
SetSensorId sets SensorId field to given value.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasSensorId() bool
HasSensorId returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetSensorHostname() string
GetSensorHostname returns the SensorHostname field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) 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 *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetSensorHostname(v string)
SetSensorHostname sets SensorHostname field to given value.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasSensorHostname() bool
HasSensorHostname returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetSource(v string)
SetSource sets Source field to given value.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetLastErrorMessage() string
GetLastErrorMessage returns the LastErrorMessage field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetLastErrorMessageOk() (*string, bool)
GetLastErrorMessageOk returns a tuple with the LastErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetLastErrorMessage(v string)
SetLastErrorMessage sets LastErrorMessage field to given value.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasLastErrorMessage() bool
HasLastErrorMessage returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetNumberOfFilesPending() string
GetNumberOfFilesPending returns the NumberOfFilesPending field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetNumberOfFilesPendingOk() (*string, bool)
GetNumberOfFilesPendingOk returns a tuple with the NumberOfFilesPending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetNumberOfFilesPending(v string)
SetNumberOfFilesPending sets NumberOfFilesPending field to given value.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasNumberOfFilesPending() bool
HasNumberOfFilesPending returns a boolean if a field has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetOldestTimestampInQueue() string
GetOldestTimestampInQueue returns the OldestTimestampInQueue field if non-nil, zero value otherwise.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetOldestTimestampInQueueOk() (*string, bool)
GetOldestTimestampInQueueOk returns a tuple with the OldestTimestampInQueue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetOldestTimestampInQueue(v string)
SetOldestTimestampInQueue sets OldestTimestampInQueue field to given value.
func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasOldestTimestampInQueue() bool
HasOldestTimestampInQueue returns a boolean if a field has been set.