Name | Type | Description | Notes |
---|---|---|---|
Hetjob | Pointer to []V0041JobDescMsg | HetJob description | [optional] |
Job | Pointer to V0041JobDescMsg | [optional] |
func NewV0041JobAllocReq() *V0041JobAllocReq
NewV0041JobAllocReq instantiates a new V0041JobAllocReq 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 NewV0041JobAllocReqWithDefaults() *V0041JobAllocReq
NewV0041JobAllocReqWithDefaults instantiates a new V0041JobAllocReq 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 *V0041JobAllocReq) GetHetjob() []V0041JobDescMsg
GetHetjob returns the Hetjob field if non-nil, zero value otherwise.
func (o *V0041JobAllocReq) GetHetjobOk() (*[]V0041JobDescMsg, bool)
GetHetjobOk returns a tuple with the Hetjob field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041JobAllocReq) SetHetjob(v []V0041JobDescMsg)
SetHetjob sets Hetjob field to given value.
func (o *V0041JobAllocReq) HasHetjob() bool
HasHetjob returns a boolean if a field has been set.
func (o *V0041JobAllocReq) GetJob() V0041JobDescMsg
GetJob returns the Job field if non-nil, zero value otherwise.
func (o *V0041JobAllocReq) GetJobOk() (*V0041JobDescMsg, bool)
GetJobOk returns a tuple with the Job field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041JobAllocReq) SetJob(v V0041JobDescMsg)
SetJob sets Job field to given value.
func (o *V0041JobAllocReq) HasJob() bool
HasJob returns a boolean if a field has been set.