Name | Type | Description | Notes |
---|---|---|---|
Id | string | Method id | |
Name | string | Method name | |
Version | string | Version of this technique | |
Category | string | Category of this technique | |
Desc | string | Description of this method | |
Documentation | string | Full documentation of this method | |
Parameters | []MethodParameter | Parameters for this technique | |
Agents | []string | List of agents compatible with this method | |
Condition | MethodsCondition | ||
Deprecated | MethodsDeprecated |
func NewMethods(id string, name string, version string, category string, desc string, documentation string, parameters []MethodParameter, agents []string, condition MethodsCondition, deprecated MethodsDeprecated, ) *Methods
NewMethods instantiates a new Methods 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 NewMethodsWithDefaults() *Methods
NewMethodsWithDefaults instantiates a new Methods 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 *Methods) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Methods) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetId(v string)
SetId sets Id field to given value.
func (o *Methods) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Methods) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetName(v string)
SetName sets Name field to given value.
func (o *Methods) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Methods) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Methods) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *Methods) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *Methods) GetDesc() string
GetDesc returns the Desc field if non-nil, zero value otherwise.
func (o *Methods) GetDescOk() (*string, bool)
GetDescOk returns a tuple with the Desc field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetDesc(v string)
SetDesc sets Desc field to given value.
func (o *Methods) GetDocumentation() string
GetDocumentation returns the Documentation field if non-nil, zero value otherwise.
func (o *Methods) GetDocumentationOk() (*string, bool)
GetDocumentationOk returns a tuple with the Documentation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetDocumentation(v string)
SetDocumentation sets Documentation field to given value.
func (o *Methods) GetParameters() []MethodParameter
GetParameters returns the Parameters field if non-nil, zero value otherwise.
func (o *Methods) GetParametersOk() (*[]MethodParameter, bool)
GetParametersOk returns a tuple with the Parameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetParameters(v []MethodParameter)
SetParameters sets Parameters field to given value.
func (o *Methods) GetAgents() []string
GetAgents returns the Agents field if non-nil, zero value otherwise.
func (o *Methods) GetAgentsOk() (*[]string, bool)
GetAgentsOk returns a tuple with the Agents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetAgents(v []string)
SetAgents sets Agents field to given value.
func (o *Methods) GetCondition() MethodsCondition
GetCondition returns the Condition field if non-nil, zero value otherwise.
func (o *Methods) GetConditionOk() (*MethodsCondition, bool)
GetConditionOk returns a tuple with the Condition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetCondition(v MethodsCondition)
SetCondition sets Condition field to given value.
func (o *Methods) GetDeprecated() MethodsDeprecated
GetDeprecated returns the Deprecated field if non-nil, zero value otherwise.
func (o *Methods) GetDeprecatedOk() (*MethodsDeprecated, bool)
GetDeprecatedOk returns a tuple with the Deprecated field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Methods) SetDeprecated(v MethodsDeprecated)
SetDeprecated sets Deprecated field to given value.