Name | Type | Description | Notes |
---|---|---|---|
AccrueJobCount | Pointer to int32 | [optional] | |
GroupUsedWallclock | Pointer to float64 | [optional] | |
FairshareFactor | Pointer to float64 | [optional] | |
FairshareShares | Pointer to int32 | [optional] | |
NormalizedPriority | Pointer to float64 | [optional] | |
NormalizedShares | Pointer to float64 | [optional] | |
EffectiveNormalizedUsage | Pointer to float32 | [optional] | |
NormalizedUsage | Pointer to float32 | [optional] | |
RawUsage | Pointer to float32 | [optional] | |
ActiveJobs | Pointer to int32 | [optional] | |
JobCount | Pointer to int32 | [optional] | |
FairshareLevel | Pointer to float32 | [optional] |
func NewV0039AssocUsage() *V0039AssocUsage
NewV0039AssocUsage instantiates a new V0039AssocUsage 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 NewV0039AssocUsageWithDefaults() *V0039AssocUsage
NewV0039AssocUsageWithDefaults instantiates a new V0039AssocUsage 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 *V0039AssocUsage) GetAccrueJobCount() int32
GetAccrueJobCount returns the AccrueJobCount field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetAccrueJobCountOk() (*int32, bool)
GetAccrueJobCountOk returns a tuple with the AccrueJobCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetAccrueJobCount(v int32)
SetAccrueJobCount sets AccrueJobCount field to given value.
func (o *V0039AssocUsage) HasAccrueJobCount() bool
HasAccrueJobCount returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetGroupUsedWallclock() float64
GetGroupUsedWallclock returns the GroupUsedWallclock field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetGroupUsedWallclockOk() (*float64, bool)
GetGroupUsedWallclockOk returns a tuple with the GroupUsedWallclock field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetGroupUsedWallclock(v float64)
SetGroupUsedWallclock sets GroupUsedWallclock field to given value.
func (o *V0039AssocUsage) HasGroupUsedWallclock() bool
HasGroupUsedWallclock returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetFairshareFactor() float64
GetFairshareFactor returns the FairshareFactor field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetFairshareFactorOk() (*float64, bool)
GetFairshareFactorOk returns a tuple with the FairshareFactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetFairshareFactor(v float64)
SetFairshareFactor sets FairshareFactor field to given value.
func (o *V0039AssocUsage) HasFairshareFactor() bool
HasFairshareFactor returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetFairshareShares() int32
GetFairshareShares returns the FairshareShares field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetFairshareSharesOk() (*int32, bool)
GetFairshareSharesOk returns a tuple with the FairshareShares field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetFairshareShares(v int32)
SetFairshareShares sets FairshareShares field to given value.
func (o *V0039AssocUsage) HasFairshareShares() bool
HasFairshareShares returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetNormalizedPriority() float64
GetNormalizedPriority returns the NormalizedPriority field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetNormalizedPriorityOk() (*float64, bool)
GetNormalizedPriorityOk returns a tuple with the NormalizedPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetNormalizedPriority(v float64)
SetNormalizedPriority sets NormalizedPriority field to given value.
func (o *V0039AssocUsage) HasNormalizedPriority() bool
HasNormalizedPriority returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetNormalizedShares() float64
GetNormalizedShares returns the NormalizedShares field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetNormalizedSharesOk() (*float64, bool)
GetNormalizedSharesOk returns a tuple with the NormalizedShares field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetNormalizedShares(v float64)
SetNormalizedShares sets NormalizedShares field to given value.
func (o *V0039AssocUsage) HasNormalizedShares() bool
HasNormalizedShares returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetEffectiveNormalizedUsage() float32
GetEffectiveNormalizedUsage returns the EffectiveNormalizedUsage field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetEffectiveNormalizedUsageOk() (*float32, bool)
GetEffectiveNormalizedUsageOk returns a tuple with the EffectiveNormalizedUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetEffectiveNormalizedUsage(v float32)
SetEffectiveNormalizedUsage sets EffectiveNormalizedUsage field to given value.
func (o *V0039AssocUsage) HasEffectiveNormalizedUsage() bool
HasEffectiveNormalizedUsage returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetNormalizedUsage() float32
GetNormalizedUsage returns the NormalizedUsage field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetNormalizedUsageOk() (*float32, bool)
GetNormalizedUsageOk returns a tuple with the NormalizedUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetNormalizedUsage(v float32)
SetNormalizedUsage sets NormalizedUsage field to given value.
func (o *V0039AssocUsage) HasNormalizedUsage() bool
HasNormalizedUsage returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetRawUsage() float32
GetRawUsage returns the RawUsage field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetRawUsageOk() (*float32, bool)
GetRawUsageOk returns a tuple with the RawUsage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetRawUsage(v float32)
SetRawUsage sets RawUsage field to given value.
func (o *V0039AssocUsage) HasRawUsage() bool
HasRawUsage returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetActiveJobs() int32
GetActiveJobs returns the ActiveJobs field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetActiveJobsOk() (*int32, bool)
GetActiveJobsOk returns a tuple with the ActiveJobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetActiveJobs(v int32)
SetActiveJobs sets ActiveJobs field to given value.
func (o *V0039AssocUsage) HasActiveJobs() bool
HasActiveJobs returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetJobCount() int32
GetJobCount returns the JobCount field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetJobCountOk() (*int32, bool)
GetJobCountOk returns a tuple with the JobCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetJobCount(v int32)
SetJobCount sets JobCount field to given value.
func (o *V0039AssocUsage) HasJobCount() bool
HasJobCount returns a boolean if a field has been set.
func (o *V0039AssocUsage) GetFairshareLevel() float32
GetFairshareLevel returns the FairshareLevel field if non-nil, zero value otherwise.
func (o *V0039AssocUsage) GetFairshareLevelOk() (*float32, bool)
GetFairshareLevelOk returns a tuple with the FairshareLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039AssocUsage) SetFairshareLevel(v float32)
SetFairshareLevel sets FairshareLevel field to given value.
func (o *V0039AssocUsage) HasFairshareLevel() bool
HasFairshareLevel returns a boolean if a field has been set.