Name | Type | Description | Notes |
---|---|---|---|
App | Pointer to Link | [optional] | |
Scale | Pointer to Link | [optional] | |
Self | Pointer to Link | [optional] | |
Space | Pointer to Link | [optional] | |
Stats | Pointer to Link | [optional] |
func NewProcessLinks() *ProcessLinks
NewProcessLinks instantiates a new ProcessLinks 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 NewProcessLinksWithDefaults() *ProcessLinks
NewProcessLinksWithDefaults instantiates a new ProcessLinks 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 *ProcessLinks) GetApp() Link
GetApp returns the App field if non-nil, zero value otherwise.
func (o *ProcessLinks) GetAppOk() (*Link, bool)
GetAppOk returns a tuple with the App field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessLinks) SetApp(v Link)
SetApp sets App field to given value.
func (o *ProcessLinks) HasApp() bool
HasApp returns a boolean if a field has been set.
func (o *ProcessLinks) GetScale() Link
GetScale returns the Scale field if non-nil, zero value otherwise.
func (o *ProcessLinks) GetScaleOk() (*Link, bool)
GetScaleOk returns a tuple with the Scale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessLinks) SetScale(v Link)
SetScale sets Scale field to given value.
func (o *ProcessLinks) HasScale() bool
HasScale returns a boolean if a field has been set.
func (o *ProcessLinks) GetSelf() Link
GetSelf returns the Self field if non-nil, zero value otherwise.
func (o *ProcessLinks) GetSelfOk() (*Link, 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 *ProcessLinks) SetSelf(v Link)
SetSelf sets Self field to given value.
func (o *ProcessLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *ProcessLinks) GetSpace() Link
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *ProcessLinks) GetSpaceOk() (*Link, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessLinks) SetSpace(v Link)
SetSpace sets Space field to given value.
func (o *ProcessLinks) HasSpace() bool
HasSpace returns a boolean if a field has been set.
func (o *ProcessLinks) GetStats() Link
GetStats returns the Stats field if non-nil, zero value otherwise.
func (o *ProcessLinks) GetStatsOk() (*Link, bool)
GetStatsOk returns a tuple with the Stats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessLinks) SetStats(v Link)
SetStats sets Stats field to given value.
func (o *ProcessLinks) HasStats() bool
HasStats returns a boolean if a field has been set.