Name | Type | Description | Notes |
---|---|---|---|
ConfigurationTypes | []string | ||
ConfigurationUuid | string | ||
Severities | []string | ||
SourceName | string | ||
SourceUUIDs | []string | ||
States | []string | ||
Uuids | []string |
func NewAlertApiFilter(configurationTypes []string, configurationUuid string, severities []string, sourceName string, sourceUUIDs []string, states []string, uuids []string, ) *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
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
func (o *AlertApiFilter) GetConfigurationTypes() []string
GetConfigurationTypes returns the ConfigurationTypes field if non-nil, zero value otherwise.
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.
func (o *AlertApiFilter) SetConfigurationTypes(v []string)
SetConfigurationTypes sets ConfigurationTypes field to given value.
func (o *AlertApiFilter) GetConfigurationUuid() string
GetConfigurationUuid returns the ConfigurationUuid field if non-nil, zero value otherwise.
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.
func (o *AlertApiFilter) SetConfigurationUuid(v string)
SetConfigurationUuid sets ConfigurationUuid field to given value.
func (o *AlertApiFilter) GetSeverities() []string
GetSeverities returns the Severities field if non-nil, zero value otherwise.
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.
func (o *AlertApiFilter) SetSeverities(v []string)
SetSeverities sets Severities field to given value.
func (o *AlertApiFilter) GetSourceName() string
GetSourceName returns the SourceName field if non-nil, zero value otherwise.
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.
func (o *AlertApiFilter) SetSourceName(v string)
SetSourceName sets SourceName field to given value.
func (o *AlertApiFilter) GetSourceUUIDs() []string
GetSourceUUIDs returns the SourceUUIDs field if non-nil, zero value otherwise.
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.
func (o *AlertApiFilter) SetSourceUUIDs(v []string)
SetSourceUUIDs sets SourceUUIDs field to given value.
func (o *AlertApiFilter) GetStates() []string
GetStates returns the States field if non-nil, zero value otherwise.
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.
func (o *AlertApiFilter) SetStates(v []string)
SetStates sets States field to given value.
func (o *AlertApiFilter) GetUuids() []string
GetUuids returns the Uuids field if non-nil, zero value otherwise.
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.
func (o *AlertApiFilter) SetUuids(v []string)
SetUuids sets Uuids field to given value.