Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | Pointer to string | [optional] | |
ApplicationName | Pointer to string | [optional] | |
ComponentIdentifier | Pointer to ApiComponentIdentifierDTOV2 | [optional] | |
DependencyData | Pointer to ApiDependencyDataDTO | [optional] | |
Hash | Pointer to string | [optional] | |
PackageUrl | Pointer to string | [optional] | |
ReportHtmlUrl | Pointer to string | [optional] | |
ReportUrl | Pointer to string | [optional] | |
ThreatLevel | Pointer to int32 | [optional] |
func NewApiSearchResultDTOV2() *ApiSearchResultDTOV2
NewApiSearchResultDTOV2 instantiates a new ApiSearchResultDTOV2 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 NewApiSearchResultDTOV2WithDefaults() *ApiSearchResultDTOV2
NewApiSearchResultDTOV2WithDefaults instantiates a new ApiSearchResultDTOV2 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 *ApiSearchResultDTOV2) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *ApiSearchResultDTOV2) HasApplicationId() bool
HasApplicationId returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetApplicationName() string
GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetApplicationNameOk() (*string, bool)
GetApplicationNameOk returns a tuple with the ApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetApplicationName(v string)
SetApplicationName sets ApplicationName field to given value.
func (o *ApiSearchResultDTOV2) HasApplicationName() bool
HasApplicationName returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetComponentIdentifier() ApiComponentIdentifierDTOV2
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetComponentIdentifierOk() (*ApiComponentIdentifierDTOV2, bool)
GetComponentIdentifierOk returns a tuple with the ComponentIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetComponentIdentifier(v ApiComponentIdentifierDTOV2)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ApiSearchResultDTOV2) HasComponentIdentifier() bool
HasComponentIdentifier returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetDependencyData() ApiDependencyDataDTO
GetDependencyData returns the DependencyData field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetDependencyDataOk() (*ApiDependencyDataDTO, bool)
GetDependencyDataOk returns a tuple with the DependencyData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetDependencyData(v ApiDependencyDataDTO)
SetDependencyData sets DependencyData field to given value.
func (o *ApiSearchResultDTOV2) HasDependencyData() bool
HasDependencyData returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ApiSearchResultDTOV2) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetPackageUrlOk() (*string, bool)
GetPackageUrlOk returns a tuple with the PackageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiSearchResultDTOV2) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetReportHtmlUrl() string
GetReportHtmlUrl returns the ReportHtmlUrl field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetReportHtmlUrlOk() (*string, bool)
GetReportHtmlUrlOk returns a tuple with the ReportHtmlUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetReportHtmlUrl(v string)
SetReportHtmlUrl sets ReportHtmlUrl field to given value.
func (o *ApiSearchResultDTOV2) HasReportHtmlUrl() bool
HasReportHtmlUrl returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetReportUrl() string
GetReportUrl returns the ReportUrl field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetReportUrlOk() (*string, bool)
GetReportUrlOk returns a tuple with the ReportUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetReportUrl(v string)
SetReportUrl sets ReportUrl field to given value.
func (o *ApiSearchResultDTOV2) HasReportUrl() bool
HasReportUrl returns a boolean if a field has been set.
func (o *ApiSearchResultDTOV2) GetThreatLevel() int32
GetThreatLevel returns the ThreatLevel field if non-nil, zero value otherwise.
func (o *ApiSearchResultDTOV2) GetThreatLevelOk() (*int32, bool)
GetThreatLevelOk returns a tuple with the ThreatLevel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiSearchResultDTOV2) SetThreatLevel(v int32)
SetThreatLevel sets ThreatLevel field to given value.
func (o *ApiSearchResultDTOV2) HasThreatLevel() bool
HasThreatLevel returns a boolean if a field has been set.