Skip to content

Latest commit

 

History

History
350 lines (193 loc) · 8.84 KB

Reactor.md

File metadata and controls

350 lines (193 loc) · 8.84 KB

Reactor

Properties

Name Type Description Notes
Id Pointer to string [optional]
TenantId Pointer to string [optional]
Name Pointer to NullableString [optional]
Formula Pointer to ReactorFormula [optional]
Application Pointer to Application [optional]
CreatedBy Pointer to NullableString [optional]
CreatedAt Pointer to NullableTime [optional]
ModifiedBy Pointer to NullableString [optional]
ModifiedAt Pointer to NullableTime [optional]
Configuration Pointer to map[string]string [optional]

Methods

NewReactor

func NewReactor() *Reactor

NewReactor instantiates a new Reactor 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

NewReactorWithDefaults

func NewReactorWithDefaults() *Reactor

NewReactorWithDefaults instantiates a new Reactor 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 *Reactor) GetId() string

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

GetIdOk

func (o *Reactor) 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 *Reactor) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *Reactor) HasId() bool

HasId returns a boolean if a field has been set.

GetTenantId

func (o *Reactor) GetTenantId() string

GetTenantId returns the TenantId field if non-nil, zero value otherwise.

GetTenantIdOk

func (o *Reactor) GetTenantIdOk() (*string, bool)

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

SetTenantId

func (o *Reactor) SetTenantId(v string)

SetTenantId sets TenantId field to given value.

HasTenantId

func (o *Reactor) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

GetName

func (o *Reactor) GetName() string

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

GetNameOk

func (o *Reactor) 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 *Reactor) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Reactor) HasName() bool

HasName returns a boolean if a field has been set.

SetNameNil

func (o *Reactor) SetNameNil(b bool)

SetNameNil sets the value for Name to be an explicit nil

UnsetName

func (o *Reactor) UnsetName()

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

GetFormula

func (o *Reactor) GetFormula() ReactorFormula

GetFormula returns the Formula field if non-nil, zero value otherwise.

GetFormulaOk

func (o *Reactor) GetFormulaOk() (*ReactorFormula, bool)

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

SetFormula

func (o *Reactor) SetFormula(v ReactorFormula)

SetFormula sets Formula field to given value.

HasFormula

func (o *Reactor) HasFormula() bool

HasFormula returns a boolean if a field has been set.

GetApplication

func (o *Reactor) GetApplication() Application

GetApplication returns the Application field if non-nil, zero value otherwise.

GetApplicationOk

func (o *Reactor) GetApplicationOk() (*Application, bool)

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

SetApplication

func (o *Reactor) SetApplication(v Application)

SetApplication sets Application field to given value.

HasApplication

func (o *Reactor) HasApplication() bool

HasApplication returns a boolean if a field has been set.

GetCreatedBy

func (o *Reactor) GetCreatedBy() string

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

GetCreatedByOk

func (o *Reactor) 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 *Reactor) SetCreatedBy(v string)

SetCreatedBy sets CreatedBy field to given value.

HasCreatedBy

func (o *Reactor) HasCreatedBy() bool

HasCreatedBy returns a boolean if a field has been set.

SetCreatedByNil

func (o *Reactor) SetCreatedByNil(b bool)

SetCreatedByNil sets the value for CreatedBy to be an explicit nil

UnsetCreatedBy

func (o *Reactor) UnsetCreatedBy()

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

GetCreatedAt

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

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

GetCreatedAtOk

func (o *Reactor) 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 *Reactor) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *Reactor) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

SetCreatedAtNil

func (o *Reactor) SetCreatedAtNil(b bool)

SetCreatedAtNil sets the value for CreatedAt to be an explicit nil

UnsetCreatedAt

func (o *Reactor) UnsetCreatedAt()

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

GetModifiedBy

func (o *Reactor) GetModifiedBy() string

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

GetModifiedByOk

func (o *Reactor) 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 *Reactor) SetModifiedBy(v string)

SetModifiedBy sets ModifiedBy field to given value.

HasModifiedBy

func (o *Reactor) HasModifiedBy() bool

HasModifiedBy returns a boolean if a field has been set.

SetModifiedByNil

func (o *Reactor) SetModifiedByNil(b bool)

SetModifiedByNil sets the value for ModifiedBy to be an explicit nil

UnsetModifiedBy

func (o *Reactor) UnsetModifiedBy()

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

GetModifiedAt

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

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

GetModifiedAtOk

func (o *Reactor) 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 *Reactor) SetModifiedAt(v time.Time)

SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt

func (o *Reactor) HasModifiedAt() bool

HasModifiedAt returns a boolean if a field has been set.

SetModifiedAtNil

func (o *Reactor) SetModifiedAtNil(b bool)

SetModifiedAtNil sets the value for ModifiedAt to be an explicit nil

UnsetModifiedAt

func (o *Reactor) UnsetModifiedAt()

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

GetConfiguration

func (o *Reactor) GetConfiguration() map[string]string

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

GetConfigurationOk

func (o *Reactor) GetConfigurationOk() (*map[string]string, 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 *Reactor) SetConfiguration(v map[string]string)

SetConfiguration sets Configuration field to given value.

HasConfiguration

func (o *Reactor) HasConfiguration() bool

HasConfiguration returns a boolean if a field has been set.

SetConfigurationNil

func (o *Reactor) SetConfigurationNil(b bool)

SetConfigurationNil sets the value for Configuration to be an explicit nil

UnsetConfiguration

func (o *Reactor) UnsetConfiguration()

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

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