Name | Type | Description | Notes |
---|---|---|---|
AlarmStatus | Pointer to string | Generic label for the tag point | [optional] |
ReadingTime | Pointer to string | date time when the tag point value was read from the device. | [optional] |
TagDisplayName | Pointer to string | Generic label for the tag point | [optional] |
TagId | Pointer to string | ID for the tagPoint - Unique Identifier for the Tag Point | [optional] |
Uom | Pointer to string | Unit of measure for the data value for the tag point | [optional] |
Value | Pointer to string | Current data value for the tag point | [optional] |
func NewTagPointDataArray() *TagPointDataArray
NewTagPointDataArray instantiates a new TagPointDataArray 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 NewTagPointDataArrayWithDefaults() *TagPointDataArray
NewTagPointDataArrayWithDefaults instantiates a new TagPointDataArray 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 *TagPointDataArray) GetAlarmStatus() string
GetAlarmStatus returns the AlarmStatus field if non-nil, zero value otherwise.
func (o *TagPointDataArray) GetAlarmStatusOk() (*string, bool)
GetAlarmStatusOk returns a tuple with the AlarmStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagPointDataArray) SetAlarmStatus(v string)
SetAlarmStatus sets AlarmStatus field to given value.
func (o *TagPointDataArray) HasAlarmStatus() bool
HasAlarmStatus returns a boolean if a field has been set.
func (o *TagPointDataArray) GetReadingTime() string
GetReadingTime returns the ReadingTime field if non-nil, zero value otherwise.
func (o *TagPointDataArray) GetReadingTimeOk() (*string, bool)
GetReadingTimeOk returns a tuple with the ReadingTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagPointDataArray) SetReadingTime(v string)
SetReadingTime sets ReadingTime field to given value.
func (o *TagPointDataArray) HasReadingTime() bool
HasReadingTime returns a boolean if a field has been set.
func (o *TagPointDataArray) GetTagDisplayName() string
GetTagDisplayName returns the TagDisplayName field if non-nil, zero value otherwise.
func (o *TagPointDataArray) GetTagDisplayNameOk() (*string, bool)
GetTagDisplayNameOk returns a tuple with the TagDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagPointDataArray) SetTagDisplayName(v string)
SetTagDisplayName sets TagDisplayName field to given value.
func (o *TagPointDataArray) HasTagDisplayName() bool
HasTagDisplayName returns a boolean if a field has been set.
func (o *TagPointDataArray) GetTagId() string
GetTagId returns the TagId field if non-nil, zero value otherwise.
func (o *TagPointDataArray) GetTagIdOk() (*string, bool)
GetTagIdOk returns a tuple with the TagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagPointDataArray) SetTagId(v string)
SetTagId sets TagId field to given value.
func (o *TagPointDataArray) HasTagId() bool
HasTagId returns a boolean if a field has been set.
func (o *TagPointDataArray) GetUom() string
GetUom returns the Uom field if non-nil, zero value otherwise.
func (o *TagPointDataArray) GetUomOk() (*string, bool)
GetUomOk returns a tuple with the Uom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TagPointDataArray) SetUom(v string)
SetUom sets Uom field to given value.
func (o *TagPointDataArray) HasUom() bool
HasUom returns a boolean if a field has been set.
func (o *TagPointDataArray) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *TagPointDataArray) GetValueOk() (*string, 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 *TagPointDataArray) SetValue(v string)
SetValue sets Value field to given value.
func (o *TagPointDataArray) HasValue() bool
HasValue returns a boolean if a field has been set.