Skip to content

Latest commit

 

History

History
216 lines (119 loc) · 6.34 KB

ThreatsGetThreatDetails200Response.md

File metadata and controls

216 lines (119 loc) · 6.34 KB

ThreatsGetThreatDetails200Response

Properties

Name Type Description Notes
Count Pointer to int32 [optional]
Next Pointer to interface{} [optional]
Previous Pointer to interface{} [optional]
MalwareCount Pointer to int32 [optional]
PupCount Pointer to int32 [optional]
Results Pointer to interface{} [optional]

Methods

NewThreatsGetThreatDetails200Response

func NewThreatsGetThreatDetails200Response() *ThreatsGetThreatDetails200Response

NewThreatsGetThreatDetails200Response instantiates a new ThreatsGetThreatDetails200Response 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

NewThreatsGetThreatDetails200ResponseWithDefaults

func NewThreatsGetThreatDetails200ResponseWithDefaults() *ThreatsGetThreatDetails200Response

NewThreatsGetThreatDetails200ResponseWithDefaults instantiates a new ThreatsGetThreatDetails200Response 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

GetCount

func (o *ThreatsGetThreatDetails200Response) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ThreatsGetThreatDetails200Response) GetCountOk() (*int32, bool)

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

SetCount

func (o *ThreatsGetThreatDetails200Response) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *ThreatsGetThreatDetails200Response) HasCount() bool

HasCount returns a boolean if a field has been set.

GetNext

func (o *ThreatsGetThreatDetails200Response) GetNext() interface{}

GetNext returns the Next field if non-nil, zero value otherwise.

GetNextOk

func (o *ThreatsGetThreatDetails200Response) GetNextOk() (*interface{}, bool)

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

SetNext

func (o *ThreatsGetThreatDetails200Response) SetNext(v interface{})

SetNext sets Next field to given value.

HasNext

func (o *ThreatsGetThreatDetails200Response) HasNext() bool

HasNext returns a boolean if a field has been set.

SetNextNil

func (o *ThreatsGetThreatDetails200Response) SetNextNil(b bool)

SetNextNil sets the value for Next to be an explicit nil

UnsetNext

func (o *ThreatsGetThreatDetails200Response) UnsetNext()

UnsetNext ensures that no value is present for Next, not even an explicit nil

GetPrevious

func (o *ThreatsGetThreatDetails200Response) GetPrevious() interface{}

GetPrevious returns the Previous field if non-nil, zero value otherwise.

GetPreviousOk

func (o *ThreatsGetThreatDetails200Response) GetPreviousOk() (*interface{}, bool)

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

SetPrevious

func (o *ThreatsGetThreatDetails200Response) SetPrevious(v interface{})

SetPrevious sets Previous field to given value.

HasPrevious

func (o *ThreatsGetThreatDetails200Response) HasPrevious() bool

HasPrevious returns a boolean if a field has been set.

SetPreviousNil

func (o *ThreatsGetThreatDetails200Response) SetPreviousNil(b bool)

SetPreviousNil sets the value for Previous to be an explicit nil

UnsetPrevious

func (o *ThreatsGetThreatDetails200Response) UnsetPrevious()

UnsetPrevious ensures that no value is present for Previous, not even an explicit nil

GetMalwareCount

func (o *ThreatsGetThreatDetails200Response) GetMalwareCount() int32

GetMalwareCount returns the MalwareCount field if non-nil, zero value otherwise.

GetMalwareCountOk

func (o *ThreatsGetThreatDetails200Response) GetMalwareCountOk() (*int32, bool)

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

SetMalwareCount

func (o *ThreatsGetThreatDetails200Response) SetMalwareCount(v int32)

SetMalwareCount sets MalwareCount field to given value.

HasMalwareCount

func (o *ThreatsGetThreatDetails200Response) HasMalwareCount() bool

HasMalwareCount returns a boolean if a field has been set.

GetPupCount

func (o *ThreatsGetThreatDetails200Response) GetPupCount() int32

GetPupCount returns the PupCount field if non-nil, zero value otherwise.

GetPupCountOk

func (o *ThreatsGetThreatDetails200Response) GetPupCountOk() (*int32, bool)

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

SetPupCount

func (o *ThreatsGetThreatDetails200Response) SetPupCount(v int32)

SetPupCount sets PupCount field to given value.

HasPupCount

func (o *ThreatsGetThreatDetails200Response) HasPupCount() bool

HasPupCount returns a boolean if a field has been set.

GetResults

func (o *ThreatsGetThreatDetails200Response) GetResults() interface{}

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *ThreatsGetThreatDetails200Response) GetResultsOk() (*interface{}, bool)

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

SetResults

func (o *ThreatsGetThreatDetails200Response) SetResults(v interface{})

SetResults sets Results field to given value.

HasResults

func (o *ThreatsGetThreatDetails200Response) HasResults() bool

HasResults returns a boolean if a field has been set.

SetResultsNil

func (o *ThreatsGetThreatDetails200Response) SetResultsNil(b bool)

SetResultsNil sets the value for Results to be an explicit nil

UnsetResults

func (o *ThreatsGetThreatDetails200Response) UnsetResults()

UnsetResults ensures that no value is present for Results, not even an explicit nil

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