Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Type | Pointer to string | [optional] [default to "registry_key"] | |
Created | Pointer to time.Time | [optional] | |
Context | Pointer to []map[string]interface{} | [optional] [default to []] | |
LastAnalysis | Pointer to map[string]time.Time | [optional] [default to {}] | |
Key | string | ||
Data | *os.File | ||
Hive | RegistryHive | ||
PathFile | Pointer to NullableString | [optional] | |
Id | string | [readonly] | |
Tags | map[string]TagRelationshipOutput | [readonly] | |
RootType | string | [readonly] |
func NewRegistryKeyOutput(value string, key string, data *os.File, hive RegistryHive, id string, tags map[string]TagRelationshipOutput, rootType string, ) *RegistryKeyOutput
NewRegistryKeyOutput instantiates a new RegistryKeyOutput 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 NewRegistryKeyOutputWithDefaults() *RegistryKeyOutput
NewRegistryKeyOutputWithDefaults instantiates a new RegistryKeyOutput 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 *RegistryKeyOutput) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetValue(v string)
SetValue sets Value field to given value.
func (o *RegistryKeyOutput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetType(v string)
SetType sets Type field to given value.
func (o *RegistryKeyOutput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *RegistryKeyOutput) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *RegistryKeyOutput) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *RegistryKeyOutput) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetContextOk() (*[]map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *RegistryKeyOutput) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *RegistryKeyOutput) GetLastAnalysis() map[string]time.Time
GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetLastAnalysisOk() (*map[string]time.Time, bool)
GetLastAnalysisOk returns a tuple with the LastAnalysis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetLastAnalysis(v map[string]time.Time)
SetLastAnalysis sets LastAnalysis field to given value.
func (o *RegistryKeyOutput) HasLastAnalysis() bool
HasLastAnalysis returns a boolean if a field has been set.
func (o *RegistryKeyOutput) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetKeyOk() (*string, bool)
GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetKey(v string)
SetKey sets Key field to given value.
func (o *RegistryKeyOutput) GetData() *os.File
GetData returns the Data field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetDataOk() (**os.File, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetData(v *os.File)
SetData sets Data field to given value.
func (o *RegistryKeyOutput) GetHive() RegistryHive
GetHive returns the Hive field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetHiveOk() (*RegistryHive, bool)
GetHiveOk returns a tuple with the Hive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetHive(v RegistryHive)
SetHive sets Hive field to given value.
func (o *RegistryKeyOutput) GetPathFile() string
GetPathFile returns the PathFile field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetPathFileOk() (*string, bool)
GetPathFileOk returns a tuple with the PathFile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetPathFile(v string)
SetPathFile sets PathFile field to given value.
func (o *RegistryKeyOutput) HasPathFile() bool
HasPathFile returns a boolean if a field has been set.
func (o *RegistryKeyOutput) SetPathFileNil(b bool)
SetPathFileNil sets the value for PathFile to be an explicit nil
func (o *RegistryKeyOutput) UnsetPathFile()
UnsetPathFile ensures that no value is present for PathFile, not even an explicit nil
func (o *RegistryKeyOutput) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetId(v string)
SetId sets Id field to given value.
func (o *RegistryKeyOutput) GetTags() map[string]TagRelationshipOutput
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetTagsOk() (*map[string]TagRelationshipOutput, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetTags(v map[string]TagRelationshipOutput)
SetTags sets Tags field to given value.
func (o *RegistryKeyOutput) GetRootType() string
GetRootType returns the RootType field if non-nil, zero value otherwise.
func (o *RegistryKeyOutput) GetRootTypeOk() (*string, bool)
GetRootTypeOk returns a tuple with the RootType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RegistryKeyOutput) SetRootType(v string)
SetRootType sets RootType field to given value.