RetrieveMemoryEvent
RetrieveMemoryEvent documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ResultSetBoundary | Pointer to ResultSetBoundary | [optional] | |
| AbstractReply | Pointer to AbstractReply | [optional] | |
| RetrievedItem | Pointer to RetrievedItem | [optional] | |
| MemoryDefinition | Pointer to Memory | [optional] | |
| Status | Pointer to GoodMemStatus | [optional] |
Methods
NewRetrieveMemoryEvent
func NewRetrieveMemoryEvent() *RetrieveMemoryEvent
NewRetrieveMemoryEvent instantiates a new RetrieveMemoryEvent 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
NewRetrieveMemoryEventWithDefaults
func NewRetrieveMemoryEventWithDefaults() *RetrieveMemoryEvent
NewRetrieveMemoryEventWithDefaults instantiates a new RetrieveMemoryEvent 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
GetResultSetBoundary
func (o *RetrieveMemoryEvent) GetResultSetBoundary() ResultSetBoundary
GetResultSetBoundary returns the ResultSetBoundary field if non-nil, zero value otherwise.
GetResultSetBoundaryOk
func (o *RetrieveMemoryEvent) GetResultSetBoundaryOk() (*ResultSetBoundary, bool)
GetResultSetBoundaryOk returns a tuple with the ResultSetBoundary field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetResultSetBoundary
func (o *RetrieveMemoryEvent) SetResultSetBoundary(v ResultSetBoundary)
SetResultSetBoundary sets ResultSetBoundary field to given value.
HasResultSetBoundary
func (o *RetrieveMemoryEvent) HasResultSetBoundary() bool
HasResultSetBoundary returns a boolean if a field has been set.
GetAbstractReply
func (o *RetrieveMemoryEvent) GetAbstractReply() AbstractReply
GetAbstractReply returns the AbstractReply field if non-nil, zero value otherwise.
GetAbstractReplyOk
func (o *RetrieveMemoryEvent) GetAbstractReplyOk() (*AbstractReply, bool)
GetAbstractReplyOk returns a tuple with the AbstractReply field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAbstractReply
func (o *RetrieveMemoryEvent) SetAbstractReply(v AbstractReply)
SetAbstractReply sets AbstractReply field to given value.
HasAbstractReply
func (o *RetrieveMemoryEvent) HasAbstractReply() bool
HasAbstractReply returns a boolean if a field has been set.
GetRetrievedItem
func (o *RetrieveMemoryEvent) GetRetrievedItem() RetrievedItem
GetRetrievedItem returns the RetrievedItem field if non-nil, zero value otherwise.
GetRetrievedItemOk
func (o *RetrieveMemoryEvent) GetRetrievedItemOk() (*RetrievedItem, bool)
GetRetrievedItemOk returns a tuple with the RetrievedItem field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRetrievedItem
func (o *RetrieveMemoryEvent) SetRetrievedItem(v RetrievedItem)
SetRetrievedItem sets RetrievedItem field to given value.
HasRetrievedItem
func (o *RetrieveMemoryEvent) HasRetrievedItem() bool
HasRetrievedItem returns a boolean if a field has been set.
GetMemoryDefinition
func (o *RetrieveMemoryEvent) GetMemoryDefinition() Memory
GetMemoryDefinition returns the MemoryDefinition field if non-nil, zero value otherwise.
GetMemoryDefinitionOk
func (o *RetrieveMemoryEvent) GetMemoryDefinitionOk() (*Memory, bool)
GetMemoryDefinitionOk returns a tuple with the MemoryDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMemoryDefinition
func (o *RetrieveMemoryEvent) SetMemoryDefinition(v Memory)
SetMemoryDefinition sets MemoryDefinition field to given value.
HasMemoryDefinition
func (o *RetrieveMemoryEvent) HasMemoryDefinition() bool
HasMemoryDefinition returns a boolean if a field has been set.
GetStatus
func (o *RetrieveMemoryEvent) GetStatus() GoodMemStatus
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *RetrieveMemoryEvent) GetStatusOk() (*GoodMemStatus, 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 *RetrieveMemoryEvent) SetStatus(v GoodMemStatus)
SetStatus sets Status field to given value.
HasStatus
func (o *RetrieveMemoryEvent) HasStatus() bool
HasStatus returns a boolean if a field has been set.