Name | Type | Description | Notes |
---|---|---|---|
AdvisoryId | Pointer to string | [optional] | |
Href | Pointer to string | [optional] | |
PublishDate | Pointer to string | Date represents the date format used for API returns | [optional] |
Severity | Pointer to string | [optional] | |
Synopsis | Pointer to string | [optional] | |
Type | Pointer to string | [optional] |
func NewErratumInContentSet() *ErratumInContentSet
NewErratumInContentSet instantiates a new ErratumInContentSet 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 NewErratumInContentSetWithDefaults() *ErratumInContentSet
NewErratumInContentSetWithDefaults instantiates a new ErratumInContentSet 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 *ErratumInContentSet) GetAdvisoryId() string
GetAdvisoryId returns the AdvisoryId field if non-nil, zero value otherwise.
func (o *ErratumInContentSet) 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 *ErratumInContentSet) SetAdvisoryId(v string)
SetAdvisoryId sets AdvisoryId field to given value.
func (o *ErratumInContentSet) HasAdvisoryId() bool
HasAdvisoryId returns a boolean if a field has been set.
func (o *ErratumInContentSet) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *ErratumInContentSet) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErratumInContentSet) SetHref(v string)
SetHref sets Href field to given value.
func (o *ErratumInContentSet) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *ErratumInContentSet) GetPublishDate() string
GetPublishDate returns the PublishDate field if non-nil, zero value otherwise.
func (o *ErratumInContentSet) 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 *ErratumInContentSet) SetPublishDate(v string)
SetPublishDate sets PublishDate field to given value.
func (o *ErratumInContentSet) HasPublishDate() bool
HasPublishDate returns a boolean if a field has been set.
func (o *ErratumInContentSet) GetSeverity() string
GetSeverity returns the Severity field if non-nil, zero value otherwise.
func (o *ErratumInContentSet) GetSeverityOk() (*string, bool)
GetSeverityOk returns a tuple with the Severity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ErratumInContentSet) SetSeverity(v string)
SetSeverity sets Severity field to given value.
func (o *ErratumInContentSet) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (o *ErratumInContentSet) GetSynopsis() string
GetSynopsis returns the Synopsis field if non-nil, zero value otherwise.
func (o *ErratumInContentSet) 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 *ErratumInContentSet) SetSynopsis(v string)
SetSynopsis sets Synopsis field to given value.
func (o *ErratumInContentSet) HasSynopsis() bool
HasSynopsis returns a boolean if a field has been set.
func (o *ErratumInContentSet) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ErratumInContentSet) 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 *ErratumInContentSet) SetType(v string)
SetType sets Type field to given value.
func (o *ErratumInContentSet) HasType() bool
HasType returns a boolean if a field has been set.