| Name | Type | Description | Notes |
|---|---|---|---|
| IndexerId | Pointer to int32 | [optional] | |
| IndexerName | Pointer to NullableString | [optional] | |
| AverageResponseTime | Pointer to int32 | [optional] | |
| AverageGrabResponseTime | Pointer to int32 | [optional] | |
| NumberOfQueries | Pointer to int32 | [optional] | |
| NumberOfGrabs | Pointer to int32 | [optional] | |
| NumberOfRssQueries | Pointer to int32 | [optional] | |
| NumberOfAuthQueries | Pointer to int32 | [optional] | |
| NumberOfFailedQueries | Pointer to int32 | [optional] | |
| NumberOfFailedGrabs | Pointer to int32 | [optional] | |
| NumberOfFailedRssQueries | Pointer to int32 | [optional] | |
| NumberOfFailedAuthQueries | Pointer to int32 | [optional] |
func NewIndexerStatistics() *IndexerStatistics
NewIndexerStatistics instantiates a new IndexerStatistics 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 NewIndexerStatisticsWithDefaults() *IndexerStatistics
NewIndexerStatisticsWithDefaults instantiates a new IndexerStatistics 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 *IndexerStatistics) GetIndexerId() int32
GetIndexerId returns the IndexerId field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetIndexerIdOk() (*int32, bool)
GetIndexerIdOk returns a tuple with the IndexerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetIndexerId(v int32)
SetIndexerId sets IndexerId field to given value.
func (o *IndexerStatistics) HasIndexerId() bool
HasIndexerId returns a boolean if a field has been set.
func (o *IndexerStatistics) GetIndexerName() string
GetIndexerName returns the IndexerName field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetIndexerNameOk() (*string, bool)
GetIndexerNameOk returns a tuple with the IndexerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetIndexerName(v string)
SetIndexerName sets IndexerName field to given value.
func (o *IndexerStatistics) HasIndexerName() bool
HasIndexerName returns a boolean if a field has been set.
func (o *IndexerStatistics) SetIndexerNameNil(b bool)
SetIndexerNameNil sets the value for IndexerName to be an explicit nil
func (o *IndexerStatistics) UnsetIndexerName()
UnsetIndexerName ensures that no value is present for IndexerName, not even an explicit nil
func (o *IndexerStatistics) GetAverageResponseTime() int32
GetAverageResponseTime returns the AverageResponseTime field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetAverageResponseTimeOk() (*int32, bool)
GetAverageResponseTimeOk returns a tuple with the AverageResponseTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetAverageResponseTime(v int32)
SetAverageResponseTime sets AverageResponseTime field to given value.
func (o *IndexerStatistics) HasAverageResponseTime() bool
HasAverageResponseTime returns a boolean if a field has been set.
func (o *IndexerStatistics) GetAverageGrabResponseTime() int32
GetAverageGrabResponseTime returns the AverageGrabResponseTime field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetAverageGrabResponseTimeOk() (*int32, bool)
GetAverageGrabResponseTimeOk returns a tuple with the AverageGrabResponseTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetAverageGrabResponseTime(v int32)
SetAverageGrabResponseTime sets AverageGrabResponseTime field to given value.
func (o *IndexerStatistics) HasAverageGrabResponseTime() bool
HasAverageGrabResponseTime returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfQueries() int32
GetNumberOfQueries returns the NumberOfQueries field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfQueriesOk() (*int32, bool)
GetNumberOfQueriesOk returns a tuple with the NumberOfQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfQueries(v int32)
SetNumberOfQueries sets NumberOfQueries field to given value.
func (o *IndexerStatistics) HasNumberOfQueries() bool
HasNumberOfQueries returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfGrabs() int32
GetNumberOfGrabs returns the NumberOfGrabs field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfGrabsOk() (*int32, bool)
GetNumberOfGrabsOk returns a tuple with the NumberOfGrabs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfGrabs(v int32)
SetNumberOfGrabs sets NumberOfGrabs field to given value.
func (o *IndexerStatistics) HasNumberOfGrabs() bool
HasNumberOfGrabs returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfRssQueries() int32
GetNumberOfRssQueries returns the NumberOfRssQueries field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfRssQueriesOk() (*int32, bool)
GetNumberOfRssQueriesOk returns a tuple with the NumberOfRssQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfRssQueries(v int32)
SetNumberOfRssQueries sets NumberOfRssQueries field to given value.
func (o *IndexerStatistics) HasNumberOfRssQueries() bool
HasNumberOfRssQueries returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfAuthQueries() int32
GetNumberOfAuthQueries returns the NumberOfAuthQueries field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfAuthQueriesOk() (*int32, bool)
GetNumberOfAuthQueriesOk returns a tuple with the NumberOfAuthQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfAuthQueries(v int32)
SetNumberOfAuthQueries sets NumberOfAuthQueries field to given value.
func (o *IndexerStatistics) HasNumberOfAuthQueries() bool
HasNumberOfAuthQueries returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfFailedQueries() int32
GetNumberOfFailedQueries returns the NumberOfFailedQueries field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfFailedQueriesOk() (*int32, bool)
GetNumberOfFailedQueriesOk returns a tuple with the NumberOfFailedQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfFailedQueries(v int32)
SetNumberOfFailedQueries sets NumberOfFailedQueries field to given value.
func (o *IndexerStatistics) HasNumberOfFailedQueries() bool
HasNumberOfFailedQueries returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfFailedGrabs() int32
GetNumberOfFailedGrabs returns the NumberOfFailedGrabs field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfFailedGrabsOk() (*int32, bool)
GetNumberOfFailedGrabsOk returns a tuple with the NumberOfFailedGrabs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfFailedGrabs(v int32)
SetNumberOfFailedGrabs sets NumberOfFailedGrabs field to given value.
func (o *IndexerStatistics) HasNumberOfFailedGrabs() bool
HasNumberOfFailedGrabs returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfFailedRssQueries() int32
GetNumberOfFailedRssQueries returns the NumberOfFailedRssQueries field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfFailedRssQueriesOk() (*int32, bool)
GetNumberOfFailedRssQueriesOk returns a tuple with the NumberOfFailedRssQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfFailedRssQueries(v int32)
SetNumberOfFailedRssQueries sets NumberOfFailedRssQueries field to given value.
func (o *IndexerStatistics) HasNumberOfFailedRssQueries() bool
HasNumberOfFailedRssQueries returns a boolean if a field has been set.
func (o *IndexerStatistics) GetNumberOfFailedAuthQueries() int32
GetNumberOfFailedAuthQueries returns the NumberOfFailedAuthQueries field if non-nil, zero value otherwise.
func (o *IndexerStatistics) GetNumberOfFailedAuthQueriesOk() (*int32, bool)
GetNumberOfFailedAuthQueriesOk returns a tuple with the NumberOfFailedAuthQueries field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IndexerStatistics) SetNumberOfFailedAuthQueries(v int32)
SetNumberOfFailedAuthQueries sets NumberOfFailedAuthQueries field to given value.
func (o *IndexerStatistics) HasNumberOfFailedAuthQueries() bool
HasNumberOfFailedAuthQueries returns a boolean if a field has been set.