Skip to content

Latest commit

 

History

History
210 lines (117 loc) · 4.88 KB

File metadata and controls

210 lines (117 loc) · 4.88 KB

IntRangeFilter

Properties

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]

Methods

NewIntRangeFilter

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

NewIntRangeFilterWithDefaults

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

GetEq

func (o *IntRangeFilter) GetEq() int32

GetEq returns the Eq field if non-nil, zero value otherwise.

GetEqOk

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.

SetEq

func (o *IntRangeFilter) SetEq(v int32)

SetEq sets Eq field to given value.

HasEq

func (o *IntRangeFilter) HasEq() bool

HasEq returns a boolean if a field has been set.

SetEqNil

func (o *IntRangeFilter) SetEqNil(b bool)

SetEqNil sets the value for Eq to be an explicit nil

UnsetEq

func (o *IntRangeFilter) UnsetEq()

UnsetEq ensures that no value is present for Eq, not even an explicit nil

GetGt

func (o *IntRangeFilter) GetGt() int32

GetGt returns the Gt field if non-nil, zero value otherwise.

GetGtOk

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.

SetGt

func (o *IntRangeFilter) SetGt(v int32)

SetGt sets Gt field to given value.

HasGt

func (o *IntRangeFilter) HasGt() bool

HasGt returns a boolean if a field has been set.

SetGtNil

func (o *IntRangeFilter) SetGtNil(b bool)

SetGtNil sets the value for Gt to be an explicit nil

UnsetGt

func (o *IntRangeFilter) UnsetGt()

UnsetGt ensures that no value is present for Gt, not even an explicit nil

GetGte

func (o *IntRangeFilter) GetGte() int32

GetGte returns the Gte field if non-nil, zero value otherwise.

GetGteOk

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.

SetGte

func (o *IntRangeFilter) SetGte(v int32)

SetGte sets Gte field to given value.

HasGte

func (o *IntRangeFilter) HasGte() bool

HasGte returns a boolean if a field has been set.

SetGteNil

func (o *IntRangeFilter) SetGteNil(b bool)

SetGteNil sets the value for Gte to be an explicit nil

UnsetGte

func (o *IntRangeFilter) UnsetGte()

UnsetGte ensures that no value is present for Gte, not even an explicit nil

GetLt

func (o *IntRangeFilter) GetLt() int32

GetLt returns the Lt field if non-nil, zero value otherwise.

GetLtOk

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.

SetLt

func (o *IntRangeFilter) SetLt(v int32)

SetLt sets Lt field to given value.

HasLt

func (o *IntRangeFilter) HasLt() bool

HasLt returns a boolean if a field has been set.

SetLtNil

func (o *IntRangeFilter) SetLtNil(b bool)

SetLtNil sets the value for Lt to be an explicit nil

UnsetLt

func (o *IntRangeFilter) UnsetLt()

UnsetLt ensures that no value is present for Lt, not even an explicit nil

GetLte

func (o *IntRangeFilter) GetLte() int32

GetLte returns the Lte field if non-nil, zero value otherwise.

GetLteOk

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.

SetLte

func (o *IntRangeFilter) SetLte(v int32)

SetLte sets Lte field to given value.

HasLte

func (o *IntRangeFilter) HasLte() bool

HasLte returns a boolean if a field has been set.

SetLteNil

func (o *IntRangeFilter) SetLteNil(b bool)

SetLteNil sets the value for Lte to be an explicit nil

UnsetLte

func (o *IntRangeFilter) UnsetLte()

UnsetLte ensures that no value is present for Lte, not even an explicit nil

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