| Name | Type | Description | Notes |
|---|---|---|---|
| Collection | Pointer to HalLinkData | [optional] | |
| Create | Pointer to HalLinkData | [optional] | |
| Current | Pointer to HalLinkData | [optional] | |
| Delete | Pointer to HalLinkData | [optional] | |
| Next | Pointer to HalLinkData | [optional] | |
| Prev | Pointer to HalLinkData | [optional] | |
| Self | HalLinkData |
func NewFPGAItemLinks(self HalLinkData, ) *FPGAItemLinks
NewFPGAItemLinks instantiates a new FPGAItemLinks 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 NewFPGAItemLinksWithDefaults() *FPGAItemLinks
NewFPGAItemLinksWithDefaults instantiates a new FPGAItemLinks 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 *FPGAItemLinks) GetCollection() HalLinkData
GetCollection returns the Collection field if non-nil, zero value otherwise.
func (o *FPGAItemLinks) 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 *FPGAItemLinks) SetCollection(v HalLinkData)
SetCollection sets Collection field to given value.
func (o *FPGAItemLinks) HasCollection() bool
HasCollection returns a boolean if a field has been set.
func (o *FPGAItemLinks) GetCreate() HalLinkData
GetCreate returns the Create field if non-nil, zero value otherwise.
func (o *FPGAItemLinks) GetCreateOk() (*HalLinkData, bool)
GetCreateOk returns a tuple with the Create field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FPGAItemLinks) SetCreate(v HalLinkData)
SetCreate sets Create field to given value.
func (o *FPGAItemLinks) HasCreate() bool
HasCreate returns a boolean if a field has been set.
func (o *FPGAItemLinks) GetCurrent() HalLinkData
GetCurrent returns the Current field if non-nil, zero value otherwise.
func (o *FPGAItemLinks) GetCurrentOk() (*HalLinkData, bool)
GetCurrentOk returns a tuple with the Current field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FPGAItemLinks) SetCurrent(v HalLinkData)
SetCurrent sets Current field to given value.
func (o *FPGAItemLinks) HasCurrent() bool
HasCurrent returns a boolean if a field has been set.
func (o *FPGAItemLinks) GetDelete() HalLinkData
GetDelete returns the Delete field if non-nil, zero value otherwise.
func (o *FPGAItemLinks) 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 *FPGAItemLinks) SetDelete(v HalLinkData)
SetDelete sets Delete field to given value.
func (o *FPGAItemLinks) HasDelete() bool
HasDelete returns a boolean if a field has been set.
func (o *FPGAItemLinks) GetNext() HalLinkData
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *FPGAItemLinks) GetNextOk() (*HalLinkData, bool)
GetNextOk returns a tuple with the Next field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FPGAItemLinks) SetNext(v HalLinkData)
SetNext sets Next field to given value.
func (o *FPGAItemLinks) HasNext() bool
HasNext returns a boolean if a field has been set.
func (o *FPGAItemLinks) GetPrev() HalLinkData
GetPrev returns the Prev field if non-nil, zero value otherwise.
func (o *FPGAItemLinks) GetPrevOk() (*HalLinkData, bool)
GetPrevOk returns a tuple with the Prev field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FPGAItemLinks) SetPrev(v HalLinkData)
SetPrev sets Prev field to given value.
func (o *FPGAItemLinks) HasPrev() bool
HasPrev returns a boolean if a field has been set.
func (o *FPGAItemLinks) GetSelf() HalLinkData
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *FPGAItemLinks) 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 *FPGAItemLinks) SetSelf(v HalLinkData)
SetSelf sets Self field to given value.