Skip to content

Latest commit

 

History

History
211 lines (116 loc) · 5.41 KB

File metadata and controls

211 lines (116 loc) · 5.41 KB

FPGAItemLinks

Properties

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

Methods

NewFPGAItemLinks

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

NewFPGAItemLinksWithDefaults

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

GetCollection

func (o *FPGAItemLinks) GetCollection() HalLinkData

GetCollection returns the Collection field if non-nil, zero value otherwise.

GetCollectionOk

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.

SetCollection

func (o *FPGAItemLinks) SetCollection(v HalLinkData)

SetCollection sets Collection field to given value.

HasCollection

func (o *FPGAItemLinks) HasCollection() bool

HasCollection returns a boolean if a field has been set.

GetCreate

func (o *FPGAItemLinks) GetCreate() HalLinkData

GetCreate returns the Create field if non-nil, zero value otherwise.

GetCreateOk

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.

SetCreate

func (o *FPGAItemLinks) SetCreate(v HalLinkData)

SetCreate sets Create field to given value.

HasCreate

func (o *FPGAItemLinks) HasCreate() bool

HasCreate returns a boolean if a field has been set.

GetCurrent

func (o *FPGAItemLinks) GetCurrent() HalLinkData

GetCurrent returns the Current field if non-nil, zero value otherwise.

GetCurrentOk

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.

SetCurrent

func (o *FPGAItemLinks) SetCurrent(v HalLinkData)

SetCurrent sets Current field to given value.

HasCurrent

func (o *FPGAItemLinks) HasCurrent() bool

HasCurrent returns a boolean if a field has been set.

GetDelete

func (o *FPGAItemLinks) GetDelete() HalLinkData

GetDelete returns the Delete field if non-nil, zero value otherwise.

GetDeleteOk

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.

SetDelete

func (o *FPGAItemLinks) SetDelete(v HalLinkData)

SetDelete sets Delete field to given value.

HasDelete

func (o *FPGAItemLinks) HasDelete() bool

HasDelete returns a boolean if a field has been set.

GetNext

func (o *FPGAItemLinks) GetNext() HalLinkData

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

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.

SetNext

func (o *FPGAItemLinks) SetNext(v HalLinkData)

SetNext sets Next field to given value.

HasNext

func (o *FPGAItemLinks) HasNext() bool

HasNext returns a boolean if a field has been set.

GetPrev

func (o *FPGAItemLinks) GetPrev() HalLinkData

GetPrev returns the Prev field if non-nil, zero value otherwise.

GetPrevOk

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.

SetPrev

func (o *FPGAItemLinks) SetPrev(v HalLinkData)

SetPrev sets Prev field to given value.

HasPrev

func (o *FPGAItemLinks) HasPrev() bool

HasPrev returns a boolean if a field has been set.

GetSelf

func (o *FPGAItemLinks) GetSelf() HalLinkData

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

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.

SetSelf

func (o *FPGAItemLinks) SetSelf(v HalLinkData)

SetSelf sets Self field to given value.

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