Skip to content

Latest commit

 

History

History
488 lines (271 loc) · 12.9 KB

ReactorFormula.md

File metadata and controls

488 lines (271 loc) · 12.9 KB

ReactorFormula

Properties

Name Type Description Notes
Id Pointer to string [optional]
Type Pointer to NullableString [optional]
Status Pointer to NullableString [optional]
Name Pointer to NullableString [optional]
Description Pointer to NullableString [optional]
Icon Pointer to NullableString [optional]
Code Pointer to NullableString [optional]
CreatedBy Pointer to NullableString [optional]
CreatedAt Pointer to NullableTime [optional]
ModifiedBy Pointer to NullableString [optional]
ModifiedAt Pointer to NullableTime [optional]
Configuration Pointer to []ReactorFormulaConfiguration [optional]
RequestParameters Pointer to []ReactorFormulaRequestParameter [optional]

Methods

NewReactorFormula

func NewReactorFormula() *ReactorFormula

NewReactorFormula instantiates a new ReactorFormula 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

NewReactorFormulaWithDefaults

func NewReactorFormulaWithDefaults() *ReactorFormula

NewReactorFormulaWithDefaults instantiates a new ReactorFormula 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

GetId

func (o *ReactorFormula) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ReactorFormula) 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.

SetId

func (o *ReactorFormula) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ReactorFormula) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *ReactorFormula) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *ReactorFormula) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetType

func (o *ReactorFormula) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ReactorFormula) HasType() bool

HasType returns a boolean if a field has been set.

SetTypeNil

func (o *ReactorFormula) SetTypeNil(b bool)

SetTypeNil sets the value for Type to be an explicit nil

UnsetType

func (o *ReactorFormula) UnsetType()

UnsetType ensures that no value is present for Type, not even an explicit nil

GetStatus

func (o *ReactorFormula) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ReactorFormula) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatus

func (o *ReactorFormula) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ReactorFormula) HasStatus() bool

HasStatus returns a boolean if a field has been set.

SetStatusNil

func (o *ReactorFormula) SetStatusNil(b bool)

SetStatusNil sets the value for Status to be an explicit nil

UnsetStatus

func (o *ReactorFormula) UnsetStatus()

UnsetStatus ensures that no value is present for Status, not even an explicit nil

GetName

func (o *ReactorFormula) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ReactorFormula) 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.

SetName

func (o *ReactorFormula) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ReactorFormula) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *ReactorFormula) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *ReactorFormula) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

GetDescription

func (o *ReactorFormula) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ReactorFormula) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *ReactorFormula) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ReactorFormula) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *ReactorFormula) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *ReactorFormula) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetIcon

func (o *ReactorFormula) GetIcon() string

GetIcon returns the Icon field if non-nil, zero value otherwise.

GetIconOk

func (o *ReactorFormula) GetIconOk() (*string, bool)

GetIconOk returns a tuple with the Icon field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIcon

func (o *ReactorFormula) SetIcon(v string)

SetIcon sets Icon field to given value.

HasIcon

func (o *ReactorFormula) HasIcon() bool

HasIcon returns a boolean if a field has been set.

SetIconNil

func (o *ReactorFormula) SetIconNil(b bool)

SetIconNil sets the value for Icon to be an explicit nil

UnsetIcon

func (o *ReactorFormula) UnsetIcon()

UnsetIcon ensures that no value is present for Icon, not even an explicit nil

GetCode

func (o *ReactorFormula) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *ReactorFormula) GetCodeOk() (*string, bool)

GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCode

func (o *ReactorFormula) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *ReactorFormula) HasCode() bool

HasCode returns a boolean if a field has been set.

SetCodeNil

func (o *ReactorFormula) SetCodeNil(b bool)

SetCodeNil sets the value for Code to be an explicit nil

UnsetCode

func (o *ReactorFormula) UnsetCode()

UnsetCode ensures that no value is present for Code, not even an explicit nil

GetCreatedBy

func (o *ReactorFormula) GetCreatedBy() string

GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.

GetCreatedByOk

func (o *ReactorFormula) GetCreatedByOk() (*string, bool)

GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedBy

func (o *ReactorFormula) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *ReactorFormula) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedByNil

