Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.72 KB

VulnerabilityRegistration.md

File metadata and controls

134 lines (73 loc) · 3.72 KB

VulnerabilityRegistration

Properties

Name Type Description Notes
Id Pointer to string [optional]
RegisteredOn Pointer to time.Time [optional]
Product Pointer to string [optional]
Version Pointer to string [optional]

Methods

NewVulnerabilityRegistration

func NewVulnerabilityRegistration() *VulnerabilityRegistration

NewVulnerabilityRegistration instantiates a new VulnerabilityRegistration 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

NewVulnerabilityRegistrationWithDefaults

func NewVulnerabilityRegistrationWithDefaults() *VulnerabilityRegistration

NewVulnerabilityRegistrationWithDefaults instantiates a new VulnerabilityRegistration 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

GetId

func (o *VulnerabilityRegistration) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *VulnerabilityRegistration) GetIdOk() (*string, bool)

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

SetId

func (o *VulnerabilityRegistration) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *VulnerabilityRegistration) HasId() bool

HasId returns a boolean if a field has been set.

GetRegisteredOn

func (o *VulnerabilityRegistration) GetRegisteredOn() time.Time

GetRegisteredOn returns the RegisteredOn field if non-nil, zero value otherwise.

GetRegisteredOnOk

func (o *VulnerabilityRegistration) GetRegisteredOnOk() (*time.Time, bool)

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

SetRegisteredOn

func (o *VulnerabilityRegistration) SetRegisteredOn(v time.Time)

SetRegisteredOn sets RegisteredOn field to given value.

HasRegisteredOn

func (o *VulnerabilityRegistration) HasRegisteredOn() bool

HasRegisteredOn returns a boolean if a field has been set.

GetProduct

func (o *VulnerabilityRegistration) GetProduct() string

GetProduct returns the Product field if non-nil, zero value otherwise.

GetProductOk

func (o *VulnerabilityRegistration) GetProductOk() (*string, bool)

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

SetProduct

func (o *VulnerabilityRegistration) SetProduct(v string)

SetProduct sets Product field to given value.

HasProduct

func (o *VulnerabilityRegistration) HasProduct() bool

HasProduct returns a boolean if a field has been set.

GetVersion

func (o *VulnerabilityRegistration) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *VulnerabilityRegistration) GetVersionOk() (*string, bool)

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

SetVersion

func (o *VulnerabilityRegistration) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *VulnerabilityRegistration) HasVersion() bool

HasVersion returns a boolean if a field has been set.

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