Name | Type | Description | Notes |
---|---|---|---|
State | Pointer to string | Search job state. | [optional] |
MessageCount | Pointer to int32 | The number of raw messages found so far. | [optional] |
HistogramBuckets | Pointer to []HistogramBucket | A list of histogram buckets. | [optional] |
PendingErrors | Pointer to []interface{} | [optional] | |
PendingWarnings | Pointer to []interface{} | [optional] | |
RecordCount | Pointer to int32 | The number of aggregated records produced so far. | [optional] |
func NewSearchJobState() *SearchJobState
NewSearchJobState instantiates a new SearchJobState 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 NewSearchJobStateWithDefaults() *SearchJobState
NewSearchJobStateWithDefaults instantiates a new SearchJobState 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 *SearchJobState) GetState() string
GetState returns the State field if non-nil, zero value otherwise.
func (o *SearchJobState) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchJobState) SetState(v string)
SetState sets State field to given value.
func (o *SearchJobState) HasState() bool
HasState returns a boolean if a field has been set.
func (o *SearchJobState) GetMessageCount() int32
GetMessageCount returns the MessageCount field if non-nil, zero value otherwise.
func (o *SearchJobState) GetMessageCountOk() (*int32, bool)
GetMessageCountOk returns a tuple with the MessageCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchJobState) SetMessageCount(v int32)
SetMessageCount sets MessageCount field to given value.
func (o *SearchJobState) HasMessageCount() bool
HasMessageCount returns a boolean if a field has been set.
func (o *SearchJobState) GetHistogramBuckets() []HistogramBucket
GetHistogramBuckets returns the HistogramBuckets field if non-nil, zero value otherwise.
func (o *SearchJobState) GetHistogramBucketsOk() (*[]HistogramBucket, bool)
GetHistogramBucketsOk returns a tuple with the HistogramBuckets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchJobState) SetHistogramBuckets(v []HistogramBucket)
SetHistogramBuckets sets HistogramBuckets field to given value.
func (o *SearchJobState) HasHistogramBuckets() bool
HasHistogramBuckets returns a boolean if a field has been set.
func (o *SearchJobState) GetPendingErrors() []interface{}
GetPendingErrors returns the PendingErrors field if non-nil, zero value otherwise.
func (o *SearchJobState) GetPendingErrorsOk() (*[]interface{}, bool)
GetPendingErrorsOk returns a tuple with the PendingErrors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchJobState) SetPendingErrors(v []interface{})
SetPendingErrors sets PendingErrors field to given value.
func (o *SearchJobState) HasPendingErrors() bool
HasPendingErrors returns a boolean if a field has been set.
func (o *SearchJobState) GetPendingWarnings() []interface{}
GetPendingWarnings returns the PendingWarnings field if non-nil, zero value otherwise.
func (o *SearchJobState) GetPendingWarningsOk() (*[]interface{}, bool)
GetPendingWarningsOk returns a tuple with the PendingWarnings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchJobState) SetPendingWarnings(v []interface{})
SetPendingWarnings sets PendingWarnings field to given value.
func (o *SearchJobState) HasPendingWarnings() bool
HasPendingWarnings returns a boolean if a field has been set.
func (o *SearchJobState) GetRecordCount() int32
GetRecordCount returns the RecordCount field if non-nil, zero value otherwise.
func (o *SearchJobState) GetRecordCountOk() (*int32, bool)
GetRecordCountOk returns a tuple with the RecordCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SearchJobState) SetRecordCount(v int32)
SetRecordCount sets RecordCount field to given value.
func (o *SearchJobState) HasRecordCount() bool
HasRecordCount returns a boolean if a field has been set.