Name | Type | Description | Notes |
---|---|---|---|
JobId | Pointer to int32 | [optional] | |
JobOffset | Pointer to V0040Uint32NoVal | [optional] |
func NewV0040JobHet() *V0040JobHet
NewV0040JobHet instantiates a new V0040JobHet 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 NewV0040JobHetWithDefaults() *V0040JobHet
NewV0040JobHetWithDefaults instantiates a new V0040JobHet 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 *V0040JobHet) GetJobId() int32
GetJobId returns the JobId field if non-nil, zero value otherwise.
func (o *V0040JobHet) 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 *V0040JobHet) SetJobId(v int32)
SetJobId sets JobId field to given value.
func (o *V0040JobHet) HasJobId() bool
HasJobId returns a boolean if a field has been set.
func (o *V0040JobHet) GetJobOffset() V0040Uint32NoVal
GetJobOffset returns the JobOffset field if non-nil, zero value otherwise.
func (o *V0040JobHet) GetJobOffsetOk() (*V0040Uint32NoVal, 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.
func (o *V0040JobHet) SetJobOffset(v V0040Uint32NoVal)
SetJobOffset sets JobOffset field to given value.
func (o *V0040JobHet) HasJobOffset() bool
HasJobOffset returns a boolean if a field has been set.