Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.96 KB

AlertApiFilter.md

File metadata and controls

212 lines (115 loc) · 5.96 KB

AlertApiFilter

Properties

Name Type Description Notes
ConfigurationTypes Pointer to []string Alert Configuration Target Types [optional]
ConfigurationUuid Pointer to string The uuid of the alert configuration. [optional]
Severities Pointer to []string The severity of the alerts. [optional]
SourceName Pointer to string The source name of the alerts. [optional]
SourceUUIDs Pointer to []string The source uuids of the alerts. [optional]
States Pointer to []string The state of the alerts. [optional]
Uuids Pointer to []string The uuids of the alerts. [optional]

Methods

NewAlertApiFilter

func NewAlertApiFilter() *AlertApiFilter

NewAlertApiFilter instantiates a new AlertApiFilter 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

NewAlertApiFilterWithDefaults

func NewAlertApiFilterWithDefaults() *AlertApiFilter

NewAlertApiFilterWithDefaults instantiates a new AlertApiFilter 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

GetConfigurationTypes

func (o *AlertApiFilter) GetConfigurationTypes() []string

GetConfigurationTypes returns the ConfigurationTypes field if non-nil, zero value otherwise.

GetConfigurationTypesOk

func (o *AlertApiFilter) GetConfigurationTypesOk() (*[]string, bool)

GetConfigurationTypesOk returns a tuple with the ConfigurationTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConfigurationTypes

func (o *AlertApiFilter) SetConfigurationTypes(v []string)

SetConfigurationTypes sets ConfigurationTypes field to given value.

HasConfigurationTypes

func (o *AlertApiFilter) HasConfigurationTypes() bool

HasConfigurationTypes returns a boolean if a field has been set.

GetConfigurationUuid

func (o *AlertApiFilter) GetConfigurationUuid() string

GetConfigurationUuid returns the ConfigurationUuid field if non-nil, zero value otherwise.

GetConfigurationUuidOk

func (o *AlertApiFilter) GetConfigurationUuidOk() (*string, bool)

GetConfigurationUuidOk returns a tuple with the ConfigurationUuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConfigurationUuid

func (o *AlertApiFilter) SetConfigurationUuid(v string)

SetConfigurationUuid sets ConfigurationUuid field to given value.

HasConfigurationUuid

func (o *AlertApiFilter) HasConfigurationUuid() bool

HasConfigurationUuid returns a boolean if a field has been set.

GetSeverities

func (o *AlertApiFilter) GetSeverities() []string

GetSeverities returns the Severities field if non-nil, zero value otherwise.

GetSeveritiesOk

func (o *AlertApiFilter) GetSeveritiesOk() (*[]string, bool)

GetSeveritiesOk returns a tuple with the Severities field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSeverities

func (o *AlertApiFilter) SetSeverities(v []string)

SetSeverities sets Severities field to given value.

HasSeverities

func (o *AlertApiFilter) HasSeverities() bool

HasSeverities returns a boolean if a field has been set.

GetSourceName

func (o *AlertApiFilter) GetSourceName() string

GetSourceName returns the SourceName field if non-nil, zero value otherwise.

GetSourceNameOk

func (o *AlertApiFilter) GetSourceNameOk() (*string, bool)

GetSourceNameOk returns a tuple with the SourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSourceName

func (o *AlertApiFilter) SetSourceName(v string)

SetSourceName sets SourceName field to given value.

HasSourceName

func (o *AlertApiFilter) HasSourceName() bool

HasSourceName returns a boolean if a field has been set.

GetSourceUUIDs

func (o *AlertApiFilter) GetSourceUUIDs() []string

GetSourceUUIDs returns the SourceUUIDs field if non-nil, zero value otherwise.

GetSourceUUIDsOk

func (o *AlertApiFilter) GetSourceUUIDsOk() (*[]string, bool)

GetSourceUUIDsOk returns a tuple with the SourceUUIDs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSourceUUIDs

func (o *AlertApiFilter) SetSourceUUIDs(v []string)

SetSourceUUIDs sets SourceUUIDs field to given value.

HasSourceUUIDs

func (o *AlertApiFilter) HasSourceUUIDs() bool

HasSourceUUIDs returns a boolean if a field has been set.

GetStates

func (o *AlertApiFilter) GetStates() []string

GetStates returns the States field if non-nil, zero value otherwise.

GetStatesOk

func (o *AlertApiFilter) GetStatesOk() (*[]string, bool)

GetStatesOk returns a tuple with the States field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStates

func (o *AlertApiFilter) SetStates(v []string)

SetStates sets States field to given value.

HasStates

func (o *AlertApiFilter) HasStates() bool

HasStates returns a boolean if a field has been set.

GetUuids

func (o *AlertApiFilter) GetUuids() []string

GetUuids returns the Uuids field if non-nil, zero value otherwise.

GetUuidsOk

func (o *AlertApiFilter) GetUuidsOk() (*[]string, bool)

GetUuidsOk returns a tuple with the Uuids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUuids

func (o *AlertApiFilter) SetUuids(v []string)

SetUuids sets Uuids field to given value.

HasUuids

func (o *AlertApiFilter) HasUuids() bool

HasUuids returns a boolean if a field has been set.

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