Skip to content

Latest commit

 

History

History
177 lines (94 loc) · 4.79 KB

File metadata and controls

177 lines (94 loc) · 4.79 KB

SingleSectionModel

Properties

Name Type Description Notes
Name string
VirtualAddress int32
VirtualSize int32
Characteristics string
RawSize int32
Entropy float32
Sha3256 string

Methods

NewSingleSectionModel

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

NewSingleSectionModelWithDefaults

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

GetName

func (o *SingleSectionModel) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *SingleSectionModel) SetName(v string)

SetName sets Name field to given value.

GetVirtualAddress

func (o *SingleSectionModel) GetVirtualAddress() int32

GetVirtualAddress returns the VirtualAddress field if non-nil, zero value otherwise.

GetVirtualAddressOk

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.

SetVirtualAddress

func (o *SingleSectionModel) SetVirtualAddress(v int32)

SetVirtualAddress sets VirtualAddress field to given value.

GetVirtualSize

func (o *SingleSectionModel) GetVirtualSize() int32

GetVirtualSize returns the VirtualSize field if non-nil, zero value otherwise.

GetVirtualSizeOk

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.

SetVirtualSize

func (o *SingleSectionModel) SetVirtualSize(v int32)

SetVirtualSize sets VirtualSize field to given value.

GetCharacteristics

func (o *SingleSectionModel) GetCharacteristics() string

GetCharacteristics returns the Characteristics field if non-nil, zero value otherwise.

GetCharacteristicsOk

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.

SetCharacteristics

func (o *SingleSectionModel) SetCharacteristics(v string)

SetCharacteristics sets Characteristics field to given value.

GetRawSize

func (o *SingleSectionModel) GetRawSize() int32

GetRawSize returns the RawSize field if non-nil, zero value otherwise.

GetRawSizeOk

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.

SetRawSize

func (o *SingleSectionModel) SetRawSize(v int32)

SetRawSize sets RawSize field to given value.

GetEntropy

func (o *SingleSectionModel) GetEntropy() float32

GetEntropy returns the Entropy field if non-nil, zero value otherwise.

GetEntropyOk

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.

SetEntropy

func (o *SingleSectionModel) SetEntropy(v float32)

SetEntropy sets Entropy field to given value.

GetSha3256

func (o *SingleSectionModel) GetSha3256() string

GetSha3256 returns the Sha3256 field if non-nil, zero value otherwise.

GetSha3256Ok

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.

SetSha3256

func (o *SingleSectionModel) SetSha3256(v string)

SetSha3256 sets Sha3256 field to given value.

[Back to Model list] [Back to API list] [Back to README]