Name | Type | Description | Notes |
---|---|---|---|
Created | string | ISO 8601 date time, when the data has been stored in the system | |
Extra | Pointer to map[string]string | Extra info of the data: extra information enriched on the collected data (for example from the device inventory) that can be used for cross model or stream queries | [optional] |
Id | string | System id of the data. Can be use as bookmark to paginate results. | |
Location | Pointer to Location | [optional] | |
Metadata | Pointer to map[string]interface{} | Metadata of the stored value : may include user metadata (source) as well as additional information (protocol, server, user...) | [optional] |
Model | Pointer to string | Model of the injected data. Data with the same model have coherent types in each value fields. | [optional] |
StreamId | Pointer to string | streamId of the data | [optional] |
Tags | Pointer to []string | Tags of the data. Can be used to ease up advanced search through all streams and models | [optional] |
Timestamp | string | ISO 8601 date time, timestamp of the value | |
Value | map[string]interface{} | JsonObject |
func NewDataStoredWeb(created string, id string, timestamp string, value map[string]interface{}, ) *DataStoredWeb
NewDataStoredWeb instantiates a new DataStoredWeb 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 NewDataStoredWebWithDefaults() *DataStoredWeb
NewDataStoredWebWithDefaults instantiates a new DataStoredWeb 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 *DataStoredWeb) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *DataStoredWeb) GetExtra() map[string]string
GetExtra returns the Extra field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetExtraOk() (*map[string]string, bool)
GetExtraOk returns a tuple with the Extra field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetExtra(v map[string]string)
SetExtra sets Extra field to given value.
func (o *DataStoredWeb) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (o *DataStoredWeb) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DataStoredWeb) 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 *DataStoredWeb) SetId(v string)
SetId sets Id field to given value.
func (o *DataStoredWeb) GetLocation() Location
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetLocationOk() (*Location, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetLocation(v Location)
SetLocation sets Location field to given value.
func (o *DataStoredWeb) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *DataStoredWeb) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *DataStoredWeb) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *DataStoredWeb) GetModel() string
GetModel returns the Model field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetModelOk() (*string, bool)
GetModelOk returns a tuple with the Model field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetModel(v string)
SetModel sets Model field to given value.
func (o *DataStoredWeb) HasModel() bool
HasModel returns a boolean if a field has been set.
func (o *DataStoredWeb) GetStreamId() string
GetStreamId returns the StreamId field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetStreamIdOk() (*string, bool)
GetStreamIdOk returns a tuple with the StreamId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetStreamId(v string)
SetStreamId sets StreamId field to given value.
func (o *DataStoredWeb) HasStreamId() bool
HasStreamId returns a boolean if a field has been set.
func (o *DataStoredWeb) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *DataStoredWeb) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DataStoredWeb) GetTimestamp() string
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetTimestampOk() (*string, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetTimestamp(v string)
SetTimestamp sets Timestamp field to given value.
func (o *DataStoredWeb) GetValue() map[string]interface{}
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *DataStoredWeb) GetValueOk() (*map[string]interface{}, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DataStoredWeb) SetValue(v map[string]interface{})
SetValue sets Value field to given value.