Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.9 KB

MalwareId.md

File metadata and controls

114 lines (61 loc) · 2.9 KB

MalwareId

Properties

Name Type Description Notes
Confidence string Match confidence
Name string Match name
Reference string Match reference
Source string Match source

Methods

NewMalwareId

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

NewMalwareIdWithDefaults

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

GetConfidence

func (o *MalwareId) GetConfidence() string

GetConfidence returns the Confidence field if non-nil, zero value otherwise.

GetConfidenceOk

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.

SetConfidence

func (o *MalwareId) SetConfidence(v string)

SetConfidence sets Confidence field to given value.

GetName

func (o *MalwareId) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *MalwareId) SetName(v string)

SetName sets Name field to given value.

GetReference

func (o *MalwareId) GetReference() string

GetReference returns the Reference field if non-nil, zero value otherwise.

GetReferenceOk

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.

SetReference

func (o *MalwareId) SetReference(v string)

SetReference sets Reference field to given value.

GetSource

func (o *MalwareId) GetSource() string

GetSource returns the Source field if non-nil, zero value otherwise.

GetSourceOk

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.

SetSource

func (o *MalwareId) SetSource(v string)

SetSource sets Source field to given value.

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