Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Type | Pointer to string | [optional] [default to "url"] | |
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] |
func NewUrlOutput(value string, id string, tags map[string]TagRelationshipOutput, rootType string, ) *UrlOutput
NewUrlOutput instantiates a new UrlOutput 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 NewUrlOutputWithDefaults() *UrlOutput
NewUrlOutputWithDefaults instantiates a new UrlOutput 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 *UrlOutput) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetValue(v string)
SetValue sets Value field to given value.
func (o *UrlOutput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetType(v string)
SetType sets Type field to given value.
func (o *UrlOutput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *UrlOutput) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *UrlOutput) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *UrlOutput) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *UrlOutput) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *UrlOutput) GetLastAnalysis() map[string]time.Time
GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetLastAnalysis(v map[string]time.Time)
SetLastAnalysis sets LastAnalysis field to given value.
func (o *UrlOutput) HasLastAnalysis() bool
HasLastAnalysis returns a boolean if a field has been set.
func (o *UrlOutput) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetId(v string)
SetId sets Id field to given value.
func (o *UrlOutput) GetTags() map[string]TagRelationshipOutput
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetTags(v map[string]TagRelationshipOutput)
SetTags sets Tags field to given value.
func (o *UrlOutput) GetRootType() string
GetRootType returns the RootType field if non-nil, zero value otherwise.
func (o *UrlOutput) 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 *UrlOutput) SetRootType(v string)
SetRootType sets RootType field to given value.