Name | Type | Description | Notes |
---|---|---|---|
ClusterTotal | int32 | ||
ClusterWaitQueue | int32 | ||
IdxTook | int32 | ||
Nodes | Pointer to []ResponseNodeTook | [optional] | |
Total | int32 | ||
WaitQueue | int32 |
func NewResponseTook(clusterTotal int32, clusterWaitQueue int32, idxTook int32, total int32, waitQueue int32, ) *ResponseTook
NewResponseTook instantiates a new ResponseTook 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 NewResponseTookWithDefaults() *ResponseTook
NewResponseTookWithDefaults instantiates a new ResponseTook 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 *ResponseTook) GetClusterTotal() int32
GetClusterTotal returns the ClusterTotal field if non-nil, zero value otherwise.
func (o *ResponseTook) GetClusterTotalOk() (*int32, bool)
GetClusterTotalOk returns a tuple with the ClusterTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseTook) SetClusterTotal(v int32)
SetClusterTotal sets ClusterTotal field to given value.
func (o *ResponseTook) GetClusterWaitQueue() int32
GetClusterWaitQueue returns the ClusterWaitQueue field if non-nil, zero value otherwise.
func (o *ResponseTook) GetClusterWaitQueueOk() (*int32, bool)
GetClusterWaitQueueOk returns a tuple with the ClusterWaitQueue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseTook) SetClusterWaitQueue(v int32)
SetClusterWaitQueue sets ClusterWaitQueue field to given value.
func (o *ResponseTook) GetIdxTook() int32
GetIdxTook returns the IdxTook field if non-nil, zero value otherwise.
func (o *ResponseTook) GetIdxTookOk() (*int32, bool)
GetIdxTookOk returns a tuple with the IdxTook field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseTook) SetIdxTook(v int32)
SetIdxTook sets IdxTook field to given value.
func (o *ResponseTook) GetNodes() []ResponseNodeTook
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *ResponseTook) GetNodesOk() (*[]ResponseNodeTook, bool)
GetNodesOk returns a tuple with the Nodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseTook) SetNodes(v []ResponseNodeTook)
SetNodes sets Nodes field to given value.
func (o *ResponseTook) HasNodes() bool
HasNodes returns a boolean if a field has been set.
func (o *ResponseTook) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
func (o *ResponseTook) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseTook) SetTotal(v int32)
SetTotal sets Total field to given value.
func (o *ResponseTook) GetWaitQueue() int32
GetWaitQueue returns the WaitQueue field if non-nil, zero value otherwise.
func (o *ResponseTook) GetWaitQueueOk() (*int32, bool)
GetWaitQueueOk returns a tuple with the WaitQueue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponseTook) SetWaitQueue(v int32)
SetWaitQueue sets WaitQueue field to given value.