Skip to content

Latest commit

 

History

History
218 lines (117 loc) · 5.57 KB

IPv4Output.md

File metadata and controls

218 lines (117 loc) · 5.57 KB

IPv4Output

Properties

Name Type Description Notes
Value string
Type Pointer to string [optional] [default to "ipv4"]
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 {}]
Id string [readonly]
Tags map[string]TagRelationshipOutput [readonly]
RootType string [readonly]

Methods

NewIPv4Output

func NewIPv4Output(value string, id string, tags map[string]TagRelationshipOutput, rootType string, ) *IPv4Output

NewIPv4Output instantiates a new IPv4Output 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

NewIPv4OutputWithDefaults

func NewIPv4OutputWithDefaults() *IPv4Output

NewIPv4OutputWithDefaults instantiates a new IPv4Output 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

GetValue

func (o *IPv4Output) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

func (o *IPv4Output) 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.

SetValue

func (o *IPv4Output) SetValue(v string)

SetValue sets Value field to given value.

GetType

func (o *IPv4Output) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *IPv4Output) 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.

SetType

func (o *IPv4Output) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *IPv4Output) HasType() bool

HasType returns a boolean if a field has been set.

GetCreated

func (o *IPv4Output) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *IPv4Output) 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.

SetCreated

func (o *IPv4Output) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *IPv4Output) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetContext

func (o *IPv4Output) GetContext() []map[string]interface{}

GetContext returns the Context field if non-nil, zero value otherwise.

GetContextOk

func (o *IPv4Output) 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.

SetContext

func (o *IPv4Output) SetContext(v []map[string]interface{})

SetContext sets Context field to given value.

HasContext

func (o *IPv4Output) HasContext() bool

HasContext returns a boolean if a field has been set.

GetLastAnalysis

func (o *IPv4Output) GetLastAnalysis() map[string]time.Time

GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.

GetLastAnalysisOk

func (o *IPv4Output) 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.

SetLastAnalysis

func (o *IPv4Output) SetLastAnalysis(v map[string]time.Time)

SetLastAnalysis sets LastAnalysis field to given value.

HasLastAnalysis

func (o *IPv4Output) HasLastAnalysis() bool

HasLastAnalysis returns a boolean if a field has been set.

GetId

func (o *IPv4Output) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *IPv4Output) 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.

SetId

func (o *IPv4Output) SetId(v string)

SetId sets Id field to given value.

GetTags

func (o *IPv4Output) GetTags() map[string]TagRelationshipOutput

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *IPv4Output) 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.

SetTags

func (o *IPv4Output) SetTags(v map[string]TagRelationshipOutput)

SetTags sets Tags field to given value.

GetRootType

func (o *IPv4Output) GetRootType() string

GetRootType returns the RootType field if non-nil, zero value otherwise.

GetRootTypeOk

func (o *IPv4Output) 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.

SetRootType

func (o *IPv4Output) SetRootType(v string)

SetRootType sets RootType field to given value.

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