Name | Type | Description | Notes |
---|---|---|---|
ComponentIdentifier | Pointer to ApiComponentIdentifierDTOV2 | [optional] | |
DisplayName | Pointer to string | [optional] | |
Hash | Pointer to string | [optional] | |
LicenseLegalData | Pointer to ApiLicenseLegalDataDTO | [optional] | |
PackageUrl | Pointer to string | [optional] | |
StageScans | Pointer to []ApiLicenseLegalStageScanDTO | [optional] |
func NewApiLicenseLegalComponentDTO() *ApiLicenseLegalComponentDTO
NewApiLicenseLegalComponentDTO instantiates a new ApiLicenseLegalComponentDTO 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 NewApiLicenseLegalComponentDTOWithDefaults() *ApiLicenseLegalComponentDTO
NewApiLicenseLegalComponentDTOWithDefaults instantiates a new ApiLicenseLegalComponentDTO 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 *ApiLicenseLegalComponentDTO) GetComponentIdentifier() ApiComponentIdentifierDTOV2
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentDTO) 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 *ApiLicenseLegalComponentDTO) SetComponentIdentifier(v ApiComponentIdentifierDTOV2)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ApiLicenseLegalComponentDTO) HasComponentIdentifier() bool
HasComponentIdentifier returns a boolean if a field has been set.
func (o *ApiLicenseLegalComponentDTO) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentDTO) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalComponentDTO) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ApiLicenseLegalComponentDTO) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ApiLicenseLegalComponentDTO) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentDTO) 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 *ApiLicenseLegalComponentDTO) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ApiLicenseLegalComponentDTO) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ApiLicenseLegalComponentDTO) GetLicenseLegalData() ApiLicenseLegalDataDTO
GetLicenseLegalData returns the LicenseLegalData field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentDTO) GetLicenseLegalDataOk() (*ApiLicenseLegalDataDTO, bool)
GetLicenseLegalDataOk returns a tuple with the LicenseLegalData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalComponentDTO) SetLicenseLegalData(v ApiLicenseLegalDataDTO)
SetLicenseLegalData sets LicenseLegalData field to given value.
func (o *ApiLicenseLegalComponentDTO) HasLicenseLegalData() bool
HasLicenseLegalData returns a boolean if a field has been set.
func (o *ApiLicenseLegalComponentDTO) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentDTO) 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 *ApiLicenseLegalComponentDTO) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiLicenseLegalComponentDTO) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.
func (o *ApiLicenseLegalComponentDTO) GetStageScans() []ApiLicenseLegalStageScanDTO
GetStageScans returns the StageScans field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalComponentDTO) GetStageScansOk() (*[]ApiLicenseLegalStageScanDTO, bool)
GetStageScansOk returns a tuple with the StageScans field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalComponentDTO) SetStageScans(v []ApiLicenseLegalStageScanDTO)
SetStageScans sets StageScans field to given value.
func (o *ApiLicenseLegalComponentDTO) HasStageScans() bool
HasStageScans returns a boolean if a field has been set.