| Name | Type | Description | Notes |
|---|---|---|---|
| Eq | Pointer to NullableInt32 | [optional] | |
| Gt | Pointer to NullableInt32 | [optional] | |
| Gte | Pointer to NullableInt32 | [optional] | |
| Lt | Pointer to NullableInt32 | [optional] | |
| Lte | Pointer to NullableInt32 | [optional] |
func NewIntRangeFilter() *IntRangeFilter
NewIntRangeFilter instantiates a new IntRangeFilter 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 NewIntRangeFilterWithDefaults() *IntRangeFilter
NewIntRangeFilterWithDefaults instantiates a new IntRangeFilter 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 *IntRangeFilter) GetEq() int32
GetEq returns the Eq field if non-nil, zero value otherwise.
func (o *IntRangeFilter) GetEqOk() (*int32, bool)
GetEqOk returns a tuple with the Eq field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntRangeFilter) SetEq(v int32)
SetEq sets Eq field to given value.
func (o *IntRangeFilter) HasEq() bool
HasEq returns a boolean if a field has been set.
func (o *IntRangeFilter) SetEqNil(b bool)
SetEqNil sets the value for Eq to be an explicit nil
func (o *IntRangeFilter) UnsetEq()
UnsetEq ensures that no value is present for Eq, not even an explicit nil
func (o *IntRangeFilter) GetGt() int32
GetGt returns the Gt field if non-nil, zero value otherwise.
func (o *IntRangeFilter) GetGtOk() (*int32, bool)
GetGtOk returns a tuple with the Gt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntRangeFilter) SetGt(v int32)
SetGt sets Gt field to given value.
func (o *IntRangeFilter) HasGt() bool
HasGt returns a boolean if a field has been set.
func (o *IntRangeFilter) SetGtNil(b bool)
SetGtNil sets the value for Gt to be an explicit nil
func (o *IntRangeFilter) UnsetGt()
UnsetGt ensures that no value is present for Gt, not even an explicit nil
func (o *IntRangeFilter) GetGte() int32
GetGte returns the Gte field if non-nil, zero value otherwise.
func (o *IntRangeFilter) GetGteOk() (*int32, bool)
GetGteOk returns a tuple with the Gte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntRangeFilter) SetGte(v int32)
SetGte sets Gte field to given value.
func (o *IntRangeFilter) HasGte() bool
HasGte returns a boolean if a field has been set.
func (o *IntRangeFilter) SetGteNil(b bool)
SetGteNil sets the value for Gte to be an explicit nil
func (o *IntRangeFilter) UnsetGte()
UnsetGte ensures that no value is present for Gte, not even an explicit nil
func (o *IntRangeFilter) GetLt() int32
GetLt returns the Lt field if non-nil, zero value otherwise.
func (o *IntRangeFilter) GetLtOk() (*int32, bool)
GetLtOk returns a tuple with the Lt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntRangeFilter) SetLt(v int32)
SetLt sets Lt field to given value.
func (o *IntRangeFilter) HasLt() bool
HasLt returns a boolean if a field has been set.
func (o *IntRangeFilter) SetLtNil(b bool)
SetLtNil sets the value for Lt to be an explicit nil
func (o *IntRangeFilter) UnsetLt()
UnsetLt ensures that no value is present for Lt, not even an explicit nil
func (o *IntRangeFilter) GetLte() int32
GetLte returns the Lte field if non-nil, zero value otherwise.
func (o *IntRangeFilter) GetLteOk() (*int32, bool)
GetLteOk returns a tuple with the Lte field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntRangeFilter) SetLte(v int32)
SetLte sets Lte field to given value.
func (o *IntRangeFilter) HasLte() bool
HasLte returns a boolean if a field has been set.
func (o *IntRangeFilter) SetLteNil(b bool)
SetLteNil sets the value for Lte to be an explicit nil
func (o *IntRangeFilter) UnsetLte()
UnsetLte ensures that no value is present for Lte, not even an explicit nil