Skip to content

Latest commit

 

History

History
238 lines (129 loc) · 6.24 KB

PatchPolicyLog.md

File metadata and controls

238 lines (129 loc) · 6.24 KB

PatchPolicyLog

Properties

Name Type Description Notes
PatchPolicyId Pointer to int32 [optional]
DeviceId Pointer to int32 [optional]
DeviceName Pointer to string [optional]
StatusCode Pointer to int32 [optional]
StatusMessage Pointer to string [optional]
StatusDate Pointer to time.Time [optional]
Attempt Pointer to int32 [optional]
Ignored Pointer to int32 [optional]

Methods

NewPatchPolicyLog

func NewPatchPolicyLog() *PatchPolicyLog

NewPatchPolicyLog instantiates a new PatchPolicyLog 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

NewPatchPolicyLogWithDefaults

func NewPatchPolicyLogWithDefaults() *PatchPolicyLog

NewPatchPolicyLogWithDefaults instantiates a new PatchPolicyLog 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

GetPatchPolicyId

func (o *PatchPolicyLog) GetPatchPolicyId() int32

GetPatchPolicyId returns the PatchPolicyId field if non-nil, zero value otherwise.

GetPatchPolicyIdOk

func (o *PatchPolicyLog) GetPatchPolicyIdOk() (*int32, bool)

GetPatchPolicyIdOk returns a tuple with the PatchPolicyId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPatchPolicyId

func (o *PatchPolicyLog) SetPatchPolicyId(v int32)

SetPatchPolicyId sets PatchPolicyId field to given value.

HasPatchPolicyId

func (o *PatchPolicyLog) HasPatchPolicyId() bool

HasPatchPolicyId returns a boolean if a field has been set.

GetDeviceId

func (o *PatchPolicyLog) GetDeviceId() int32

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *PatchPolicyLog) GetDeviceIdOk() (*int32, bool)

GetDeviceIdOk returns a tuple with the DeviceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceId

func (o *PatchPolicyLog) SetDeviceId(v int32)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *PatchPolicyLog) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetDeviceName

func (o *PatchPolicyLog) GetDeviceName() string

GetDeviceName returns the DeviceName field if non-nil, zero value otherwise.

GetDeviceNameOk

func (o *PatchPolicyLog) GetDeviceNameOk() (*string, bool)

GetDeviceNameOk returns a tuple with the DeviceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDeviceName

func (o *PatchPolicyLog) SetDeviceName(v string)

SetDeviceName sets DeviceName field to given value.

HasDeviceName

func (o *PatchPolicyLog) HasDeviceName() bool

HasDeviceName returns a boolean if a field has been set.

GetStatusCode

func (o *PatchPolicyLog) GetStatusCode() int32

GetStatusCode returns the StatusCode field if non-nil, zero value otherwise.

GetStatusCodeOk

func (o *PatchPolicyLog) GetStatusCodeOk() (*int32, bool)

GetStatusCodeOk returns a tuple with the StatusCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusCode

func (o *PatchPolicyLog) SetStatusCode(v int32)

SetStatusCode sets StatusCode field to given value.

HasStatusCode

func (o *PatchPolicyLog) HasStatusCode() bool

HasStatusCode returns a boolean if a field has been set.

GetStatusMessage

func (o *PatchPolicyLog) GetStatusMessage() string

GetStatusMessage returns the StatusMessage field if non-nil, zero value otherwise.

GetStatusMessageOk

func (o *PatchPolicyLog) GetStatusMessageOk() (*string, bool)

GetStatusMessageOk returns a tuple with the StatusMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusMessage

func (o *PatchPolicyLog) SetStatusMessage(v string)

SetStatusMessage sets StatusMessage field to given value.

HasStatusMessage

func (o *PatchPolicyLog) HasStatusMessage() bool

HasStatusMessage returns a boolean if a field has been set.

GetStatusDate

func (o *PatchPolicyLog) GetStatusDate() time.Time

GetStatusDate returns the StatusDate field if non-nil, zero value otherwise.

GetStatusDateOk

func (o *PatchPolicyLog) GetStatusDateOk() (*time.Time, bool)

GetStatusDateOk returns a tuple with the StatusDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetStatusDate

func (o *PatchPolicyLog) SetStatusDate(v time.Time)

SetStatusDate sets StatusDate field to given value.

HasStatusDate

func (o *PatchPolicyLog) HasStatusDate() bool

HasStatusDate returns a boolean if a field has been set.

GetAttempt

func (o *PatchPolicyLog) GetAttempt() int32

GetAttempt returns the Attempt field if non-nil, zero value otherwise.

GetAttemptOk

func (o *PatchPolicyLog) GetAttemptOk() (*int32, bool)

GetAttemptOk returns a tuple with the Attempt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAttempt

func (o *PatchPolicyLog) SetAttempt(v int32)

SetAttempt sets Attempt field to given value.

HasAttempt

func (o *PatchPolicyLog) HasAttempt() bool

HasAttempt returns a boolean if a field has been set.

GetIgnored

func (o *PatchPolicyLog) GetIgnored() int32

GetIgnored returns the Ignored field if non-nil, zero value otherwise.

GetIgnoredOk

func (o *PatchPolicyLog) GetIgnoredOk() (*int32, bool)

GetIgnoredOk returns a tuple with the Ignored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIgnored

func (o *PatchPolicyLog) SetIgnored(v int32)

SetIgnored sets Ignored field to given value.

HasIgnored

func (o *PatchPolicyLog) HasIgnored() bool

HasIgnored returns a boolean if a field has been set.

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