Name | Type | Description | Notes |
---|---|---|---|
JobId | Pointer to int32 | JobID | [optional] |
StepHetComponent | Pointer to int32 | HetStep | [optional] |
StepId | Pointer to string | [optional] |
func NewV0039SlurmStepId() *V0039SlurmStepId
NewV0039SlurmStepId instantiates a new V0039SlurmStepId 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 NewV0039SlurmStepIdWithDefaults() *V0039SlurmStepId
NewV0039SlurmStepIdWithDefaults instantiates a new V0039SlurmStepId 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 *V0039SlurmStepId) GetJobId() int32
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *V0039SlurmStepId) GetJobIdOk() (*int32, bool)
GetJobIdOk returns a tuple with the JobId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039SlurmStepId) SetJobId(v int32)
SetJobId sets JobId field to given value.
func (o *V0039SlurmStepId) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *V0039SlurmStepId) GetStepHetComponent() int32
GetStepHetComponent returns the StepHetComponent field if non-nil, zero value otherwise.
func (o *V0039SlurmStepId) GetStepHetComponentOk() (*int32, bool)
GetStepHetComponentOk returns a tuple with the StepHetComponent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039SlurmStepId) SetStepHetComponent(v int32)
SetStepHetComponent sets StepHetComponent field to given value.
func (o *V0039SlurmStepId) HasStepHetComponent() bool
HasStepHetComponent returns a boolean if a field has been set.
func (o *V0039SlurmStepId) GetStepId() string
GetStepId returns the StepId field if non-nil, zero value otherwise.
func (o *V0039SlurmStepId) GetStepIdOk() (*string, bool)
GetStepIdOk returns a tuple with the StepId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039SlurmStepId) SetStepId(v string)
SetStepId sets StepId field to given value.
func (o *V0039SlurmStepId) HasStepId() bool
HasStepId returns a boolean if a field has been set.