Name | Type | Description | Notes |
---|---|---|---|
Data | Pointer to map[string]map[string]interface{} | [optional] | |
Height | Pointer to int64 | [optional] | |
Id | Pointer to int64 | [optional] | |
Position | Pointer to int64 | [optional] | |
Size | Pointer to int32 | [optional] | |
Time | Pointer to time.Time | [optional] | |
Tx | Pointer to ResponsesTx | [optional] | |
TxId | Pointer to int64 | [optional] | |
Type | Pointer to TypesMsgType | [optional] |
func NewResponsesMessage() *ResponsesMessage
NewResponsesMessage instantiates a new ResponsesMessage 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 NewResponsesMessageWithDefaults() *ResponsesMessage
NewResponsesMessageWithDefaults instantiates a new ResponsesMessage 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 *ResponsesMessage) GetData() map[string]map[string]interface{}
GetData returns the Data field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetDataOk() (*map[string]map[string]interface{}, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesMessage) SetData(v map[string]map[string]interface{})
SetData sets Data field to given value.
func (o *ResponsesMessage) HasData() bool
HasData returns a boolean if a field has been set.
func (o *ResponsesMessage) GetHeight() int64
GetHeight returns the Height field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetHeightOk() (*int64, bool)
GetHeightOk returns a tuple with the Height field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesMessage) SetHeight(v int64)
SetHeight sets Height field to given value.
func (o *ResponsesMessage) HasHeight() bool
HasHeight returns a boolean if a field has been set.
func (o *ResponsesMessage) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetIdOk() (*int64, 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 *ResponsesMessage) SetId(v int64)
SetId sets Id field to given value.
func (o *ResponsesMessage) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ResponsesMessage) GetPosition() int64
GetPosition returns the Position field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetPositionOk() (*int64, bool)
GetPositionOk returns a tuple with the Position field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesMessage) SetPosition(v int64)
SetPosition sets Position field to given value.
func (o *ResponsesMessage) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (o *ResponsesMessage) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesMessage) SetSize(v int32)
SetSize sets Size field to given value.
func (o *ResponsesMessage) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ResponsesMessage) GetTime() time.Time
GetTime returns the Time field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetTimeOk() (*time.Time, bool)
GetTimeOk returns a tuple with the Time field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesMessage) SetTime(v time.Time)
SetTime sets Time field to given value.
func (o *ResponsesMessage) HasTime() bool
HasTime returns a boolean if a field has been set.
func (o *ResponsesMessage) GetTx() ResponsesTx
GetTx returns the Tx field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetTxOk() (*ResponsesTx, bool)
GetTxOk returns a tuple with the Tx field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesMessage) SetTx(v ResponsesTx)
SetTx sets Tx field to given value.
func (o *ResponsesMessage) HasTx() bool
HasTx returns a boolean if a field has been set.
func (o *ResponsesMessage) GetTxId() int64
GetTxId returns the TxId field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetTxIdOk() (*int64, bool)
GetTxIdOk returns a tuple with the TxId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResponsesMessage) SetTxId(v int64)
SetTxId sets TxId field to given value.
func (o *ResponsesMessage) HasTxId() bool
HasTxId returns a boolean if a field has been set.
func (o *ResponsesMessage) GetType() TypesMsgType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ResponsesMessage) GetTypeOk() (*TypesMsgType, 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.
func (o *ResponsesMessage) SetType(v TypesMsgType)
SetType sets Type field to given value.
func (o *ResponsesMessage) HasType() bool
HasType returns a boolean if a field has been set.