4.1 KiB
MetaIndexShard
Properties
Name | Type | Description | Notes |
---|---|---|---|
DocNum | Pointer to int32 | [optional] | |
DocTimeMax | Pointer to int32 | [optional] | |
DocTimeMin | Pointer to int32 | [optional] | |
Id | Pointer to int32 | [optional] | |
StorageSize | Pointer to int32 | [optional] |
Methods
NewMetaIndexShard
func NewMetaIndexShard() *MetaIndexShard
NewMetaIndexShard instantiates a new MetaIndexShard 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
NewMetaIndexShardWithDefaults
func NewMetaIndexShardWithDefaults() *MetaIndexShard
NewMetaIndexShardWithDefaults instantiates a new MetaIndexShard 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
GetDocNum
func (o *MetaIndexShard) GetDocNum() int32
GetDocNum returns the DocNum field if non-nil, zero value otherwise.
GetDocNumOk
func (o *MetaIndexShard) GetDocNumOk() (*int32, bool)
GetDocNumOk returns a tuple with the DocNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDocNum
func (o *MetaIndexShard) SetDocNum(v int32)
SetDocNum sets DocNum field to given value.
HasDocNum
func (o *MetaIndexShard) HasDocNum() bool
HasDocNum returns a boolean if a field has been set.
GetDocTimeMax
func (o *MetaIndexShard) GetDocTimeMax() int32
GetDocTimeMax returns the DocTimeMax field if non-nil, zero value otherwise.
GetDocTimeMaxOk
func (o *MetaIndexShard) GetDocTimeMaxOk() (*int32, bool)
GetDocTimeMaxOk returns a tuple with the DocTimeMax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDocTimeMax
func (o *MetaIndexShard) SetDocTimeMax(v int32)
SetDocTimeMax sets DocTimeMax field to given value.
HasDocTimeMax
func (o *MetaIndexShard) HasDocTimeMax() bool
HasDocTimeMax returns a boolean if a field has been set.
GetDocTimeMin
func (o *MetaIndexShard) GetDocTimeMin() int32
GetDocTimeMin returns the DocTimeMin field if non-nil, zero value otherwise.
GetDocTimeMinOk
func (o *MetaIndexShard) GetDocTimeMinOk() (*int32, bool)
GetDocTimeMinOk returns a tuple with the DocTimeMin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDocTimeMin
func (o *MetaIndexShard) SetDocTimeMin(v int32)
SetDocTimeMin sets DocTimeMin field to given value.
HasDocTimeMin
func (o *MetaIndexShard) HasDocTimeMin() bool
HasDocTimeMin returns a boolean if a field has been set.
GetId
func (o *MetaIndexShard) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
GetIdOk
func (o *MetaIndexShard) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetId
func (o *MetaIndexShard) SetId(v int32)
SetId sets Id field to given value.
HasId
func (o *MetaIndexShard) HasId() bool
HasId returns a boolean if a field has been set.
GetStorageSize
func (o *MetaIndexShard) GetStorageSize() int32
GetStorageSize returns the StorageSize field if non-nil, zero value otherwise.
GetStorageSizeOk
func (o *MetaIndexShard) GetStorageSizeOk() (*int32, bool)
GetStorageSizeOk returns a tuple with the StorageSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStorageSize
func (o *MetaIndexShard) SetStorageSize(v int32)
SetStorageSize sets StorageSize field to given value.
HasStorageSize
func (o *MetaIndexShard) HasStorageSize() bool
HasStorageSize returns a boolean if a field has been set.