Name | Type | Description | Notes |
---|---|---|---|
CompressedSize | float64 | ||
CreatedAt | int64 | ||
DocNum | int64 | ||
DocTimeMax | int64 | ||
DocTimeMin | int64 | ||
FileNum | int64 | ||
IndexSize | float64 | ||
StorageSize | float64 |
func NewStreamStats(compressedSize float64, createdAt int64, docNum int64, docTimeMax int64, docTimeMin int64, fileNum int64, indexSize float64, storageSize float64, ) *StreamStats
NewStreamStats instantiates a new StreamStats 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 NewStreamStatsWithDefaults() *StreamStats
NewStreamStatsWithDefaults instantiates a new StreamStats 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 *StreamStats) GetCompressedSize() float64
GetCompressedSize returns the CompressedSize field if non-nil, zero value otherwise.
func (o *StreamStats) GetCompressedSizeOk() (*float64, bool)
GetCompressedSizeOk returns a tuple with the CompressedSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamStats) SetCompressedSize(v float64)
SetCompressedSize sets CompressedSize field to given value.
func (o *StreamStats) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *StreamStats) GetCreatedAtOk() (*int64, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamStats) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *StreamStats) GetDocNum() int64
GetDocNum returns the DocNum field if non-nil, zero value otherwise.
func (o *StreamStats) GetDocNumOk() (*int64, 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.
func (o *StreamStats) SetDocNum(v int64)
SetDocNum sets DocNum field to given value.
func (o *StreamStats) GetDocTimeMax() int64
GetDocTimeMax returns the DocTimeMax field if non-nil, zero value otherwise.
func (o *StreamStats) GetDocTimeMaxOk() (*int64, 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.
func (o *StreamStats) SetDocTimeMax(v int64)
SetDocTimeMax sets DocTimeMax field to given value.
func (o *StreamStats) GetDocTimeMin() int64
GetDocTimeMin returns the DocTimeMin field if non-nil, zero value otherwise.
func (o *StreamStats) GetDocTimeMinOk() (*int64, 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.
func (o *StreamStats) SetDocTimeMin(v int64)
SetDocTimeMin sets DocTimeMin field to given value.
func (o *StreamStats) GetFileNum() int64
GetFileNum returns the FileNum field if non-nil, zero value otherwise.
func (o *StreamStats) GetFileNumOk() (*int64, bool)
GetFileNumOk returns a tuple with the FileNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamStats) SetFileNum(v int64)
SetFileNum sets FileNum field to given value.
func (o *StreamStats) GetIndexSize() float64
GetIndexSize returns the IndexSize field if non-nil, zero value otherwise.
func (o *StreamStats) GetIndexSizeOk() (*float64, bool)
GetIndexSizeOk returns a tuple with the IndexSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StreamStats) SetIndexSize(v float64)
SetIndexSize sets IndexSize field to given value.
func (o *StreamStats) GetStorageSize() float64
GetStorageSize returns the StorageSize field if non-nil, zero value otherwise.
func (o *StreamStats) GetStorageSizeOk() (*float64, 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.
func (o *StreamStats) SetStorageSize(v float64)
SetStorageSize sets StorageSize field to given value.