RetrieveMemoryEvent
RetrieveMemoryEvent documentation for Go SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ResultSetBoundary | Pointer to NullableResultSetBoundary | [optional] | |
| AbstractReply | Pointer to NullableAbstractReply | [optional] | |
| RetrievedItem | Pointer to NullableRetrievedItem | [optional] | |
| MemoryDefinition | Pointer to NullableMemory | [optional] | |
| Status | Pointer to NullableGoodMemStatus | [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.
SetResultSetBoundaryNil
func (o *RetrieveMemoryEvent) SetResultSetBoundaryNil(b bool)
SetResultSetBoundaryNil sets the value for ResultSetBoundary to be an explicit nil
UnsetResultSetBoundary
func (o *RetrieveMemoryEvent) UnsetResultSetBoundary()
UnsetResultSetBoundary ensures that no value is present for ResultSetBoundary, not even an explicit nil
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.
SetAbstractReplyNil
func (o *RetrieveMemoryEvent) SetAbstractReplyNil(b bool)
SetAbstractReplyNil sets the value for AbstractReply to be an explicit nil
UnsetAbstractReply
func (o *RetrieveMemoryEvent) UnsetAbstractReply()
UnsetAbstractReply ensures that no value is present for AbstractReply, not even an explicit nil
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.
SetRetrievedItemNil
func (o *RetrieveMemoryEvent) SetRetrievedItemNil(b bool)
SetRetrievedItemNil sets the value for RetrievedItem to be an explicit nil
UnsetRetrievedItem
func (o *RetrieveMemoryEvent) UnsetRetrievedItem()
UnsetRetrievedItem ensures that no value is present for RetrievedItem, not even an explicit nil
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.
SetMemoryDefinitionNil
func (o *RetrieveMemoryEvent) SetMemoryDefinitionNil(b bool)
SetMemoryDefinitionNil sets the value for MemoryDefinition to be an explicit nil
UnsetMemoryDefinition
func (o *RetrieveMemoryEvent) UnsetMemoryDefinition()
UnsetMemoryDefinition ensures that no value is present for MemoryDefinition, not even an explicit nil
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.
SetStatusNil
func (o *RetrieveMemoryEvent) SetStatusNil(b bool)
SetStatusNil sets the value for Status to be an explicit nil
UnsetStatus
func (o *RetrieveMemoryEvent) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil