| Name | Type | Description | Notes |
|---|---|---|---|
| Tag | string | ||
| Value | int32 |
func NewElfDynamicEntry(tag string, value int32, ) *ElfDynamicEntry
NewElfDynamicEntry instantiates a new ElfDynamicEntry 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 NewElfDynamicEntryWithDefaults() *ElfDynamicEntry
NewElfDynamicEntryWithDefaults instantiates a new ElfDynamicEntry 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 *ElfDynamicEntry) GetTag() string
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *ElfDynamicEntry) GetTagOk() (*string, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ElfDynamicEntry) SetTag(v string)
SetTag sets Tag field to given value.
func (o *ElfDynamicEntry) GetValue() int32
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ElfDynamicEntry) GetValueOk() (*int32, 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 *ElfDynamicEntry) SetValue(v int32)
SetValue sets Value field to given value.