func (o *ReactorFormula) SetCreatedByNil(b bool)

SetCreatedByNil sets the value for CreatedBy to be an explicit nil

UnsetCreatedBy

func (o *ReactorFormula) UnsetCreatedBy()

UnsetCreatedBy ensures that no value is present for CreatedBy, not even an explicit nil

GetCreatedAt

func (o *ReactorFormula) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *ReactorFormula) GetCreatedAtOk() (*time.Time, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCreatedAt

func (o *ReactorFormula) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ReactorFormula) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *ReactorFormula) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *ReactorFormula) UnsetCreatedAt()

UnsetCreatedAt ensures that no value is present for CreatedAt, not even an explicit nil

GetModifiedBy

func (o *ReactorFormula) GetModifiedBy() string

GetModifiedBy returns the ModifiedBy field if non-nil, zero value otherwise.

GetModifiedByOk

func (o *ReactorFormula) GetModifiedByOk() (*string, bool)

GetModifiedByOk returns a tuple with the ModifiedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedBy

func (o *ReactorFormula) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *ReactorFormula) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

SetModifiedByNil

func (o *ReactorFormula) SetModifiedByNil(b bool)

SetModifiedByNil sets the value for ModifiedBy to be an explicit nil

UnsetModifiedBy

func (o *ReactorFormula) UnsetModifiedBy()

UnsetModifiedBy ensures that no value is present for ModifiedBy, not even an explicit nil

GetModifiedAt

func (o *ReactorFormula) GetModifiedAt() time.Time

GetModifiedAt returns the ModifiedAt field if non-nil, zero value otherwise.

GetModifiedAtOk

func (o *ReactorFormula) GetModifiedAtOk() (*time.Time, bool)

GetModifiedAtOk returns a tuple with the ModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetModifiedAt

func (o *ReactorFormula) SetModifiedAt(v time.Time)

SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt

func (o *ReactorFormula) HasModifiedAt() bool

HasModifiedAt returns a boolean if a field has been set.

SetModifiedAtNil

func (o *ReactorFormula) SetModifiedAtNil(b bool)

SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil

UnsetModifiedAt

func (o *ReactorFormula) UnsetModifiedAt()

UnsetModifiedAt ensures that no value is present for ModifiedAt, not even an explicit nil

GetConfiguration

func (o *ReactorFormula) GetConfiguration() []ReactorFormulaConfiguration

GetConfiguration returns the Configuration field if non-nil, zero value otherwise.

GetConfigurationOk

func (o *ReactorFormula) GetConfigurationOk() (*[]ReactorFormulaConfiguration, bool)

GetConfigurationOk returns a tuple with the Configuration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConfiguration

func (o *ReactorFormula) SetConfiguration(v []ReactorFormulaConfiguration)

SetConfiguration sets Configuration field to given value.

HasConfiguration

func (o *ReactorFormula) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

SetConfigurationNil

func (o *ReactorFormula) SetConfigurationNil(b bool)

SetConfigurationNil sets the value for Configuration to be an explicit nil

UnsetConfiguration

func (o *ReactorFormula) UnsetConfiguration()

UnsetConfiguration ensures that no value is present for Configuration, not even an explicit nil

GetRequestParameters

func (o *ReactorFormula) GetRequestParameters() []ReactorFormulaRequestParameter

GetRequestParameters returns the RequestParameters field if non-nil, zero value otherwise.

GetRequestParametersOk

func (o *ReactorFormula) GetRequestParametersOk() (*[]ReactorFormulaRequestParameter, bool)

GetRequestParametersOk returns a tuple with the RequestParameters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRequestParameters

func (o *ReactorFormula) SetRequestParameters(v []ReactorFormulaRequestParameter)

SetRequestParameters sets RequestParameters field to given value.

HasRequestParameters

func (o *ReactorFormula) HasRequestParameters() bool

HasRequestParameters returns a boolean if a field has been set.

SetRequestParametersNil

func (o *ReactorFormula) SetRequestParametersNil(b bool)

SetRequestParametersNil sets the value for RequestParameters to be an explicit nil

UnsetRequestParameters

func (o *ReactorFormula) UnsetRequestParameters()

UnsetRequestParameters ensures that no value is present for RequestParameters, not even an explicit nil

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