Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.37 KB

File metadata and controls

72 lines (39 loc) · 2.37 KB

AgentOptimizationAcceptanceStatement

Properties

Name Type Description Notes
Statement string
Threshold float64

Methods

NewAgentOptimizationAcceptanceStatement

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

NewAgentOptimizationAcceptanceStatementWithDefaults

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

GetStatement

func (o *AgentOptimizationAcceptanceStatement) GetStatement() string

GetStatement returns the Statement field if non-nil, zero value otherwise.

GetStatementOk

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.

SetStatement

func (o *AgentOptimizationAcceptanceStatement) SetStatement(v string)

SetStatement sets Statement field to given value.

GetThreshold

func (o *AgentOptimizationAcceptanceStatement) GetThreshold() float64

GetThreshold returns the Threshold field if non-nil, zero value otherwise.

GetThresholdOk

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.

SetThreshold

func (o *AgentOptimizationAcceptanceStatement) SetThreshold(v float64)

SetThreshold sets Threshold field to given value.

[Back to Model list] [Back to API list] [Back to README]