Name | Type | Description | Notes |
---|---|---|---|
Lt | Pointer to interface{} | [optional] | |
Lte | Pointer to interface{} | [optional] | |
Gt | Pointer to interface{} | [optional] | |
Gte | Pointer to interface{} | [optional] |
func NewModelRange() *ModelRange
NewModelRange instantiates a new ModelRange 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 NewModelRangeWithDefaults() *ModelRange
NewModelRangeWithDefaults instantiates a new ModelRange 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 *ModelRange) GetLt() interface{}
GetLt returns the Lt field if non-nil, zero value otherwise.
func (o *ModelRange) GetLtOk() (*interface{}, 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 *ModelRange) SetLt(v interface{})
SetLt sets Lt field to given value.
func (o *ModelRange) HasLt() bool
HasLt returns a boolean if a field has been set.
func (o *ModelRange) SetLtNil(b bool)
SetLtNil sets the value for Lt to be an explicit nil
func (o *ModelRange) UnsetLt()
UnsetLt ensures that no value is present for Lt, not even an explicit nil
func (o *ModelRange) GetLte() interface{}
GetLte returns the Lte field if non-nil, zero value otherwise.
func (o *ModelRange) GetLteOk() (*interface{}, 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 *ModelRange) SetLte(v interface{})
SetLte sets Lte field to given value.
func (o *ModelRange) HasLte() bool
HasLte returns a boolean if a field has been set.
func (o *ModelRange) SetLteNil(b bool)
SetLteNil sets the value for Lte to be an explicit nil
func (o *ModelRange) UnsetLte()
UnsetLte ensures that no value is present for Lte, not even an explicit nil
func (o *ModelRange) GetGt() interface{}
GetGt returns the Gt field if non-nil, zero value otherwise.
func (o *ModelRange) GetGtOk() (*interface{}, 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 *ModelRange) SetGt(v interface{})
SetGt sets Gt field to given value.
func (o *ModelRange) HasGt() bool
HasGt returns a boolean if a field has been set.
func (o *ModelRange) SetGtNil(b bool)
SetGtNil sets the value for Gt to be an explicit nil
func (o *ModelRange) UnsetGt()
UnsetGt ensures that no value is present for Gt, not even an explicit nil
func (o *ModelRange) GetGte() interface{}
GetGte returns the Gte field if non-nil, zero value otherwise.
func (o *ModelRange) GetGteOk() (*interface{}, 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 *ModelRange) SetGte(v interface{})
SetGte sets Gte field to given value.
func (o *ModelRange) HasGte() bool
HasGte returns a boolean if a field has been set.
func (o *ModelRange) SetGteNil(b bool)
SetGteNil sets the value for Gte to be an explicit nil
func (o *ModelRange) UnsetGte()
UnsetGte ensures that no value is present for Gte, not even an explicit nil