Name | Type | Description | Notes |
---|---|---|---|
SuccessAlreadyOK | Pointer to float32 | [optional] | |
NoReport | Pointer to float32 | [optional] | |
SuccessNotApplicable | Pointer to float32 | [optional] | |
UnexpectedMissingComponent | Pointer to float32 | [optional] | |
Error | Pointer to float32 | [optional] | |
UnexpectedUnknownComponent | Pointer to float32 | [optional] | |
SuccessRepaired | Pointer to float32 | [optional] |
func NewRuleComplianceComponentComplianceDetails() *RuleComplianceComponentComplianceDetails
NewRuleComplianceComponentComplianceDetails instantiates a new RuleComplianceComponentComplianceDetails 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 NewRuleComplianceComponentComplianceDetailsWithDefaults() *RuleComplianceComponentComplianceDetails
NewRuleComplianceComponentComplianceDetailsWithDefaults instantiates a new RuleComplianceComponentComplianceDetails 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 *RuleComplianceComponentComplianceDetails) GetSuccessAlreadyOK() float32
GetSuccessAlreadyOK returns the SuccessAlreadyOK field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComplianceDetails) GetSuccessAlreadyOKOk() (*float32, bool)
GetSuccessAlreadyOKOk returns a tuple with the SuccessAlreadyOK field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComplianceDetails) SetSuccessAlreadyOK(v float32)
SetSuccessAlreadyOK sets SuccessAlreadyOK field to given value.
func (o *RuleComplianceComponentComplianceDetails) HasSuccessAlreadyOK() bool
HasSuccessAlreadyOK returns a boolean if a field has been set.
func (o *RuleComplianceComponentComplianceDetails) GetNoReport() float32
GetNoReport returns the NoReport field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComplianceDetails) GetNoReportOk() (*float32, bool)
GetNoReportOk returns a tuple with the NoReport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComplianceDetails) SetNoReport(v float32)
SetNoReport sets NoReport field to given value.
func (o *RuleComplianceComponentComplianceDetails) HasNoReport() bool
HasNoReport returns a boolean if a field has been set.
func (o *RuleComplianceComponentComplianceDetails) GetSuccessNotApplicable() float32
GetSuccessNotApplicable returns the SuccessNotApplicable field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComplianceDetails) GetSuccessNotApplicableOk() (*float32, bool)
GetSuccessNotApplicableOk returns a tuple with the SuccessNotApplicable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComplianceDetails) SetSuccessNotApplicable(v float32)
SetSuccessNotApplicable sets SuccessNotApplicable field to given value.
func (o *RuleComplianceComponentComplianceDetails) HasSuccessNotApplicable() bool
HasSuccessNotApplicable returns a boolean if a field has been set.
func (o *RuleComplianceComponentComplianceDetails) GetUnexpectedMissingComponent() float32
GetUnexpectedMissingComponent returns the UnexpectedMissingComponent field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComplianceDetails) GetUnexpectedMissingComponentOk() (*float32, bool)
GetUnexpectedMissingComponentOk returns a tuple with the UnexpectedMissingComponent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComplianceDetails) SetUnexpectedMissingComponent(v float32)
SetUnexpectedMissingComponent sets UnexpectedMissingComponent field to given value.
func (o *RuleComplianceComponentComplianceDetails) HasUnexpectedMissingComponent() bool
HasUnexpectedMissingComponent returns a boolean if a field has been set.
func (o *RuleComplianceComponentComplianceDetails) GetError() float32
GetError returns the Error field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComplianceDetails) GetErrorOk() (*float32, bool)
GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComplianceDetails) SetError(v float32)
SetError sets Error field to given value.
func (o *RuleComplianceComponentComplianceDetails) HasError() bool
HasError returns a boolean if a field has been set.
func (o *RuleComplianceComponentComplianceDetails) GetUnexpectedUnknownComponent() float32
GetUnexpectedUnknownComponent returns the UnexpectedUnknownComponent field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComplianceDetails) GetUnexpectedUnknownComponentOk() (*float32, bool)
GetUnexpectedUnknownComponentOk returns a tuple with the UnexpectedUnknownComponent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComplianceDetails) SetUnexpectedUnknownComponent(v float32)
SetUnexpectedUnknownComponent sets UnexpectedUnknownComponent field to given value.
func (o *RuleComplianceComponentComplianceDetails) HasUnexpectedUnknownComponent() bool
HasUnexpectedUnknownComponent returns a boolean if a field has been set.
func (o *RuleComplianceComponentComplianceDetails) GetSuccessRepaired() float32
GetSuccessRepaired returns the SuccessRepaired field if non-nil, zero value otherwise.
func (o *RuleComplianceComponentComplianceDetails) GetSuccessRepairedOk() (*float32, bool)
GetSuccessRepairedOk returns a tuple with the SuccessRepaired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RuleComplianceComponentComplianceDetails) SetSuccessRepaired(v float32)
SetSuccessRepaired sets SuccessRepaired field to given value.
func (o *RuleComplianceComponentComplianceDetails) HasSuccessRepaired() bool
HasSuccessRepaired returns a boolean if a field has been set.