Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.41 KB

MyErratum.md

File metadata and controls

212 lines (115 loc) · 5.41 KB

MyErratum

Properties

Name Type Description Notes
AdvisoryId Pointer to string [optional]
AffectedSystemCount Pointer to int32 [optional]
Details Pointer to string [optional]
PublishDate Pointer to string Date represents the date format used for API returns [optional]
Synopsis Pointer to string [optional]
Systems Pointer to string [optional]
Type Pointer to string [optional]

Methods

NewMyErratum

func NewMyErratum() *MyErratum

NewMyErratum instantiates a new MyErratum 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

NewMyErratumWithDefaults

func NewMyErratumWithDefaults() *MyErratum

NewMyErratumWithDefaults instantiates a new MyErratum 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

GetAdvisoryId

func (o *MyErratum) GetAdvisoryId() string

GetAdvisoryId returns the AdvisoryId field if non-nil, zero value otherwise.

GetAdvisoryIdOk

func (o *MyErratum) GetAdvisoryIdOk() (*string, bool)

GetAdvisoryIdOk returns a tuple with the AdvisoryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAdvisoryId

func (o *MyErratum) SetAdvisoryId(v string)

SetAdvisoryId sets AdvisoryId field to given value.

HasAdvisoryId

func (o *MyErratum) HasAdvisoryId() bool

HasAdvisoryId returns a boolean if a field has been set.

GetAffectedSystemCount

func (o *MyErratum) GetAffectedSystemCount() int32

GetAffectedSystemCount returns the AffectedSystemCount field if non-nil, zero value otherwise.

GetAffectedSystemCountOk

func (o *MyErratum) GetAffectedSystemCountOk() (*int32, bool)

GetAffectedSystemCountOk returns a tuple with the AffectedSystemCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAffectedSystemCount

func (o *MyErratum) SetAffectedSystemCount(v int32)

SetAffectedSystemCount sets AffectedSystemCount field to given value.

HasAffectedSystemCount

func (o *MyErratum) HasAffectedSystemCount() bool

HasAffectedSystemCount returns a boolean if a field has been set.

GetDetails

func (o *MyErratum) GetDetails() string

GetDetails returns the Details field if non-nil, zero value otherwise.

GetDetailsOk

func (o *MyErratum) GetDetailsOk() (*string, 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.

SetDetails

func (o *MyErratum) SetDetails(v string)

SetDetails sets Details field to given value.

HasDetails

func (o *MyErratum) HasDetails() bool

HasDetails returns a boolean if a field has been set.

GetPublishDate

func (o *MyErratum) GetPublishDate() string

GetPublishDate returns the PublishDate field if non-nil, zero value otherwise.

GetPublishDateOk

func (o *MyErratum) GetPublishDateOk() (*string, bool)

GetPublishDateOk returns a tuple with the PublishDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPublishDate

func (o *MyErratum) SetPublishDate(v string)

SetPublishDate sets PublishDate field to given value.

HasPublishDate

func (o *MyErratum) HasPublishDate() bool

HasPublishDate returns a boolean if a field has been set.

GetSynopsis

func (o *MyErratum) GetSynopsis() string

GetSynopsis returns the Synopsis field if non-nil, zero value otherwise.

GetSynopsisOk

func (o *MyErratum) GetSynopsisOk() (*string, bool)

GetSynopsisOk returns a tuple with the Synopsis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSynopsis

func (o *MyErratum) SetSynopsis(v string)

SetSynopsis sets Synopsis field to given value.

HasSynopsis

func (o *MyErratum) HasSynopsis() bool

HasSynopsis returns a boolean if a field has been set.

GetSystems

func (o *MyErratum) GetSystems() string

GetSystems returns the Systems field if non-nil, zero value otherwise.

GetSystemsOk

func (o *MyErratum) GetSystemsOk() (*string, bool)

GetSystemsOk returns a tuple with the Systems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSystems

func (o *MyErratum) SetSystems(v string)

SetSystems sets Systems field to given value.

HasSystems

func (o *MyErratum) HasSystems() bool

HasSystems returns a boolean if a field has been set.

GetType

func (o *MyErratum) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *MyErratum) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *MyErratum) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *MyErratum) HasType() bool

HasType returns a boolean if a field has been set.

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