Documentation
¶
Overview ¶
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func EntityDataHighestSupportedFlexVersion() int16
- func EntityDataHighestSupportedVersion() int16
- func EntityDataLowestSupportedFlexVersion() int16
- func EntityDataLowestSupportedVersion() int16
- func ValueDataHighestSupportedFlexVersion() int16
- func ValueDataHighestSupportedVersion() int16
- func ValueDataLowestSupportedFlexVersion() int16
- func ValueDataLowestSupportedVersion() int16
- type EntityData
- func (o *EntityData) Clear()
- func (o *EntityData) EntityName() fields.NullableString
- func (o *EntityData) EntityType() fields.NullableString
- func (o *EntityData) Equal(that *EntityData) bool
- func (o *EntityData) IsNil() bool
- func (o *EntityData) MarshalJSON() ([]byte, error)
- func (o *EntityData) Read(buf *bytes.Reader, version int16) error
- func (o *EntityData) Release()
- func (o *EntityData) SetDefault()
- func (o *EntityData) SetEntityName(val fields.NullableString)
- func (o *EntityData) SetEntityType(val fields.NullableString)
- func (o *EntityData) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *EntityData) SizeInBytes(version int16) (int, error)
- func (o *EntityData) String() string
- func (o *EntityData) UnknownTaggedFields() []fields.RawTaggedField
- func (o *EntityData) Write(buf *typesbytes.SliceWriter, version int16) error
- type ValueData
- func (o *ValueData) Clear()
- func (o *ValueData) Equal(that *ValueData) bool
- func (o *ValueData) IsNil() bool
- func (o *ValueData) Key() fields.NullableString
- func (o *ValueData) MarshalJSON() ([]byte, error)
- func (o *ValueData) Read(buf *bytes.Reader, version int16) error
- func (o *ValueData) Release()
- func (o *ValueData) SetDefault()
- func (o *ValueData) SetKey(val fields.NullableString)
- func (o *ValueData) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *ValueData) SetValue(val float64)
- func (o *ValueData) SizeInBytes(version int16) (int, error)
- func (o *ValueData) String() string
- func (o *ValueData) UnknownTaggedFields() []fields.RawTaggedField
- func (o *ValueData) Value() float64
- func (o *ValueData) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EntityDataHighestSupportedFlexVersion ¶
func EntityDataHighestSupportedFlexVersion() int16
func EntityDataHighestSupportedVersion ¶
func EntityDataHighestSupportedVersion() int16
func EntityDataLowestSupportedFlexVersion ¶
func EntityDataLowestSupportedFlexVersion() int16
func EntityDataLowestSupportedVersion ¶
func EntityDataLowestSupportedVersion() int16
func ValueDataHighestSupportedFlexVersion ¶
func ValueDataHighestSupportedFlexVersion() int16
func ValueDataHighestSupportedVersion ¶
func ValueDataHighestSupportedVersion() int16
func ValueDataLowestSupportedFlexVersion ¶
func ValueDataLowestSupportedFlexVersion() int16
func ValueDataLowestSupportedVersion ¶
func ValueDataLowestSupportedVersion() int16
Types ¶
type EntityData ¶
type EntityData struct {
// contains filtered or unexported fields
}
func EntityDataDefault ¶
func EntityDataDefault() EntityData
func (*EntityData) Clear ¶
func (o *EntityData) Clear()
func (*EntityData) EntityName ¶
func (o *EntityData) EntityName() fields.NullableString
func (*EntityData) EntityType ¶
func (o *EntityData) EntityType() fields.NullableString
func (*EntityData) Equal ¶
func (o *EntityData) Equal(that *EntityData) bool
func (*EntityData) IsNil ¶
func (o *EntityData) IsNil() bool
func (*EntityData) MarshalJSON ¶
func (o *EntityData) MarshalJSON() ([]byte, error)
func (*EntityData) Release ¶
func (o *EntityData) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*EntityData) SetDefault ¶
func (o *EntityData) SetDefault()
func (*EntityData) SetEntityName ¶
func (o *EntityData) SetEntityName(val fields.NullableString)
func (*EntityData) SetEntityType ¶
func (o *EntityData) SetEntityType(val fields.NullableString)
func (*EntityData) SetUnknownTaggedFields ¶
func (o *EntityData) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*EntityData) SizeInBytes ¶
func (o *EntityData) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*EntityData) String ¶
func (o *EntityData) String() string
func (*EntityData) UnknownTaggedFields ¶
func (o *EntityData) UnknownTaggedFields() []fields.RawTaggedField
func (*EntityData) Write ¶
func (o *EntityData) Write(buf *typesbytes.SliceWriter, version int16) error
type ValueData ¶
type ValueData struct {
// contains filtered or unexported fields
}
func ValueDataDefault ¶
func ValueDataDefault() ValueData
func (*ValueData) Key ¶
func (o *ValueData) Key() fields.NullableString
func (*ValueData) MarshalJSON ¶
func (*ValueData) Release ¶
func (o *ValueData) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*ValueData) SetDefault ¶
func (o *ValueData) SetDefault()
func (*ValueData) SetKey ¶
func (o *ValueData) SetKey(val fields.NullableString)
func (*ValueData) SetUnknownTaggedFields ¶
func (o *ValueData) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*ValueData) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*ValueData) UnknownTaggedFields ¶
func (o *ValueData) UnknownTaggedFields() []fields.RawTaggedField
func (*ValueData) Write ¶
func (o *ValueData) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.