Skip to content

Latest commit

 

History

History
323 lines (172 loc) · 9.33 KB

ModelMalwareScanResult.md

File metadata and controls

323 lines (172 loc) · 9.33 KB

ModelMalwareScanResult

Properties

Name Type Description Notes
CloudAccountId string
CreatedAt int64
DockerContainerName string
DockerImageName string
HostName string
KubernetesClusterName string
Malwares []ModelMalware
NodeId string
NodeName string
NodeType string
ScanId string
SeverityCounts map[string]int32
UpdatedAt int64

Methods

NewModelMalwareScanResult

func NewModelMalwareScanResult(cloudAccountId string, createdAt int64, dockerContainerName string, dockerImageName string, hostName string, kubernetesClusterName string, malwares []ModelMalware, nodeId string, nodeName string, nodeType string, scanId string, severityCounts map[string]int32, updatedAt int64, ) *ModelMalwareScanResult

NewModelMalwareScanResult instantiates a new ModelMalwareScanResult 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

NewModelMalwareScanResultWithDefaults

func NewModelMalwareScanResultWithDefaults() *ModelMalwareScanResult

NewModelMalwareScanResultWithDefaults instantiates a new ModelMalwareScanResult 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

GetCloudAccountId

func (o *ModelMalwareScanResult) GetCloudAccountId() string

GetCloudAccountId returns the CloudAccountId field if non-nil, zero value otherwise.

GetCloudAccountIdOk

func (o *ModelMalwareScanResult) GetCloudAccountIdOk() (*string, bool)

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

SetCloudAccountId

func (o *ModelMalwareScanResult) SetCloudAccountId(v string)

SetCloudAccountId sets CloudAccountId field to given value.

GetCreatedAt

func (o *ModelMalwareScanResult) GetCreatedAt() int64

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *ModelMalwareScanResult) GetCreatedAtOk() (*int64, bool)

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

SetCreatedAt

func (o *ModelMalwareScanResult) SetCreatedAt(v int64)

SetCreatedAt sets CreatedAt field to given value.

GetDockerContainerName

func (o *ModelMalwareScanResult) GetDockerContainerName() string

GetDockerContainerName returns the DockerContainerName field if non-nil, zero value otherwise.

GetDockerContainerNameOk

func (o *ModelMalwareScanResult) GetDockerContainerNameOk() (*string, bool)

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

SetDockerContainerName

func (o *ModelMalwareScanResult) SetDockerContainerName(v string)

SetDockerContainerName sets DockerContainerName field to given value.

GetDockerImageName

func (o *ModelMalwareScanResult) GetDockerImageName() string

GetDockerImageName returns the DockerImageName field if non-nil, zero value otherwise.

GetDockerImageNameOk

func (o *ModelMalwareScanResult) GetDockerImageNameOk() (*string, bool)

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

SetDockerImageName

func (o *ModelMalwareScanResult) SetDockerImageName(v string)

SetDockerImageName sets DockerImageName field to given value.

GetHostName

func (o *ModelMalwareScanResult) GetHostName() string

GetHostName returns the HostName field if non-nil, zero value otherwise.

GetHostNameOk

func (o *ModelMalwareScanResult) GetHostNameOk() (*string, bool)

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

SetHostName

func (o *ModelMalwareScanResult) SetHostName(v string)

SetHostName sets HostName field to given value.

GetKubernetesClusterName

func (o *ModelMalwareScanResult) GetKubernetesClusterName() string

GetKubernetesClusterName returns the KubernetesClusterName field if non-nil, zero value otherwise.

GetKubernetesClusterNameOk

func (o *ModelMalwareScanResult) GetKubernetesClusterNameOk() (*string, bool)

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

SetKubernetesClusterName

func (o *ModelMalwareScanResult) SetKubernetesClusterName(v string)

SetKubernetesClusterName sets KubernetesClusterName field to given value.

GetMalwares

func (o *ModelMalwareScanResult) GetMalwares() []ModelMalware

GetMalwares returns the Malwares field if non-nil, zero value otherwise.

GetMalwaresOk

func (o *ModelMalwareScanResult) GetMalwaresOk() (*[]ModelMalware, bool)

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

SetMalwares

func (o *ModelMalwareScanResult) SetMalwares(v []ModelMalware)

SetMalwares sets Malwares field to given value.

SetMalwaresNil

func (o *ModelMalwareScanResult) SetMalwaresNil(b bool)

SetMalwaresNil sets the value for Malwares to be an explicit nil

UnsetMalwares

func (o *ModelMalwareScanResult) UnsetMalwares()

UnsetMalwares ensures that no value is present for Malwares, not even an explicit nil

GetNodeId

func (o *ModelMalwareScanResult) GetNodeId() string

GetNodeId returns the NodeId field if non-nil, zero value otherwise.

GetNodeIdOk

func (o *ModelMalwareScanResult) GetNodeIdOk() (*string, bool)

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

SetNodeId

func (o *ModelMalwareScanResult) SetNodeId(v string)

SetNodeId sets NodeId field to given value.

GetNodeName

func (o *ModelMalwareScanResult) GetNodeName() string

GetNodeName returns the NodeName field if non-nil, zero value otherwise.

GetNodeNameOk

func (o *ModelMalwareScanResult) GetNodeNameOk() (*string, bool)

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

SetNodeName

func (o *ModelMalwareScanResult) SetNodeName(v string)

SetNodeName sets NodeName field to given value.

GetNodeType

func (o *ModelMalwareScanResult) GetNodeType() string

GetNodeType returns the NodeType field if non-nil, zero value otherwise.

GetNodeTypeOk

func (o *ModelMalwareScanResult) GetNodeTypeOk() (*string, bool)

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

SetNodeType

func (o *ModelMalwareScanResult) SetNodeType(v string)

SetNodeType sets NodeType field to given value.

GetScanId

func (o *ModelMalwareScanResult) GetScanId() string

GetScanId returns the ScanId field if non-nil, zero value otherwise.

GetScanIdOk

func (o *ModelMalwareScanResult) GetScanIdOk() (*string, bool)

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

SetScanId

func (o *ModelMalwareScanResult) SetScanId(v string)

SetScanId sets ScanId field to given value.

GetSeverityCounts

func (o *ModelMalwareScanResult) GetSeverityCounts() map[string]int32

GetSeverityCounts returns the SeverityCounts field if non-nil, zero value otherwise.

GetSeverityCountsOk

func (o *ModelMalwareScanResult) GetSeverityCountsOk() (*map[string]int32, bool)

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

SetSeverityCounts

func (o *ModelMalwareScanResult) SetSeverityCounts(v map[string]int32)

SetSeverityCounts sets SeverityCounts field to given value.

SetSeverityCountsNil

func (o *ModelMalwareScanResult) SetSeverityCountsNil(b bool)

SetSeverityCountsNil sets the value for SeverityCounts to be an explicit nil

UnsetSeverityCounts

func (o *ModelMalwareScanResult) UnsetSeverityCounts()

UnsetSeverityCounts ensures that no value is present for SeverityCounts, not even an explicit nil

GetUpdatedAt

func (o *ModelMalwareScanResult) GetUpdatedAt() int64

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *ModelMalwareScanResult) GetUpdatedAtOk() (*int64, bool)

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

SetUpdatedAt

func (o *ModelMalwareScanResult) SetUpdatedAt(v int64)

SetUpdatedAt sets UpdatedAt field to given value.

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