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 OpDataHighestSupportedFlexVersion() int16
- func OpDataHighestSupportedVersion() int16
- func OpDataLowestSupportedFlexVersion() int16
- func OpDataLowestSupportedVersion() 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 OpData
- func (o *OpData) Clear()
- func (o *OpData) Equal(that *OpData) bool
- func (o *OpData) IsNil() bool
- func (o *OpData) Key() fields.NullableString
- func (o *OpData) MarshalJSON() ([]byte, error)
- func (o *OpData) Read(buf *bytes.Reader, version int16) error
- func (o *OpData) Release()
- func (o *OpData) Remove() bool
- func (o *OpData) SetDefault()
- func (o *OpData) SetKey(val fields.NullableString)
- func (o *OpData) SetRemove(val bool)
- func (o *OpData) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *OpData) SetValue(val float64)
- func (o *OpData) SizeInBytes(version int16) (int, error)
- func (o *OpData) String() string
- func (o *OpData) UnknownTaggedFields() []fields.RawTaggedField
- func (o *OpData) Value() float64
- func (o *OpData) 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 OpDataHighestSupportedFlexVersion ¶
func OpDataHighestSupportedFlexVersion() int16
func OpDataHighestSupportedVersion ¶
func OpDataHighestSupportedVersion() int16
func OpDataLowestSupportedFlexVersion ¶
func OpDataLowestSupportedFlexVersion() int16
func OpDataLowestSupportedVersion ¶
func OpDataLowestSupportedVersion() 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 OpData ¶
type OpData struct {
// contains filtered or unexported fields
}
func OpDataDefault ¶
func OpDataDefault() OpData
func (*OpData) Key ¶
func (o *OpData) Key() fields.NullableString
func (*OpData) MarshalJSON ¶
func (*OpData) Release ¶
func (o *OpData) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*OpData) SetDefault ¶
func (o *OpData) SetDefault()
func (*OpData) SetKey ¶
func (o *OpData) SetKey(val fields.NullableString)
func (*OpData) SetUnknownTaggedFields ¶
func (o *OpData) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*OpData) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*OpData) UnknownTaggedFields ¶
func (o *OpData) UnknownTaggedFields() []fields.RawTaggedField
func (*OpData) Write ¶
func (o *OpData) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.