| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to string | The experiment ID | [optional] |
| Key | string | The experiment key | |
| Name | string | The experiment name | |
| Description | Pointer to string | The experiment description | [optional] |
| MaintainerId | string | The ID of the member who maintains this experiment. | |
| CreationDate | int64 | ||
| ArchivedDate | Pointer to int64 | [optional] | |
| Links | map[string]Link | The location and content type of related resources | |
| CurrentIteration | Pointer to IterationRep | [optional] | |
| DraftIteration | Pointer to IterationRep | [optional] | |
| PreviousIterations | Pointer to []IterationRep | Details on the previous iterations for this experiment. | [optional] |
func NewExperiment(key string, name string, maintainerId string, creationDate int64, links map[string]Link, ) *Experiment
NewExperiment instantiates a new Experiment 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 NewExperimentWithDefaults() *Experiment
NewExperimentWithDefaults instantiates a new Experiment 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 *Experiment) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Experiment) 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 *Experiment) SetId(v string)
SetId sets Id field to given value.
func (o *Experiment) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Experiment) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *Experiment) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetKey(v string)
SetKey sets Key field to given value.
func (o *Experiment) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Experiment) 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 *Experiment) SetName(v string)
SetName sets Name field to given value.
func (o *Experiment) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *Experiment) 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.
func (o *Experiment) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *Experiment) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *Experiment) GetMaintainerId() string
GetMaintainerId returns the MaintainerId field if non-nil, zero value otherwise.
func (o *Experiment) GetMaintainerIdOk() (*string, bool)
GetMaintainerIdOk returns a tuple with the MaintainerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetMaintainerId(v string)
SetMaintainerId sets MaintainerId field to given value.
func (o *Experiment) GetCreationDate() int64
GetCreationDate returns the CreationDate field if non-nil, zero value otherwise.
func (o *Experiment) GetCreationDateOk() (*int64, bool)
GetCreationDateOk returns a tuple with the CreationDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetCreationDate(v int64)
SetCreationDate sets CreationDate field to given value.
func (o *Experiment) GetArchivedDate() int64
GetArchivedDate returns the ArchivedDate field if non-nil, zero value otherwise.
func (o *Experiment) GetArchivedDateOk() (*int64, bool)
GetArchivedDateOk returns a tuple with the ArchivedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetArchivedDate(v int64)
SetArchivedDate sets ArchivedDate field to given value.
func (o *Experiment) HasArchivedDate() bool
HasArchivedDate returns a boolean if a field has been set.
func (o *Experiment) GetLinks() map[string]Link
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *Experiment) GetLinksOk() (*map[string]Link, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetLinks(v map[string]Link)
SetLinks sets Links field to given value.
func (o *Experiment) GetCurrentIteration() IterationRep
GetCurrentIteration returns the CurrentIteration field if non-nil, zero value otherwise.
func (o *Experiment) GetCurrentIterationOk() (*IterationRep, bool)
GetCurrentIterationOk returns a tuple with the CurrentIteration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetCurrentIteration(v IterationRep)
SetCurrentIteration sets CurrentIteration field to given value.
func (o *Experiment) HasCurrentIteration() bool
HasCurrentIteration returns a boolean if a field has been set.
func (o *Experiment) GetDraftIteration() IterationRep
GetDraftIteration returns the DraftIteration field if non-nil, zero value otherwise.
func (o *Experiment) GetDraftIterationOk() (*IterationRep, bool)
GetDraftIterationOk returns a tuple with the DraftIteration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetDraftIteration(v IterationRep)
SetDraftIteration sets DraftIteration field to given value.
func (o *Experiment) HasDraftIteration() bool
HasDraftIteration returns a boolean if a field has been set.
func (o *Experiment) GetPreviousIterations() []IterationRep
GetPreviousIterations returns the PreviousIterations field if non-nil, zero value otherwise.
func (o *Experiment) GetPreviousIterationsOk() (*[]IterationRep, bool)
GetPreviousIterationsOk returns a tuple with the PreviousIterations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Experiment) SetPreviousIterations(v []IterationRep)
SetPreviousIterations sets PreviousIterations field to given value.
func (o *Experiment) HasPreviousIterations() bool
HasPreviousIterations returns a boolean if a field has been set.