Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.04 KB

File metadata and controls

186 lines (101 loc) · 6.04 KB

ParamDefinitionFilteringConditionsFilterCondition

Properties

Name Type Description Notes
And Pointer to []map[string]interface{} [optional]
Or Pointer to []map[string]interface{} [optional]
Not Pointer to map[string]interface{} [optional]
Field Pointer to string [optional]
Operator Pointer to string [optional]
Value Pointer to ParamDefinitionFilteringConditionsFilterRuleValue [optional]

Methods

NewParamDefinitionFilteringConditionsFilterCondition

func NewParamDefinitionFilteringConditionsFilterCondition() *ParamDefinitionFilteringConditionsFilterCondition

NewParamDefinitionFilteringConditionsFilterCondition instantiates a new ParamDefinitionFilteringConditionsFilterCondition 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

NewParamDefinitionFilteringConditionsFilterConditionWithDefaults

func NewParamDefinitionFilteringConditionsFilterConditionWithDefaults() *ParamDefinitionFilteringConditionsFilterCondition

NewParamDefinitionFilteringConditionsFilterConditionWithDefaults instantiates a new ParamDefinitionFilteringConditionsFilterCondition 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

GetAnd

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetAnd() []map[string]interface{}

GetAnd returns the And field if non-nil, zero value otherwise.

GetAndOk

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetAndOk() (*[]map[string]interface{}, bool)

GetAndOk returns a tuple with the And field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAnd

func (o *ParamDefinitionFilteringConditionsFilterCondition) SetAnd(v []map[string]interface{})

SetAnd sets And field to given value.

HasAnd

func (o *ParamDefinitionFilteringConditionsFilterCondition) HasAnd() bool

HasAnd returns a boolean if a field has been set.

GetOr

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetOr() []map[string]interface{}

GetOr returns the Or field if non-nil, zero value otherwise.

GetOrOk

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetOrOk() (*[]map[string]interface{}, bool)

GetOrOk returns a tuple with the Or field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOr

func (o *ParamDefinitionFilteringConditionsFilterCondition) SetOr(v []map[string]interface{})

SetOr sets Or field to given value.

HasOr

func (o *ParamDefinitionFilteringConditionsFilterCondition) HasOr() bool

HasOr returns a boolean if a field has been set.

GetNot

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetNot() map[string]interface{}

GetNot returns the Not field if non-nil, zero value otherwise.

GetNotOk

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetNotOk() (*map[string]interface{}, bool)

GetNotOk returns a tuple with the Not field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetNot

func (o *ParamDefinitionFilteringConditionsFilterCondition) SetNot(v map[string]interface{})

SetNot sets Not field to given value.

HasNot

func (o *ParamDefinitionFilteringConditionsFilterCondition) HasNot() bool

HasNot returns a boolean if a field has been set.

GetField

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetField() string

GetField returns the Field field if non-nil, zero value otherwise.

GetFieldOk

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetFieldOk() (*string, bool)

GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetField

func (o *ParamDefinitionFilteringConditionsFilterCondition) SetField(v string)

SetField sets Field field to given value.

HasField

func (o *ParamDefinitionFilteringConditionsFilterCondition) HasField() bool

HasField returns a boolean if a field has been set.

GetOperator

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetOperator() string

GetOperator returns the Operator field if non-nil, zero value otherwise.

GetOperatorOk

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetOperatorOk() (*string, bool)

GetOperatorOk returns a tuple with the Operator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOperator

func (o *ParamDefinitionFilteringConditionsFilterCondition) SetOperator(v string)

SetOperator sets Operator field to given value.

HasOperator

func (o *ParamDefinitionFilteringConditionsFilterCondition) HasOperator() bool

HasOperator returns a boolean if a field has been set.

GetValue

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetValue() ParamDefinitionFilteringConditionsFilterRuleValue

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *ParamDefinitionFilteringConditionsFilterCondition) GetValueOk() (*ParamDefinitionFilteringConditionsFilterRuleValue, bool)

GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetValue

func (o *ParamDefinitionFilteringConditionsFilterCondition) SetValue(v ParamDefinitionFilteringConditionsFilterRuleValue)

SetValue sets Value field to given value.

HasValue

func (o *ParamDefinitionFilteringConditionsFilterCondition) HasValue() bool

HasValue returns a boolean if a field has been set.

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