Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.6 KB

SmartSearchCriterion.md

File metadata and controls

212 lines (115 loc) · 5.6 KB

SmartSearchCriterion

Properties

Name Type Description Notes
Name Pointer to string [optional]
Priority Pointer to int64 [optional]
AndOr Pointer to string [optional]
SearchType Pointer to string [optional]
Value Pointer to string [optional]
OpeningParen Pointer to bool [optional]
ClosingParen Pointer to bool [optional]

Methods

NewSmartSearchCriterion

func NewSmartSearchCriterion() *SmartSearchCriterion

NewSmartSearchCriterion instantiates a new SmartSearchCriterion 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

NewSmartSearchCriterionWithDefaults

func NewSmartSearchCriterionWithDefaults() *SmartSearchCriterion

NewSmartSearchCriterionWithDefaults instantiates a new SmartSearchCriterion 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

GetName

func (o *SmartSearchCriterion) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *SmartSearchCriterion) GetNameOk() (*string, bool)

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

SetName

func (o *SmartSearchCriterion) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SmartSearchCriterion) HasName() bool

HasName returns a boolean if a field has been set.

GetPriority

func (o *SmartSearchCriterion) GetPriority() int64

GetPriority returns the Priority field if non-nil, zero value otherwise.

GetPriorityOk

func (o *SmartSearchCriterion) GetPriorityOk() (*int64, bool)

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

SetPriority

func (o *SmartSearchCriterion) SetPriority(v int64)

SetPriority sets Priority field to given value.

HasPriority

func (o *SmartSearchCriterion) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetAndOr

func (o *SmartSearchCriterion) GetAndOr() string

GetAndOr returns the AndOr field if non-nil, zero value otherwise.

GetAndOrOk

func (o *SmartSearchCriterion) GetAndOrOk() (*string, bool)

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

SetAndOr

func (o *SmartSearchCriterion) SetAndOr(v string)

SetAndOr sets AndOr field to given value.

HasAndOr

func (o *SmartSearchCriterion) HasAndOr() bool

HasAndOr returns a boolean if a field has been set.

GetSearchType

func (o *SmartSearchCriterion) GetSearchType() string

GetSearchType returns the SearchType field if non-nil, zero value otherwise.

GetSearchTypeOk

func (o *SmartSearchCriterion) GetSearchTypeOk() (*string, bool)

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

SetSearchType

func (o *SmartSearchCriterion) SetSearchType(v string)

SetSearchType sets SearchType field to given value.

HasSearchType

func (o *SmartSearchCriterion) HasSearchType() bool

HasSearchType returns a boolean if a field has been set.

GetValue

func (o *SmartSearchCriterion) GetValue() string

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

GetValueOk

func (o *SmartSearchCriterion) GetValueOk() (*string, 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 *SmartSearchCriterion) SetValue(v string)

SetValue sets Value field to given value.

HasValue

func (o *SmartSearchCriterion) HasValue() bool

HasValue returns a boolean if a field has been set.

GetOpeningParen

func (o *SmartSearchCriterion) GetOpeningParen() bool

GetOpeningParen returns the OpeningParen field if non-nil, zero value otherwise.

GetOpeningParenOk

func (o *SmartSearchCriterion) GetOpeningParenOk() (*bool, bool)

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

SetOpeningParen

func (o *SmartSearchCriterion) SetOpeningParen(v bool)

SetOpeningParen sets OpeningParen field to given value.

HasOpeningParen

func (o *SmartSearchCriterion) HasOpeningParen() bool

HasOpeningParen returns a boolean if a field has been set.

GetClosingParen

func (o *SmartSearchCriterion) GetClosingParen() bool

GetClosingParen returns the ClosingParen field if non-nil, zero value otherwise.

GetClosingParenOk

func (o *SmartSearchCriterion) GetClosingParenOk() (*bool, bool)

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

SetClosingParen

func (o *SmartSearchCriterion) SetClosingParen(v bool)

SetClosingParen sets ClosingParen field to given value.

HasClosingParen

func (o *SmartSearchCriterion) HasClosingParen() bool

HasClosingParen returns a boolean if a field has been set.

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