sdk-go-zincsearch/docs/MetaWildcardQuery.md
2022-06-24 13:04:50 +08:00

2.2 KiB

MetaWildcardQuery

Properties

Name Type Description Notes
Boost Pointer to float32 [optional]
Value Pointer to string [optional]

Methods

NewMetaWildcardQuery

func NewMetaWildcardQuery() *MetaWildcardQuery

NewMetaWildcardQuery instantiates a new MetaWildcardQuery 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

NewMetaWildcardQueryWithDefaults

func NewMetaWildcardQueryWithDefaults() *MetaWildcardQuery

NewMetaWildcardQueryWithDefaults instantiates a new MetaWildcardQuery 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

GetBoost

func (o *MetaWildcardQuery) GetBoost() float32

GetBoost returns the Boost field if non-nil, zero value otherwise.

GetBoostOk

func (o *MetaWildcardQuery) GetBoostOk() (*float32, bool)

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

SetBoost

func (o *MetaWildcardQuery) SetBoost(v float32)

SetBoost sets Boost field to given value.

HasBoost

func (o *MetaWildcardQuery) HasBoost() bool

HasBoost returns a boolean if a field has been set.

GetValue

func (o *MetaWildcardQuery) GetValue() string

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

GetValueOk

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

SetValue sets Value field to given value.

HasValue

func (o *MetaWildcardQuery) HasValue() bool

HasValue returns a boolean if a field has been set.

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