| Name | Type | Description | Notes |
|---|---|---|---|
| Statement | string | ||
| Threshold | float64 |
func NewAgentOptimizationAcceptanceStatement(statement string, threshold float64, ) *AgentOptimizationAcceptanceStatement
NewAgentOptimizationAcceptanceStatement instantiates a new AgentOptimizationAcceptanceStatement 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 NewAgentOptimizationAcceptanceStatementWithDefaults() *AgentOptimizationAcceptanceStatement
NewAgentOptimizationAcceptanceStatementWithDefaults instantiates a new AgentOptimizationAcceptanceStatement 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 *AgentOptimizationAcceptanceStatement) GetStatement() string
GetStatement returns the Statement field if non-nil, zero value otherwise.
func (o *AgentOptimizationAcceptanceStatement) GetStatementOk() (*string, bool)
GetStatementOk returns a tuple with the Statement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationAcceptanceStatement) SetStatement(v string)
SetStatement sets Statement field to given value.
func (o *AgentOptimizationAcceptanceStatement) GetThreshold() float64
GetThreshold returns the Threshold field if non-nil, zero value otherwise.
func (o *AgentOptimizationAcceptanceStatement) GetThresholdOk() (*float64, bool)
GetThresholdOk returns a tuple with the Threshold field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AgentOptimizationAcceptanceStatement) SetThreshold(v float64)
SetThreshold sets Threshold field to given value.