| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | ||
| VirtualAddress | int32 | ||
| VirtualSize | int32 | ||
| Characteristics | string | ||
| RawSize | int32 | ||
| Entropy | float32 | ||
| Sha3256 | string |
func NewSingleSectionModel(name string, virtualAddress int32, virtualSize int32, characteristics string, rawSize int32, entropy float32, sha3256 string, ) *SingleSectionModel
NewSingleSectionModel instantiates a new SingleSectionModel 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 NewSingleSectionModelWithDefaults() *SingleSectionModel
NewSingleSectionModelWithDefaults instantiates a new SingleSectionModel 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 *SingleSectionModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SingleSectionModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SingleSectionModel) SetName(v string)
SetName sets Name field to given value.
func (o *SingleSectionModel) GetVirtualAddress() int32
GetVirtualAddress returns the VirtualAddress field if non-nil, zero value otherwise.
func (o *SingleSectionModel) GetVirtualAddressOk() (*int32, bool)
GetVirtualAddressOk returns a tuple with the VirtualAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SingleSectionModel) SetVirtualAddress(v int32)
SetVirtualAddress sets VirtualAddress field to given value.
func (o *SingleSectionModel) GetVirtualSize() int32
GetVirtualSize returns the VirtualSize field if non-nil, zero value otherwise.
func (o *SingleSectionModel) GetVirtualSizeOk() (*int32, bool)
GetVirtualSizeOk returns a tuple with the VirtualSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SingleSectionModel) SetVirtualSize(v int32)
SetVirtualSize sets VirtualSize field to given value.
func (o *SingleSectionModel) GetCharacteristics() string
GetCharacteristics returns the Characteristics field if non-nil, zero value otherwise.
func (o *SingleSectionModel) GetCharacteristicsOk() (*string, bool)
GetCharacteristicsOk returns a tuple with the Characteristics field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SingleSectionModel) SetCharacteristics(v string)
SetCharacteristics sets Characteristics field to given value.
func (o *SingleSectionModel) GetRawSize() int32
GetRawSize returns the RawSize field if non-nil, zero value otherwise.
func (o *SingleSectionModel) GetRawSizeOk() (*int32, bool)
GetRawSizeOk returns a tuple with the RawSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SingleSectionModel) SetRawSize(v int32)
SetRawSize sets RawSize field to given value.
func (o *SingleSectionModel) GetEntropy() float32
GetEntropy returns the Entropy field if non-nil, zero value otherwise.
func (o *SingleSectionModel) GetEntropyOk() (*float32, bool)
GetEntropyOk returns a tuple with the Entropy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SingleSectionModel) SetEntropy(v float32)
SetEntropy sets Entropy field to given value.
func (o *SingleSectionModel) GetSha3256() string
GetSha3256 returns the Sha3256 field if non-nil, zero value otherwise.
func (o *SingleSectionModel) GetSha3256Ok() (*string, bool)
GetSha3256Ok returns a tuple with the Sha3256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SingleSectionModel) SetSha3256(v string)
SetSha3256 sets Sha3256 field to given value.