| Name | Type | Description | Notes |
|---|---|---|---|
| ClassLoaderName | Pointer to string | [optional] | |
| ClassName | Pointer to string | [optional] | |
| FileName | Pointer to string | [optional] | |
| LineNumber | Pointer to int32 | [optional] | |
| MethodName | Pointer to string | [optional] | |
| ModuleName | Pointer to string | [optional] | |
| ModuleVersion | Pointer to string | [optional] | |
| NativeMethod | Pointer to bool | [optional] |
func NewResultErrorStackTraceInner() *ResultErrorStackTraceInner
NewResultErrorStackTraceInner instantiates a new ResultErrorStackTraceInner 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 NewResultErrorStackTraceInnerWithDefaults() *ResultErrorStackTraceInner
NewResultErrorStackTraceInnerWithDefaults instantiates a new ResultErrorStackTraceInner 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 *ResultErrorStackTraceInner) GetClassLoaderName() string
GetClassLoaderName returns the ClassLoaderName field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetClassLoaderNameOk() (*string, bool)
GetClassLoaderNameOk returns a tuple with the ClassLoaderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetClassLoaderName(v string)
SetClassLoaderName sets ClassLoaderName field to given value.
func (o *ResultErrorStackTraceInner) HasClassLoaderName() bool
HasClassLoaderName returns a boolean if a field has been set.
func (o *ResultErrorStackTraceInner) GetClassName() string
GetClassName returns the ClassName field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetClassNameOk() (*string, bool)
GetClassNameOk returns a tuple with the ClassName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetClassName(v string)
SetClassName sets ClassName field to given value.
func (o *ResultErrorStackTraceInner) HasClassName() bool
HasClassName returns a boolean if a field has been set.
func (o *ResultErrorStackTraceInner) GetFileName() string
GetFileName returns the FileName field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetFileNameOk() (*string, bool)
GetFileNameOk returns a tuple with the FileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetFileName(v string)
SetFileName sets FileName field to given value.
func (o *ResultErrorStackTraceInner) HasFileName() bool
HasFileName returns a boolean if a field has been set.
func (o *ResultErrorStackTraceInner) GetLineNumber() int32
GetLineNumber returns the LineNumber field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetLineNumberOk() (*int32, bool)
GetLineNumberOk returns a tuple with the LineNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetLineNumber(v int32)
SetLineNumber sets LineNumber field to given value.
func (o *ResultErrorStackTraceInner) HasLineNumber() bool
HasLineNumber returns a boolean if a field has been set.
func (o *ResultErrorStackTraceInner) GetMethodName() string
GetMethodName returns the MethodName field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetMethodNameOk() (*string, bool)
GetMethodNameOk returns a tuple with the MethodName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetMethodName(v string)
SetMethodName sets MethodName field to given value.
func (o *ResultErrorStackTraceInner) HasMethodName() bool
HasMethodName returns a boolean if a field has been set.
func (o *ResultErrorStackTraceInner) GetModuleName() string
GetModuleName returns the ModuleName field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetModuleNameOk() (*string, bool)
GetModuleNameOk returns a tuple with the ModuleName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetModuleName(v string)
SetModuleName sets ModuleName field to given value.
func (o *ResultErrorStackTraceInner) HasModuleName() bool
HasModuleName returns a boolean if a field has been set.
func (o *ResultErrorStackTraceInner) GetModuleVersion() string
GetModuleVersion returns the ModuleVersion field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetModuleVersionOk() (*string, bool)
GetModuleVersionOk returns a tuple with the ModuleVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetModuleVersion(v string)
SetModuleVersion sets ModuleVersion field to given value.
func (o *ResultErrorStackTraceInner) HasModuleVersion() bool
HasModuleVersion returns a boolean if a field has been set.
func (o *ResultErrorStackTraceInner) GetNativeMethod() bool
GetNativeMethod returns the NativeMethod field if non-nil, zero value otherwise.
func (o *ResultErrorStackTraceInner) GetNativeMethodOk() (*bool, bool)
GetNativeMethodOk returns a tuple with the NativeMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultErrorStackTraceInner) SetNativeMethod(v bool)
SetNativeMethod sets NativeMethod field to given value.
func (o *ResultErrorStackTraceInner) HasNativeMethod() bool
HasNativeMethod returns a boolean if a field has been set.