Name | Type | Description | Notes |
---|---|---|---|
EndTime | int64 | ||
Sql | string | ||
StartTime | int64 |
func NewQueryInfo(endTime int64, sql string, startTime int64, ) *QueryInfo
NewQueryInfo instantiates a new QueryInfo 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 NewQueryInfoWithDefaults() *QueryInfo
NewQueryInfoWithDefaults instantiates a new QueryInfo 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 *QueryInfo) GetEndTime() int64
GetEndTime returns the EndTime field if non-nil, zero value otherwise.
func (o *QueryInfo) GetEndTimeOk() (*int64, bool)
GetEndTimeOk returns a tuple with the EndTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryInfo) SetEndTime(v int64)
SetEndTime sets EndTime field to given value.
func (o *QueryInfo) GetSql() string
GetSql returns the Sql field if non-nil, zero value otherwise.
func (o *QueryInfo) GetSqlOk() (*string, bool)
GetSqlOk returns a tuple with the Sql field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryInfo) SetSql(v string)
SetSql sets Sql field to given value.
func (o *QueryInfo) GetStartTime() int64
GetStartTime returns the StartTime field if non-nil, zero value otherwise.
func (o *QueryInfo) GetStartTimeOk() (*int64, bool)
GetStartTimeOk returns a tuple with the StartTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueryInfo) SetStartTime(v int64)
SetStartTime sets StartTime field to given value.