Name | Type | Description | Notes |
---|---|---|---|
EndJobQueue | Pointer to int32 | [optional] | |
BfMaxJobStart | Pointer to int32 | [optional] | |
BfMaxJobTest | Pointer to int32 | [optional] | |
BfMaxTime | Pointer to int32 | [optional] | |
BfNodeSpaceSize | Pointer to int32 | [optional] | |
StateChanged | Pointer to int32 | [optional] |
func NewV0040BfExitFields() *V0040BfExitFields
NewV0040BfExitFields instantiates a new V0040BfExitFields 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 NewV0040BfExitFieldsWithDefaults() *V0040BfExitFields
NewV0040BfExitFieldsWithDefaults instantiates a new V0040BfExitFields 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 *V0040BfExitFields) GetEndJobQueue() int32
GetEndJobQueue returns the EndJobQueue field if non-nil, zero value otherwise.
func (o *V0040BfExitFields) 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 *V0040BfExitFields) SetEndJobQueue(v int32)
SetEndJobQueue sets EndJobQueue field to given value.
func (o *V0040BfExitFields) HasEndJobQueue() bool
HasEndJobQueue returns a boolean if a field has been set.
func (o *V0040BfExitFields) GetBfMaxJobStart() int32
GetBfMaxJobStart returns the BfMaxJobStart field if non-nil, zero value otherwise.
func (o *V0040BfExitFields) GetBfMaxJobStartOk() (*int32, bool)
GetBfMaxJobStartOk returns a tuple with the BfMaxJobStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040BfExitFields) SetBfMaxJobStart(v int32)
SetBfMaxJobStart sets BfMaxJobStart field to given value.
func (o *V0040BfExitFields) HasBfMaxJobStart() bool
HasBfMaxJobStart returns a boolean if a field has been set.
func (o *V0040BfExitFields) GetBfMaxJobTest() int32
GetBfMaxJobTest returns the BfMaxJobTest field if non-nil, zero value otherwise.
func (o *V0040BfExitFields) GetBfMaxJobTestOk() (*int32, bool)
GetBfMaxJobTestOk returns a tuple with the BfMaxJobTest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040BfExitFields) SetBfMaxJobTest(v int32)
SetBfMaxJobTest sets BfMaxJobTest field to given value.
func (o *V0040BfExitFields) HasBfMaxJobTest() bool
HasBfMaxJobTest returns a boolean if a field has been set.
func (o *V0040BfExitFields) GetBfMaxTime() int32
GetBfMaxTime returns the BfMaxTime field if non-nil, zero value otherwise.
func (o *V0040BfExitFields) GetBfMaxTimeOk() (*int32, bool)
GetBfMaxTimeOk returns a tuple with the BfMaxTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040BfExitFields) SetBfMaxTime(v int32)
SetBfMaxTime sets BfMaxTime field to given value.
func (o *V0040BfExitFields) HasBfMaxTime() bool
HasBfMaxTime returns a boolean if a field has been set.
func (o *V0040BfExitFields) GetBfNodeSpaceSize() int32
GetBfNodeSpaceSize returns the BfNodeSpaceSize field if non-nil, zero value otherwise.
func (o *V0040BfExitFields) GetBfNodeSpaceSizeOk() (*int32, bool)
GetBfNodeSpaceSizeOk returns a tuple with the BfNodeSpaceSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040BfExitFields) SetBfNodeSpaceSize(v int32)
SetBfNodeSpaceSize sets BfNodeSpaceSize field to given value.
func (o *V0040BfExitFields) HasBfNodeSpaceSize() bool
HasBfNodeSpaceSize returns a boolean if a field has been set.
func (o *V0040BfExitFields) GetStateChanged() int32
GetStateChanged returns the StateChanged field if non-nil, zero value otherwise.
func (o *V0040BfExitFields) GetStateChangedOk() (*int32, bool)
GetStateChangedOk returns a tuple with the StateChanged field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040BfExitFields) SetStateChanged(v int32)
SetStateChanged sets StateChanged field to given value.
func (o *V0040BfExitFields) HasStateChanged() bool
HasStateChanged returns a boolean if a field has been set.