Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.88 KB

File metadata and controls

238 lines (129 loc) · 6.88 KB

ResultErrorStackTraceInner

Properties

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]

Methods

NewResultErrorStackTraceInner

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

NewResultErrorStackTraceInnerWithDefaults

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

GetClassLoaderName

func (o *ResultErrorStackTraceInner) GetClassLoaderName() string

GetClassLoaderName returns the ClassLoaderName field if non-nil, zero value otherwise.

GetClassLoaderNameOk

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.

SetClassLoaderName

func (o *ResultErrorStackTraceInner) SetClassLoaderName(v string)

SetClassLoaderName sets ClassLoaderName field to given value.

HasClassLoaderName

func (o *ResultErrorStackTraceInner) HasClassLoaderName() bool

HasClassLoaderName returns a boolean if a field has been set.

GetClassName

func (o *ResultErrorStackTraceInner) GetClassName() string

GetClassName returns the ClassName field if non-nil, zero value otherwise.

GetClassNameOk

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.

SetClassName

func (o *ResultErrorStackTraceInner) SetClassName(v string)

SetClassName sets ClassName field to given value.

HasClassName

func (o *ResultErrorStackTraceInner) HasClassName() bool

HasClassName returns a boolean if a field has been set.

GetFileName

func (o *ResultErrorStackTraceInner) GetFileName() string

GetFileName returns the FileName field if non-nil, zero value otherwise.

GetFileNameOk

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.

SetFileName

func (o *ResultErrorStackTraceInner) SetFileName(v string)

SetFileName sets FileName field to given value.

HasFileName

func (o *ResultErrorStackTraceInner) HasFileName() bool

HasFileName returns a boolean if a field has been set.

GetLineNumber

func (o *ResultErrorStackTraceInner) GetLineNumber() int32

GetLineNumber returns the LineNumber field if non-nil, zero value otherwise.

GetLineNumberOk

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.

SetLineNumber

func (o *ResultErrorStackTraceInner) SetLineNumber(v int32)

SetLineNumber sets LineNumber field to given value.

HasLineNumber

func (o *ResultErrorStackTraceInner) HasLineNumber() bool

HasLineNumber returns a boolean if a field has been set.

GetMethodName

func (o *ResultErrorStackTraceInner) GetMethodName() string

GetMethodName returns the MethodName field if non-nil, zero value otherwise.

GetMethodNameOk

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.

SetMethodName

func (o *ResultErrorStackTraceInner) SetMethodName(v string)

SetMethodName sets MethodName field to given value.

HasMethodName

func (o *ResultErrorStackTraceInner) HasMethodName() bool

HasMethodName returns a boolean if a field has been set.

GetModuleName

func (o *ResultErrorStackTraceInner) GetModuleName() string

GetModuleName returns the ModuleName field if non-nil, zero value otherwise.

GetModuleNameOk

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.

SetModuleName

func (o *ResultErrorStackTraceInner) SetModuleName(v string)

SetModuleName sets ModuleName field to given value.

HasModuleName

func (o *ResultErrorStackTraceInner) HasModuleName() bool

HasModuleName returns a boolean if a field has been set.

GetModuleVersion

func (o *ResultErrorStackTraceInner) GetModuleVersion() string

GetModuleVersion returns the ModuleVersion field if non-nil, zero value otherwise.

GetModuleVersionOk

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.

SetModuleVersion

func (o *ResultErrorStackTraceInner) SetModuleVersion(v string)

SetModuleVersion sets ModuleVersion field to given value.

HasModuleVersion

func (o *ResultErrorStackTraceInner) HasModuleVersion() bool

HasModuleVersion returns a boolean if a field has been set.

GetNativeMethod

func (o *ResultErrorStackTraceInner) GetNativeMethod() bool

GetNativeMethod returns the NativeMethod field if non-nil, zero value otherwise.

GetNativeMethodOk

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.

SetNativeMethod

func (o *ResultErrorStackTraceInner) SetNativeMethod(v bool)

SetNativeMethod sets NativeMethod field to given value.

HasNativeMethod

func (o *ResultErrorStackTraceInner) HasNativeMethod() bool

HasNativeMethod returns a boolean if a field has been set.

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