# CVEDetailedPackageState ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ProductName** | **string** | | **FixState** | **string** | | **PackageName** | **string** | | **Cpe** | **string** | | ## Methods ### NewCVEDetailedPackageState `func NewCVEDetailedPackageState(productName string, fixState string, packageName string, cpe string, ) *CVEDetailedPackageState` NewCVEDetailedPackageState instantiates a new CVEDetailedPackageState 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 ### NewCVEDetailedPackageStateWithDefaults `func NewCVEDetailedPackageStateWithDefaults() *CVEDetailedPackageState` NewCVEDetailedPackageStateWithDefaults instantiates a new CVEDetailedPackageState 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 ### GetProductName `func (o *CVEDetailedPackageState) GetProductName() string` GetProductName returns the ProductName field if non-nil, zero value otherwise. ### GetProductNameOk `func (o *CVEDetailedPackageState) GetProductNameOk() (*string, bool)` GetProductNameOk returns a tuple with the ProductName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetProductName `func (o *CVEDetailedPackageState) SetProductName(v string)` SetProductName sets ProductName field to given value. ### GetFixState `func (o *CVEDetailedPackageState) GetFixState() string` GetFixState returns the FixState field if non-nil, zero value otherwise. ### GetFixStateOk `func (o *CVEDetailedPackageState) GetFixStateOk() (*string, bool)` GetFixStateOk returns a tuple with the FixState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetFixState `func (o *CVEDetailedPackageState) SetFixState(v string)` SetFixState sets FixState field to given value. ### GetPackageName `func (o *CVEDetailedPackageState) GetPackageName() string` GetPackageName returns the PackageName field if non-nil, zero value otherwise. ### GetPackageNameOk `func (o *CVEDetailedPackageState) GetPackageNameOk() (*string, bool)` GetPackageNameOk returns a tuple with the PackageName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetPackageName `func (o *CVEDetailedPackageState) SetPackageName(v string)` SetPackageName sets PackageName field to given value. ### GetCpe `func (o *CVEDetailedPackageState) GetCpe() string` GetCpe returns the Cpe field if non-nil, zero value otherwise. ### GetCpeOk `func (o *CVEDetailedPackageState) GetCpeOk() (*string, bool)` GetCpeOk returns a tuple with the Cpe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set. ### SetCpe `func (o *CVEDetailedPackageState) SetCpe(v string)` SetCpe sets Cpe field to given value. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)