Name | Type | Description | Notes |
---|---|---|---|
CreatedAt | int64 | ||
OrgId | Pointer to NullableString | [optional] | |
Query | Pointer to NullableQueryInfo | [optional] | |
ScanStats | Pointer to NullableScanStats | [optional] | |
SearchType | Pointer to NullableSearchEventType | [optional] | |
StartedAt | int64 | ||
Status | string | ||
StreamType | Pointer to NullableString | [optional] | |
TraceId | string | ||
UserId | Pointer to NullableString | [optional] | |
WorkGroup | string |
func NewQueryStatus(createdAt int64, startedAt int64, status string, traceId string, workGroup string, ) *QueryStatus
NewQueryStatus instantiates a new QueryStatus 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 NewQueryStatusWithDefaults() *QueryStatus
NewQueryStatusWithDefaults instantiates a new QueryStatus 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 *QueryStatus) GetCreatedAt() int64
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *QueryStatus) 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 *QueryStatus) SetCreatedAt(v int64)
SetCreatedAt sets CreatedAt field to given value.
func (o *QueryStatus) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *QueryStatus) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *QueryStatus) HasOrgId() bool
HasOrgId returns a boolean if a field has been set.
func (o *QueryStatus) SetOrgIdNil(b bool)
SetOrgIdNil sets the value for OrgId to be an explicit nil
func (o *QueryStatus) UnsetOrgId()
UnsetOrgId ensures that no value is present for OrgId, not even an explicit nil
func (o *QueryStatus) GetQuery() QueryInfo
GetQuery returns the Query field if non-nil, zero value otherwise.
func (o *QueryStatus) GetQueryOk() (*QueryInfo, bool)
GetQueryOk returns a tuple with the Query field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetQuery(v QueryInfo)
SetQuery sets Query field to given value.
func (o *QueryStatus) HasQuery() bool
HasQuery returns a boolean if a field has been set.
func (o *QueryStatus) SetQueryNil(b bool)
SetQueryNil sets the value for Query to be an explicit nil
func (o *QueryStatus) UnsetQuery()
UnsetQuery ensures that no value is present for Query, not even an explicit nil
func (o *QueryStatus) GetScanStats() ScanStats
GetScanStats returns the ScanStats field if non-nil, zero value otherwise.
func (o *QueryStatus) GetScanStatsOk() (*ScanStats, bool)
GetScanStatsOk returns a tuple with the ScanStats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetScanStats(v ScanStats)
SetScanStats sets ScanStats field to given value.
func (o *QueryStatus) HasScanStats() bool
HasScanStats returns a boolean if a field has been set.
func (o *QueryStatus) SetScanStatsNil(b bool)
SetScanStatsNil sets the value for ScanStats to be an explicit nil
func (o *QueryStatus) UnsetScanStats()
UnsetScanStats ensures that no value is present for ScanStats, not even an explicit nil
func (o *QueryStatus) GetSearchType() SearchEventType
GetSearchType returns the SearchType field if non-nil, zero value otherwise.
func (o *QueryStatus) GetSearchTypeOk() (*SearchEventType, bool)
GetSearchTypeOk returns a tuple with the SearchType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetSearchType(v SearchEventType)
SetSearchType sets SearchType field to given value.
func (o *QueryStatus) HasSearchType() bool
HasSearchType returns a boolean if a field has been set.
func (o *QueryStatus) SetSearchTypeNil(b bool)
SetSearchTypeNil sets the value for SearchType to be an explicit nil
func (o *QueryStatus) UnsetSearchType()
UnsetSearchType ensures that no value is present for SearchType, not even an explicit nil
func (o *QueryStatus) GetStartedAt() int64
GetStartedAt returns the StartedAt field if non-nil, zero value otherwise.
func (o *QueryStatus) GetStartedAtOk() (*int64, bool)
GetStartedAtOk returns a tuple with the StartedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetStartedAt(v int64)
SetStartedAt sets StartedAt field to given value.
func (o *QueryStatus) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *QueryStatus) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *QueryStatus) GetStreamType() string
GetStreamType returns the StreamType field if non-nil, zero value otherwise.
func (o *QueryStatus) GetStreamTypeOk() (*string, bool)
GetStreamTypeOk returns a tuple with the StreamType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetStreamType(v string)
SetStreamType sets StreamType field to given value.
func (o *QueryStatus) HasStreamType() bool
HasStreamType returns a boolean if a field has been set.
func (o *QueryStatus) SetStreamTypeNil(b bool)
SetStreamTypeNil sets the value for StreamType to be an explicit nil
func (o *QueryStatus) UnsetStreamType()
UnsetStreamType ensures that no value is present for StreamType, not even an explicit nil
func (o *QueryStatus) GetTraceId() string
GetTraceId returns the TraceId field if non-nil, zero value otherwise.
func (o *QueryStatus) GetTraceIdOk() (*string, bool)
GetTraceIdOk returns a tuple with the TraceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetTraceId(v string)
SetTraceId sets TraceId field to given value.
func (o *QueryStatus) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *QueryStatus) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *QueryStatus) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *QueryStatus) SetUserIdNil(b bool)
SetUserIdNil sets the value for UserId to be an explicit nil
func (o *QueryStatus) UnsetUserId()
UnsetUserId ensures that no value is present for UserId, not even an explicit nil
func (o *QueryStatus) GetWorkGroup() string
GetWorkGroup returns the WorkGroup field if non-nil, zero value otherwise.
func (o *QueryStatus) GetWorkGroupOk() (*string, bool)
GetWorkGroupOk returns a tuple with the WorkGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryStatus) SetWorkGroup(v string)
SetWorkGroup sets WorkGroup field to given value.