Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Type | Pointer to string | [optional] [default to "mac_address"] | |
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 {}] |
func NewMacAddressInput(value string, ) *MacAddressInput
NewMacAddressInput instantiates a new MacAddressInput 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 NewMacAddressInputWithDefaults() *MacAddressInput
NewMacAddressInputWithDefaults instantiates a new MacAddressInput 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 *MacAddressInput) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *MacAddressInput) 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 *MacAddressInput) SetValue(v string)
SetValue sets Value field to given value.
func (o *MacAddressInput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *MacAddressInput) 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 *MacAddressInput) SetType(v string)
SetType sets Type field to given value.
func (o *MacAddressInput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *MacAddressInput) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *MacAddressInput) 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 *MacAddressInput) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *MacAddressInput) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *MacAddressInput) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *MacAddressInput) 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 *MacAddressInput) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *MacAddressInput) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *MacAddressInput) GetLastAnalysis() map[string]time.Time
GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.
func (o *MacAddressInput) 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 *MacAddressInput) SetLastAnalysis(v map[string]time.Time)
SetLastAnalysis sets LastAnalysis field to given value.
func (o *MacAddressInput) HasLastAnalysis() bool
HasLastAnalysis returns a boolean if a field has been set.