Name | Type | Description | Notes |
---|---|---|---|
Field | string | ||
MaxRecordSize | Pointer to NullableInt64 | [optional] | |
Stream | string | ||
StreamType | StreamType |
func NewQueryData(field string, stream string, streamType StreamType, ) *QueryData
NewQueryData instantiates a new QueryData 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 NewQueryDataWithDefaults() *QueryData
NewQueryDataWithDefaults instantiates a new QueryData 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 *QueryData) GetField() string
GetField returns the Field field if non-nil, zero value otherwise.
func (o *QueryData) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryData) SetField(v string)
SetField sets Field field to given value.
func (o *QueryData) GetMaxRecordSize() int64
GetMaxRecordSize returns the MaxRecordSize field if non-nil, zero value otherwise.
func (o *QueryData) GetMaxRecordSizeOk() (*int64, bool)
GetMaxRecordSizeOk returns a tuple with the MaxRecordSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryData) SetMaxRecordSize(v int64)
SetMaxRecordSize sets MaxRecordSize field to given value.
func (o *QueryData) HasMaxRecordSize() bool
HasMaxRecordSize returns a boolean if a field has been set.
func (o *QueryData) SetMaxRecordSizeNil(b bool)
SetMaxRecordSizeNil sets the value for MaxRecordSize to be an explicit nil
func (o *QueryData) UnsetMaxRecordSize()
UnsetMaxRecordSize ensures that no value is present for MaxRecordSize, not even an explicit nil
func (o *QueryData) GetStream() string
GetStream returns the Stream field if non-nil, zero value otherwise.
func (o *QueryData) GetStreamOk() (*string, bool)
GetStreamOk returns a tuple with the Stream field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryData) SetStream(v string)
SetStream sets Stream field to given value.
func (o *QueryData) GetStreamType() StreamType
GetStreamType returns the StreamType field if non-nil, zero value otherwise.
func (o *QueryData) GetStreamTypeOk() (*StreamType, 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 *QueryData) SetStreamType(v StreamType)
SetStreamType sets StreamType field to given value.