| Name | Type | Description | Notes |
|---|---|---|---|
| BaseAddress | int32 | ||
| ActualFilename | string | ||
| FilenameFriendly | string | ||
| ExtendedMetadata | ProcessDumpMetadata |
func NewProcessDump(baseAddress int32, actualFilename string, filenameFriendly string, extendedMetadata ProcessDumpMetadata, ) *ProcessDump
NewProcessDump instantiates a new ProcessDump 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 NewProcessDumpWithDefaults() *ProcessDump
NewProcessDumpWithDefaults instantiates a new ProcessDump 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 *ProcessDump) GetBaseAddress() int32
GetBaseAddress returns the BaseAddress field if non-nil, zero value otherwise.
func (o *ProcessDump) GetBaseAddressOk() (*int32, bool)
GetBaseAddressOk returns a tuple with the BaseAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessDump) SetBaseAddress(v int32)
SetBaseAddress sets BaseAddress field to given value.
func (o *ProcessDump) GetActualFilename() string
GetActualFilename returns the ActualFilename field if non-nil, zero value otherwise.
func (o *ProcessDump) GetActualFilenameOk() (*string, bool)
GetActualFilenameOk returns a tuple with the ActualFilename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessDump) SetActualFilename(v string)
SetActualFilename sets ActualFilename field to given value.
func (o *ProcessDump) GetFilenameFriendly() string
GetFilenameFriendly returns the FilenameFriendly field if non-nil, zero value otherwise.
func (o *ProcessDump) GetFilenameFriendlyOk() (*string, bool)
GetFilenameFriendlyOk returns a tuple with the FilenameFriendly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessDump) SetFilenameFriendly(v string)
SetFilenameFriendly sets FilenameFriendly field to given value.
func (o *ProcessDump) GetExtendedMetadata() ProcessDumpMetadata
GetExtendedMetadata returns the ExtendedMetadata field if non-nil, zero value otherwise.
func (o *ProcessDump) GetExtendedMetadataOk() (*ProcessDumpMetadata, bool)
GetExtendedMetadataOk returns a tuple with the ExtendedMetadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessDump) SetExtendedMetadata(v ProcessDumpMetadata)
SetExtendedMetadata sets ExtendedMetadata field to given value.