Skip to content

Files

Latest commit

 

History

History
82 lines (45 loc) · 2.18 KB

V0039JobHet.md

File metadata and controls

82 lines (45 loc) · 2.18 KB

V0039JobHet

Properties

Name Type Description Notes
JobId Pointer to int32 [optional]
JobOffset Pointer to V0039Uint32NoVal [optional]

Methods

NewV0039JobHet

func NewV0039JobHet() *V0039JobHet

NewV0039JobHet instantiates a new V0039JobHet 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

NewV0039JobHetWithDefaults

func NewV0039JobHetWithDefaults() *V0039JobHet

NewV0039JobHetWithDefaults instantiates a new V0039JobHet 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 *V0039JobHet) GetJobId() int32

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

GetJobIdOk

func (o *V0039JobHet) 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 *V0039JobHet) SetJobId(v int32)

SetJobId sets JobId field to given value.

HasJobId

func (o *V0039JobHet) HasJobId() bool

HasJobId returns a boolean if a field has been set.

GetJobOffset

func (o *V0039JobHet) GetJobOffset() V0039Uint32NoVal

GetJobOffset returns the JobOffset field if non-nil, zero value otherwise.

GetJobOffsetOk

func (o *V0039JobHet) GetJobOffsetOk() (*V0039Uint32NoVal, bool)

GetJobOffsetOk returns a tuple with the JobOffset field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetJobOffset

func (o *V0039JobHet) SetJobOffset(v V0039Uint32NoVal)

SetJobOffset sets JobOffset field to given value.

HasJobOffset

func (o *V0039JobHet) HasJobOffset() bool

HasJobOffset returns a boolean if a field has been set.

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