Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.75 KB

CSEWindowsExcessiveFilesPendingUploadTrackerAllOf.md

File metadata and controls

186 lines (101 loc) · 6.75 KB

CSEWindowsExcessiveFilesPendingUploadTrackerAllOf

Properties

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]

Methods

NewCSEWindowsExcessiveFilesPendingUploadTrackerAllOf

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

NewCSEWindowsExcessiveFilesPendingUploadTrackerAllOfWithDefaults

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

GetSensorId

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetSensorId() string

GetSensorId returns the SensorId field if non-nil, zero value otherwise.

GetSensorIdOk

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.

SetSensorId

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetSensorId(v string)

SetSensorId sets SensorId field to given value.

HasSensorId

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasSensorId() bool

HasSensorId returns a boolean if a field has been set.

GetSensorHostname

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetSensorHostname() string

GetSensorHostname returns the SensorHostname field if non-nil, zero value otherwise.

GetSensorHostnameOk

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.

SetSensorHostname

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetSensorHostname(v string)

SetSensorHostname sets SensorHostname field to given value.

HasSensorHostname

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasSensorHostname() bool

HasSensorHostname returns a boolean if a field has been set.

GetSource

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetSource(v string)

SetSource sets Source field to given value.

HasSource

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasSource() bool

HasSource returns a boolean if a field has been set.

GetLastErrorMessage

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetLastErrorMessage() string

GetLastErrorMessage returns the LastErrorMessage field if non-nil, zero value otherwise.

GetLastErrorMessageOk

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.

SetLastErrorMessage

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetLastErrorMessage(v string)

SetLastErrorMessage sets LastErrorMessage field to given value.

HasLastErrorMessage

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasLastErrorMessage() bool

HasLastErrorMessage returns a boolean if a field has been set.

GetNumberOfFilesPending

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetNumberOfFilesPending() string

GetNumberOfFilesPending returns the NumberOfFilesPending field if non-nil, zero value otherwise.

GetNumberOfFilesPendingOk

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.

SetNumberOfFilesPending

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetNumberOfFilesPending(v string)

SetNumberOfFilesPending sets NumberOfFilesPending field to given value.

HasNumberOfFilesPending

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasNumberOfFilesPending() bool

HasNumberOfFilesPending returns a boolean if a field has been set.

GetOldestTimestampInQueue

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) GetOldestTimestampInQueue() string

GetOldestTimestampInQueue returns the OldestTimestampInQueue field if non-nil, zero value otherwise.

GetOldestTimestampInQueueOk

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.

SetOldestTimestampInQueue

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) SetOldestTimestampInQueue(v string)

SetOldestTimestampInQueue sets OldestTimestampInQueue field to given value.

HasOldestTimestampInQueue

func (o *CSEWindowsExcessiveFilesPendingUploadTrackerAllOf) HasOldestTimestampInQueue() bool

HasOldestTimestampInQueue returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]