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] |
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
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
func (o *MyErratum) GetAdvisoryId() string
GetAdvisoryId returns the AdvisoryId field if non-nil, zero value otherwise.
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.
func (o *MyErratum) SetAdvisoryId(v string)
SetAdvisoryId sets AdvisoryId field to given value.
func (o *MyErratum) HasAdvisoryId() bool
HasAdvisoryId returns a boolean if a field has been set.
func (o *MyErratum) GetAffectedSystemCount() int32
GetAffectedSystemCount returns the AffectedSystemCount field if non-nil, zero value otherwise.
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.
func (o *MyErratum) SetAffectedSystemCount(v int32)
SetAffectedSystemCount sets AffectedSystemCount field to given value.
func (o *MyErratum) HasAffectedSystemCount() bool
HasAffectedSystemCount returns a boolean if a field has been set.
func (o *MyErratum) GetDetails() string
GetDetails returns the Details field if non-nil, zero value otherwise.
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.
func (o *MyErratum) SetDetails(v string)
SetDetails sets Details field to given value.
func (o *MyErratum) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (o *MyErratum) GetPublishDate() string
GetPublishDate returns the PublishDate field if non-nil, zero value otherwise.
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.
func (o *MyErratum) SetPublishDate(v string)
SetPublishDate sets PublishDate field to given value.
func (o *MyErratum) HasPublishDate() bool
HasPublishDate returns a boolean if a field has been set.
func (o *MyErratum) GetSynopsis() string
GetSynopsis returns the Synopsis field if non-nil, zero value otherwise.
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.
func (o *MyErratum) SetSynopsis(v string)
SetSynopsis sets Synopsis field to given value.
func (o *MyErratum) HasSynopsis() bool
HasSynopsis returns a boolean if a field has been set.
func (o *MyErratum) GetSystems() string
GetSystems returns the Systems field if non-nil, zero value otherwise.
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.
func (o *MyErratum) SetSystems(v string)
SetSystems sets Systems field to given value.
func (o *MyErratum) HasSystems() bool
HasSystems returns a boolean if a field has been set.
func (o *MyErratum) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *MyErratum) SetType(v string)
SetType sets Type field to given value.
func (o *MyErratum) HasType() bool
HasType returns a boolean if a field has been set.