| Name | Type | Description | Notes |
|---|---|---|---|
| Command | Pointer to string | [optional] | |
| Cpu | Pointer to int64 | [optional] | |
| Directory | Pointer to string | [optional] | |
| ListenSockets | Pointer to []ListenSocket | [optional] | |
| Pid | Pointer to int64 | [optional] | |
| Rss | Pointer to int64 | [optional] | |
| Rtime | Pointer to int64 | [optional] | |
| Stime | Pointer to int64 | [optional] |
func NewProcessStat() *ProcessStat
NewProcessStat instantiates a new ProcessStat 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 NewProcessStatWithDefaults() *ProcessStat
NewProcessStatWithDefaults instantiates a new ProcessStat 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 *ProcessStat) GetCommand() string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *ProcessStat) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetCommand(v string)
SetCommand sets Command field to given value.
func (o *ProcessStat) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (o *ProcessStat) GetCpu() int64
GetCpu returns the Cpu field if non-nil, zero value otherwise.
func (o *ProcessStat) GetCpuOk() (*int64, bool)
GetCpuOk returns a tuple with the Cpu field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetCpu(v int64)
SetCpu sets Cpu field to given value.
func (o *ProcessStat) HasCpu() bool
HasCpu returns a boolean if a field has been set.
func (o *ProcessStat) GetDirectory() string
GetDirectory returns the Directory field if non-nil, zero value otherwise.
func (o *ProcessStat) GetDirectoryOk() (*string, bool)
GetDirectoryOk returns a tuple with the Directory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetDirectory(v string)
SetDirectory sets Directory field to given value.
func (o *ProcessStat) HasDirectory() bool
HasDirectory returns a boolean if a field has been set.
func (o *ProcessStat) GetListenSockets() []ListenSocket
GetListenSockets returns the ListenSockets field if non-nil, zero value otherwise.
func (o *ProcessStat) GetListenSocketsOk() (*[]ListenSocket, bool)
GetListenSocketsOk returns a tuple with the ListenSockets field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetListenSockets(v []ListenSocket)
SetListenSockets sets ListenSockets field to given value.
func (o *ProcessStat) HasListenSockets() bool
HasListenSockets returns a boolean if a field has been set.
func (o *ProcessStat) GetPid() int64
GetPid returns the Pid field if non-nil, zero value otherwise.
func (o *ProcessStat) GetPidOk() (*int64, bool)
GetPidOk returns a tuple with the Pid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetPid(v int64)
SetPid sets Pid field to given value.
func (o *ProcessStat) HasPid() bool
HasPid returns a boolean if a field has been set.
func (o *ProcessStat) GetRss() int64
GetRss returns the Rss field if non-nil, zero value otherwise.
func (o *ProcessStat) GetRssOk() (*int64, bool)
GetRssOk returns a tuple with the Rss field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetRss(v int64)
SetRss sets Rss field to given value.
func (o *ProcessStat) HasRss() bool
HasRss returns a boolean if a field has been set.
func (o *ProcessStat) GetRtime() int64
GetRtime returns the Rtime field if non-nil, zero value otherwise.
func (o *ProcessStat) GetRtimeOk() (*int64, bool)
GetRtimeOk returns a tuple with the Rtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetRtime(v int64)
SetRtime sets Rtime field to given value.
func (o *ProcessStat) HasRtime() bool
HasRtime returns a boolean if a field has been set.
func (o *ProcessStat) GetStime() int64
GetStime returns the Stime field if non-nil, zero value otherwise.
func (o *ProcessStat) GetStimeOk() (*int64, bool)
GetStimeOk returns a tuple with the Stime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ProcessStat) SetStime(v int64)
SetStime sets Stime field to given value.
func (o *ProcessStat) HasStime() bool
HasStime returns a boolean if a field has been set.