Name | Type | Description | Notes |
---|---|---|---|
KernelId | Pointer to NullableString | Kernel Thread ID | [optional] |
Tid | Pointer to NullableInt32 | Task ID | [optional] |
Stack | Pointer to []string | Array of stack addresses | [optional] |
func NewKernelThread() *KernelThread
NewKernelThread instantiates a new KernelThread 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 NewKernelThreadWithDefaults() *KernelThread
NewKernelThreadWithDefaults instantiates a new KernelThread 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 *KernelThread) GetKernelId() string
GetKernelId returns the KernelId field if non-nil, zero value otherwise.
func (o *KernelThread) GetKernelIdOk() (*string, bool)
GetKernelIdOk returns a tuple with the KernelId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KernelThread) SetKernelId(v string)
SetKernelId sets KernelId field to given value.
func (o *KernelThread) HasKernelId() bool
HasKernelId returns a boolean if a field has been set.
func (o *KernelThread) SetKernelIdNil(b bool)
SetKernelIdNil sets the value for KernelId to be an explicit nil
func (o *KernelThread) UnsetKernelId()
UnsetKernelId ensures that no value is present for KernelId, not even an explicit nil
func (o *KernelThread) GetTid() int32
GetTid returns the Tid field if non-nil, zero value otherwise.
func (o *KernelThread) GetTidOk() (*int32, bool)
GetTidOk returns a tuple with the Tid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KernelThread) SetTid(v int32)
SetTid sets Tid field to given value.
func (o *KernelThread) HasTid() bool
HasTid returns a boolean if a field has been set.
func (o *KernelThread) SetTidNil(b bool)
SetTidNil sets the value for Tid to be an explicit nil
func (o *KernelThread) UnsetTid()
UnsetTid ensures that no value is present for Tid, not even an explicit nil
func (o *KernelThread) GetStack() []string
GetStack returns the Stack field if non-nil, zero value otherwise.
func (o *KernelThread) GetStackOk() (*[]string, bool)
GetStackOk returns a tuple with the Stack field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *KernelThread) SetStack(v []string)
SetStack sets Stack field to given value.
func (o *KernelThread) HasStack() bool
HasStack returns a boolean if a field has been set.
func (o *KernelThread) SetStackNil(b bool)
SetStackNil sets the value for Stack to be an explicit nil
func (o *KernelThread) UnsetStack()
UnsetStack ensures that no value is present for Stack, not even an explicit nil