Name | Type | Description | Notes |
---|---|---|---|
Confidence | string | Match confidence | |
Name | string | Match name | |
Reference | string | Match reference | |
Source | string | Match source |
func NewMalwareId(confidence string, name string, reference string, source string, ) *MalwareId
NewMalwareId instantiates a new MalwareId 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 NewMalwareIdWithDefaults() *MalwareId
NewMalwareIdWithDefaults instantiates a new MalwareId 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 *MalwareId) GetConfidence() string
GetConfidence returns the Confidence field if non-nil, zero value otherwise.
func (o *MalwareId) GetConfidenceOk() (*string, bool)
GetConfidenceOk returns a tuple with the Confidence field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MalwareId) SetConfidence(v string)
SetConfidence sets Confidence field to given value.
func (o *MalwareId) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *MalwareId) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MalwareId) SetName(v string)
SetName sets Name field to given value.
func (o *MalwareId) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *MalwareId) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MalwareId) SetReference(v string)
SetReference sets Reference field to given value.
func (o *MalwareId) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *MalwareId) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MalwareId) SetSource(v string)
SetSource sets Source field to given value.