Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.94 KB

V0039SlurmStepId.md

File metadata and controls

108 lines (59 loc) · 2.94 KB

V0039SlurmStepId

Properties

Name Type Description Notes
JobId Pointer to int32 JobID [optional]
StepHetComponent Pointer to int32 HetStep [optional]
StepId Pointer to string [optional]

Methods

NewV0039SlurmStepId

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

NewV0039SlurmStepIdWithDefaults

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

GetJobId

func (o *V0039SlurmStepId) GetJobId() int32

GetJobId returns the JobId field if non-nil, zero value otherwise.

GetJobIdOk

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.

SetJobId

func (o *V0039SlurmStepId) SetJobId(v int32)

SetJobId sets JobId field to given value.

HasJobId

func (o *V0039SlurmStepId) HasJobId() bool

HasJobId returns a boolean if a field has been set.

GetStepHetComponent

func (o *V0039SlurmStepId) GetStepHetComponent() int32

GetStepHetComponent returns the StepHetComponent field if non-nil, zero value otherwise.

GetStepHetComponentOk

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.

SetStepHetComponent

func (o *V0039SlurmStepId) SetStepHetComponent(v int32)

SetStepHetComponent sets StepHetComponent field to given value.

HasStepHetComponent

func (o *V0039SlurmStepId) HasStepHetComponent() bool

HasStepHetComponent returns a boolean if a field has been set.

GetStepId

func (o *V0039SlurmStepId) GetStepId() string

GetStepId returns the StepId field if non-nil, zero value otherwise.

GetStepIdOk

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.

SetStepId

func (o *V0039SlurmStepId) SetStepId(v string)

SetStepId sets StepId field to given value.

HasStepId

func (o *V0039SlurmStepId) HasStepId() bool

HasStepId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]