Name | Type | Description | Notes |
---|---|---|---|
EndJobQueue | Pointer to int32 | [optional] | |
DefaultQueueDepth | Pointer to int32 | [optional] | |
MaxJobStart | Pointer to int32 | [optional] | |
MaxRpcCnt | Pointer to int32 | [optional] | |
MaxSchedTime | Pointer to int32 | [optional] | |
Licenses | Pointer to int32 | [optional] |
func NewV0041OpenapiDiagRespStatisticsScheduleExit() *V0041OpenapiDiagRespStatisticsScheduleExit
NewV0041OpenapiDiagRespStatisticsScheduleExit instantiates a new V0041OpenapiDiagRespStatisticsScheduleExit 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 NewV0041OpenapiDiagRespStatisticsScheduleExitWithDefaults() *V0041OpenapiDiagRespStatisticsScheduleExit
NewV0041OpenapiDiagRespStatisticsScheduleExitWithDefaults instantiates a new V0041OpenapiDiagRespStatisticsScheduleExit 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 *V0041OpenapiDiagRespStatisticsScheduleExit) GetEndJobQueue() int32
GetEndJobQueue returns the EndJobQueue field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetEndJobQueueOk() (*int32, bool)
GetEndJobQueueOk returns a tuple with the EndJobQueue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) SetEndJobQueue(v int32)
SetEndJobQueue sets EndJobQueue field to given value.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) HasEndJobQueue() bool
HasEndJobQueue returns a boolean if a field has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetDefaultQueueDepth() int32
GetDefaultQueueDepth returns the DefaultQueueDepth field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetDefaultQueueDepthOk() (*int32, bool)
GetDefaultQueueDepthOk returns a tuple with the DefaultQueueDepth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) SetDefaultQueueDepth(v int32)
SetDefaultQueueDepth sets DefaultQueueDepth field to given value.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) HasDefaultQueueDepth() bool
HasDefaultQueueDepth returns a boolean if a field has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetMaxJobStart() int32
GetMaxJobStart returns the MaxJobStart field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetMaxJobStartOk() (*int32, bool)
GetMaxJobStartOk returns a tuple with the MaxJobStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) SetMaxJobStart(v int32)
SetMaxJobStart sets MaxJobStart field to given value.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) HasMaxJobStart() bool
HasMaxJobStart returns a boolean if a field has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetMaxRpcCnt() int32
GetMaxRpcCnt returns the MaxRpcCnt field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetMaxRpcCntOk() (*int32, bool)
GetMaxRpcCntOk returns a tuple with the MaxRpcCnt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) SetMaxRpcCnt(v int32)
SetMaxRpcCnt sets MaxRpcCnt field to given value.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) HasMaxRpcCnt() bool
HasMaxRpcCnt returns a boolean if a field has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetMaxSchedTime() int32
GetMaxSchedTime returns the MaxSchedTime field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetMaxSchedTimeOk() (*int32, bool)
GetMaxSchedTimeOk returns a tuple with the MaxSchedTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) SetMaxSchedTime(v int32)
SetMaxSchedTime sets MaxSchedTime field to given value.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) HasMaxSchedTime() bool
HasMaxSchedTime returns a boolean if a field has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetLicenses() int32
GetLicenses returns the Licenses field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) GetLicensesOk() (*int32, bool)
GetLicensesOk returns a tuple with the Licenses field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) SetLicenses(v int32)
SetLicenses sets Licenses field to given value.
func (o *V0041OpenapiDiagRespStatisticsScheduleExit) HasLicenses() bool
HasLicenses returns a boolean if a field has been set.