Name | Type | Description | Notes |
---|---|---|---|
Direction | string | ||
Filter | AlertApiFilter | ||
Limit | int32 | ||
NeedTotalCount | bool | ||
Offset | int32 | ||
SortBy | string |
func NewAlertPagedApiQuery(direction string, filter AlertApiFilter, limit int32, needTotalCount bool, offset int32, sortBy string, ) *AlertPagedApiQuery
NewAlertPagedApiQuery instantiates a new AlertPagedApiQuery 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 NewAlertPagedApiQueryWithDefaults() *AlertPagedApiQuery
NewAlertPagedApiQueryWithDefaults instantiates a new AlertPagedApiQuery 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 *AlertPagedApiQuery) GetDirection() string
GetDirection returns the Direction field if non-nil, zero value otherwise.
func (o *AlertPagedApiQuery) GetDirectionOk() (*string, bool)
GetDirectionOk returns a tuple with the Direction field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertPagedApiQuery) SetDirection(v string)
SetDirection sets Direction field to given value.
func (o *AlertPagedApiQuery) GetFilter() AlertApiFilter
GetFilter returns the Filter field if non-nil, zero value otherwise.
func (o *AlertPagedApiQuery) GetFilterOk() (*AlertApiFilter, bool)
GetFilterOk returns a tuple with the Filter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertPagedApiQuery) SetFilter(v AlertApiFilter)
SetFilter sets Filter field to given value.
func (o *AlertPagedApiQuery) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *AlertPagedApiQuery) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertPagedApiQuery) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *AlertPagedApiQuery) GetNeedTotalCount() bool
GetNeedTotalCount returns the NeedTotalCount field if non-nil, zero value otherwise.
func (o *AlertPagedApiQuery) GetNeedTotalCountOk() (*bool, bool)
GetNeedTotalCountOk returns a tuple with the NeedTotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertPagedApiQuery) SetNeedTotalCount(v bool)
SetNeedTotalCount sets NeedTotalCount field to given value.
func (o *AlertPagedApiQuery) GetOffset() int32
GetOffset returns the Offset field if non-nil, zero value otherwise.
func (o *AlertPagedApiQuery) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertPagedApiQuery) SetOffset(v int32)
SetOffset sets Offset field to given value.
func (o *AlertPagedApiQuery) GetSortBy() string
GetSortBy returns the SortBy field if non-nil, zero value otherwise.
func (o *AlertPagedApiQuery) GetSortByOk() (*string, bool)
GetSortByOk returns a tuple with the SortBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AlertPagedApiQuery) SetSortBy(v string)
SetSortBy sets SortBy field to given value.