| Name | Type | Description | Notes |
|---|---|---|---|
| Artefacts | Pointer to HalLinkData | [optional] | |
| Cancel | Pointer to HalLinkData | [optional] | |
| Collection | Pointer to HalLinkData | [optional] | |
| Delete | Pointer to HalLinkData | [optional] | |
| Describedby | Pointer to HalLinkData | [optional] | |
| Details | Pointer to HalLinkData | [optional] | |
| Outputs | Pointer to HalLinkData | [optional] | |
| Related | HalLinkData | ||
| Retain | Pointer to HalLinkData | [optional] | |
| Self | HalLinkData |
func NewBuildJobItemLinks(related HalLinkData, self HalLinkData, ) *BuildJobItemLinks
NewBuildJobItemLinks instantiates a new BuildJobItemLinks 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 NewBuildJobItemLinksWithDefaults() *BuildJobItemLinks
NewBuildJobItemLinksWithDefaults instantiates a new BuildJobItemLinks 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 *BuildJobItemLinks) GetArtefacts() HalLinkData
GetArtefacts returns the Artefacts field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetArtefactsOk() (*HalLinkData, bool)
GetArtefactsOk returns a tuple with the Artefacts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetArtefacts(v HalLinkData)
SetArtefacts sets Artefacts field to given value.
func (o *BuildJobItemLinks) HasArtefacts() bool
HasArtefacts returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetCancel() HalLinkData
GetCancel returns the Cancel field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetCancelOk() (*HalLinkData, bool)
GetCancelOk returns a tuple with the Cancel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetCancel(v HalLinkData)
SetCancel sets Cancel field to given value.
func (o *BuildJobItemLinks) HasCancel() bool
HasCancel returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetCollection() HalLinkData
GetCollection returns the Collection field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetCollectionOk() (*HalLinkData, bool)
GetCollectionOk returns a tuple with the Collection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetCollection(v HalLinkData)
SetCollection sets Collection field to given value.
func (o *BuildJobItemLinks) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetDelete() HalLinkData
GetDelete returns the Delete field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetDeleteOk() (*HalLinkData, bool)
GetDeleteOk returns a tuple with the Delete field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetDelete(v HalLinkData)
SetDelete sets Delete field to given value.
func (o *BuildJobItemLinks) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetDescribedby() HalLinkData
GetDescribedby returns the Describedby field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetDescribedbyOk() (*HalLinkData, bool)
GetDescribedbyOk returns a tuple with the Describedby field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetDescribedby(v HalLinkData)
SetDescribedby sets Describedby field to given value.
func (o *BuildJobItemLinks) HasDescribedby() bool
HasDescribedby returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetDetails() HalLinkData
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetDetailsOk() (*HalLinkData, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetDetails(v HalLinkData)
SetDetails sets Details field to given value.
func (o *BuildJobItemLinks) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetOutputs() HalLinkData
GetOutputs returns the Outputs field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetOutputsOk() (*HalLinkData, bool)
GetOutputsOk returns a tuple with the Outputs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetOutputs(v HalLinkData)
SetOutputs sets Outputs field to given value.
func (o *BuildJobItemLinks) HasOutputs() bool
HasOutputs returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetRelated() HalLinkData
GetRelated returns the Related field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetRelatedOk() (*HalLinkData, bool)
GetRelatedOk returns a tuple with the Related field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetRelated(v HalLinkData)
SetRelated sets Related field to given value.
func (o *BuildJobItemLinks) GetRetain() HalLinkData
GetRetain returns the Retain field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetRetainOk() (*HalLinkData, bool)
GetRetainOk returns a tuple with the Retain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetRetain(v HalLinkData)
SetRetain sets Retain field to given value.
func (o *BuildJobItemLinks) HasRetain() bool
HasRetain returns a boolean if a field has been set.
func (o *BuildJobItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *BuildJobItemLinks) GetSelfOk() (*HalLinkData, bool)
GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BuildJobItemLinks) SetSelf(v HalLinkData)
SetSelf sets Self field to given value.