Name | Type | Description | Notes |
---|---|---|---|
Previous | NullableString | ||
Next | NullableString |
func NewApplicationLinks(previous NullableString, next NullableString, ) *ApplicationLinks
NewApplicationLinks instantiates a new ApplicationLinks 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 NewApplicationLinksWithDefaults() *ApplicationLinks
NewApplicationLinksWithDefaults instantiates a new ApplicationLinks 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 *ApplicationLinks) GetPrevious() string
GetPrevious returns the Previous field if non-nil, zero value otherwise.
func (o *ApplicationLinks) GetPreviousOk() (*string, bool)
GetPreviousOk returns a tuple with the Previous field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApplicationLinks) SetPrevious(v string)
SetPrevious sets Previous field to given value.
func (o *ApplicationLinks) SetPreviousNil(b bool)
SetPreviousNil sets the value for Previous to be an explicit nil
func (o *ApplicationLinks) UnsetPrevious()
UnsetPrevious ensures that no value is present for Previous, not even an explicit nil
func (o *ApplicationLinks) GetNext() string
GetNext returns the Next field if non-nil, zero value otherwise.
func (o *ApplicationLinks) GetNextOk() (*string, 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 *ApplicationLinks) SetNext(v string)
SetNext sets Next field to given value.
func (o *ApplicationLinks) SetNextNil(b bool)
SetNextNil sets the value for Next to be an explicit nil
func (o *ApplicationLinks) UnsetNext()
UnsetNext ensures that no value is present for Next, not even an explicit nil