Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Type | string | ||
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] | |
Name | string | ||
Description | Pointer to string | [optional] [default to ""] | |
Modified | Pointer to time.Time | [optional] | |
Reference | Pointer to string | [optional] [default to ""] | |
RelatedObservablesCount | int32 | [readonly] | |
IdentityClass | Pointer to string | [optional] [default to ""] | |
Sectors | Pointer to []string | [optional] [default to []] | |
ContactInformation | Pointer to string | [optional] [default to ""] | |
Aliases | Pointer to []string | [optional] [default to []] | |
FirstSeen | Pointer to time.Time | [optional] | |
LastSeen | Pointer to time.Time | [optional] | |
KillChainPhases | Pointer to []string | [optional] [default to []] | |
ToolVersion | Pointer to string | [optional] [default to ""] | |
ThreatActorTypes | Pointer to []string | [optional] [default to []] | |
Family | Pointer to string | [optional] [default to ""] | |
Title | Pointer to string | [optional] [default to ""] | |
BaseScore | Pointer to float32 | [optional] [default to 0.0] | |
Severity | Pointer to SeverityType | [optional] | |
ValidFrom | Pointer to time.Time | [optional] | |
ValidUntil | Pointer to time.Time | [optional] | |
Pattern | string | ||
Location | Pointer to string | [optional] [default to ""] | |
Diamond | DiamondModel | ||
RelevantTags | Pointer to []string | [optional] [default to []] | |
QueryType | string | ||
TargetSystems | Pointer to []string | [optional] [default to []] | |
Sources | Pointer to []map[string]interface{} | [optional] [default to []] | |
SupportedOs | Pointer to []string | [optional] [default to []] | |
Sid | Pointer to int32 | [optional] [default to 0] | |
Metadata | Pointer to []string | [optional] [default to []] | |
References | Pointer to []string | [optional] [default to []] | |
Count | Pointer to int32 | [optional] [default to 0] | |
DefaultExpiration | Pointer to string | [optional] [default to "P90D"] | |
Produces | Pointer to []string | [optional] [default to []] | |
Replaces | Pointer to []string | [optional] [default to []] |
func NewVerticesValue(value string, type_ string, id string, tags map[string]TagRelationshipOutput, rootType string, name string, relatedObservablesCount int32, pattern string, diamond DiamondModel, queryType string, ) *VerticesValue
NewVerticesValue instantiates a new VerticesValue 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 NewVerticesValueWithDefaults() *VerticesValue
NewVerticesValueWithDefaults instantiates a new VerticesValue 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 *VerticesValue) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetValue(v string)
SetValue sets Value field to given value.
func (o *VerticesValue) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetType(v string)
SetType sets Type field to given value.
func (o *VerticesValue) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *VerticesValue) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *VerticesValue) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *VerticesValue) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *VerticesValue) GetLastAnalysis() map[string]time.Time
GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetLastAnalysis(v map[string]time.Time)
SetLastAnalysis sets LastAnalysis field to given value.
func (o *VerticesValue) HasLastAnalysis() bool
HasLastAnalysis returns a boolean if a field has been set.
func (o *VerticesValue) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetId(v string)
SetId sets Id field to given value.
func (o *VerticesValue) GetTags() map[string]TagRelationshipOutput
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetTags(v map[string]TagRelationshipOutput)
SetTags sets Tags field to given value.
func (o *VerticesValue) GetRootType() string
GetRootType returns the RootType field if non-nil, zero value otherwise.
func (o *VerticesValue) 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 *VerticesValue) SetRootType(v string)
SetRootType sets RootType field to given value.
func (o *VerticesValue) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VerticesValue) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetName(v string)
SetName sets Name field to given value.
func (o *VerticesValue) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *VerticesValue) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *VerticesValue) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *VerticesValue) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *VerticesValue) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *VerticesValue) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *VerticesValue) GetReference() string
GetReference returns the Reference field if non-nil, zero value otherwise.
func (o *VerticesValue) GetReferenceOk() (*string, bool)
GetReferenceOk returns a tuple with the Reference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetReference(v string)
SetReference sets Reference field to given value.
func (o *VerticesValue) HasReference() bool
HasReference returns a boolean if a field has been set.
func (o *VerticesValue) GetRelatedObservablesCount() int32
GetRelatedObservablesCount returns the RelatedObservablesCount field if non-nil, zero value otherwise.
func (o *VerticesValue) GetRelatedObservablesCountOk() (*int32, bool)
GetRelatedObservablesCountOk returns a tuple with the RelatedObservablesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetRelatedObservablesCount(v int32)
SetRelatedObservablesCount sets RelatedObservablesCount field to given value.
func (o *VerticesValue) GetIdentityClass() string
GetIdentityClass returns the IdentityClass field if non-nil, zero value otherwise.
func (o *VerticesValue) GetIdentityClassOk() (*string, bool)
GetIdentityClassOk returns a tuple with the IdentityClass field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetIdentityClass(v string)
SetIdentityClass sets IdentityClass field to given value.
func (o *VerticesValue) HasIdentityClass() bool
HasIdentityClass returns a boolean if a field has been set.
func (o *VerticesValue) GetSectors() []string
GetSectors returns the Sectors field if non-nil, zero value otherwise.
func (o *VerticesValue) GetSectorsOk() (*[]string, bool)
GetSectorsOk returns a tuple with the Sectors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetSectors(v []string)
SetSectors sets Sectors field to given value.
func (o *VerticesValue) HasSectors() bool
HasSectors returns a boolean if a field has been set.
func (o *VerticesValue) GetContactInformation() string
GetContactInformation returns the ContactInformation field if non-nil, zero value otherwise.
func (o *VerticesValue) GetContactInformationOk() (*string, bool)
GetContactInformationOk returns a tuple with the ContactInformation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetContactInformation(v string)
SetContactInformation sets ContactInformation field to given value.
func (o *VerticesValue) HasContactInformation() bool
HasContactInformation returns a boolean if a field has been set.
func (o *VerticesValue) GetAliases() []string
GetAliases returns the Aliases field if non-nil, zero value otherwise.
func (o *VerticesValue) GetAliasesOk() (*[]string, bool)
GetAliasesOk returns a tuple with the Aliases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetAliases(v []string)
SetAliases sets Aliases field to given value.
func (o *VerticesValue) HasAliases() bool
HasAliases returns a boolean if a field has been set.
func (o *VerticesValue) GetFirstSeen() time.Time
GetFirstSeen returns the FirstSeen field if non-nil, zero value otherwise.
func (o *VerticesValue) GetFirstSeenOk() (*time.Time, bool)
GetFirstSeenOk returns a tuple with the FirstSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetFirstSeen(v time.Time)
SetFirstSeen sets FirstSeen field to given value.
func (o *VerticesValue) HasFirstSeen() bool
HasFirstSeen returns a boolean if a field has been set.
func (o *VerticesValue) GetLastSeen() time.Time
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
func (o *VerticesValue) GetLastSeenOk() (*time.Time, bool)
GetLastSeenOk returns a tuple with the LastSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetLastSeen(v time.Time)
SetLastSeen sets LastSeen field to given value.
func (o *VerticesValue) HasLastSeen() bool
HasLastSeen returns a boolean if a field has been set.
func (o *VerticesValue) GetKillChainPhases() []string
GetKillChainPhases returns the KillChainPhases field if non-nil, zero value otherwise.
func (o *VerticesValue) GetKillChainPhasesOk() (*[]string, bool)
GetKillChainPhasesOk returns a tuple with the KillChainPhases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetKillChainPhases(v []string)
SetKillChainPhases sets KillChainPhases field to given value.
func (o *VerticesValue) HasKillChainPhases() bool
HasKillChainPhases returns a boolean if a field has been set.
func (o *VerticesValue) GetToolVersion() string
GetToolVersion returns the ToolVersion field if non-nil, zero value otherwise.
func (o *VerticesValue) GetToolVersionOk() (*string, bool)
GetToolVersionOk returns a tuple with the ToolVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetToolVersion(v string)
SetToolVersion sets ToolVersion field to given value.
func (o *VerticesValue) HasToolVersion() bool
HasToolVersion returns a boolean if a field has been set.
func (o *VerticesValue) GetThreatActorTypes() []string
GetThreatActorTypes returns the ThreatActorTypes field if non-nil, zero value otherwise.
func (o *VerticesValue) GetThreatActorTypesOk() (*[]string, bool)
GetThreatActorTypesOk returns a tuple with the ThreatActorTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetThreatActorTypes(v []string)
SetThreatActorTypes sets ThreatActorTypes field to given value.
func (o *VerticesValue) HasThreatActorTypes() bool
HasThreatActorTypes returns a boolean if a field has been set.
func (o *VerticesValue) GetFamily() string
GetFamily returns the Family field if non-nil, zero value otherwise.
func (o *VerticesValue) GetFamilyOk() (*string, bool)
GetFamilyOk returns a tuple with the Family field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetFamily(v string)
SetFamily sets Family field to given value.
func (o *VerticesValue) HasFamily() bool
HasFamily returns a boolean if a field has been set.
func (o *VerticesValue) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *VerticesValue) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *VerticesValue) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *VerticesValue) GetBaseScore() float32
GetBaseScore returns the BaseScore field if non-nil, zero value otherwise.
func (o *VerticesValue) GetBaseScoreOk() (*float32, bool)
GetBaseScoreOk returns a tuple with the BaseScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetBaseScore(v float32)
SetBaseScore sets BaseScore field to given value.
func (o *VerticesValue) HasBaseScore() bool
HasBaseScore returns a boolean if a field has been set.
func (o *VerticesValue) GetSeverity() SeverityType
GetSeverity returns the Severity field if non-nil, zero value otherwise.
func (o *VerticesValue) GetSeverityOk() (*SeverityType, bool)
GetSeverityOk returns a tuple with the Severity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetSeverity(v SeverityType)
SetSeverity sets Severity field to given value.
func (o *VerticesValue) HasSeverity() bool
HasSeverity returns a boolean if a field has been set.
func (o *VerticesValue) GetValidFrom() time.Time
GetValidFrom returns the ValidFrom field if non-nil, zero value otherwise.
func (o *VerticesValue) GetValidFromOk() (*time.Time, bool)
GetValidFromOk returns a tuple with the ValidFrom field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetValidFrom(v time.Time)
SetValidFrom sets ValidFrom field to given value.
func (o *VerticesValue) HasValidFrom() bool
HasValidFrom returns a boolean if a field has been set.
func (o *VerticesValue) GetValidUntil() time.Time
GetValidUntil returns the ValidUntil field if non-nil, zero value otherwise.
func (o *VerticesValue) GetValidUntilOk() (*time.Time, bool)
GetValidUntilOk returns a tuple with the ValidUntil field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetValidUntil(v time.Time)
SetValidUntil sets ValidUntil field to given value.
func (o *VerticesValue) HasValidUntil() bool
HasValidUntil returns a boolean if a field has been set.
func (o *VerticesValue) GetPattern() string
GetPattern returns the Pattern field if non-nil, zero value otherwise.
func (o *VerticesValue) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetPattern(v string)
SetPattern sets Pattern field to given value.
func (o *VerticesValue) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *VerticesValue) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *VerticesValue) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (o *VerticesValue) GetDiamond() DiamondModel
GetDiamond returns the Diamond field if non-nil, zero value otherwise.
func (o *VerticesValue) GetDiamondOk() (*DiamondModel, bool)
GetDiamondOk returns a tuple with the Diamond field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetDiamond(v DiamondModel)
SetDiamond sets Diamond field to given value.
func (o *VerticesValue) GetRelevantTags() []string
GetRelevantTags returns the RelevantTags field if non-nil, zero value otherwise.
func (o *VerticesValue) GetRelevantTagsOk() (*[]string, bool)
GetRelevantTagsOk returns a tuple with the RelevantTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetRelevantTags(v []string)
SetRelevantTags sets RelevantTags field to given value.
func (o *VerticesValue) HasRelevantTags() bool
HasRelevantTags returns a boolean if a field has been set.
func (o *VerticesValue) GetQueryType() string
GetQueryType returns the QueryType field if non-nil, zero value otherwise.
func (o *VerticesValue) GetQueryTypeOk() (*string, bool)
GetQueryTypeOk returns a tuple with the QueryType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetQueryType(v string)
SetQueryType sets QueryType field to given value.
func (o *VerticesValue) GetTargetSystems() []string
GetTargetSystems returns the TargetSystems field if non-nil, zero value otherwise.
func (o *VerticesValue) GetTargetSystemsOk() (*[]string, bool)
GetTargetSystemsOk returns a tuple with the TargetSystems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetTargetSystems(v []string)
SetTargetSystems sets TargetSystems field to given value.
func (o *VerticesValue) HasTargetSystems() bool
HasTargetSystems returns a boolean if a field has been set.
func (o *VerticesValue) GetSources() []map[string]interface{}
GetSources returns the Sources field if non-nil, zero value otherwise.
func (o *VerticesValue) GetSourcesOk() (*[]map[string]interface{}, bool)
GetSourcesOk returns a tuple with the Sources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetSources(v []map[string]interface{})
SetSources sets Sources field to given value.
func (o *VerticesValue) HasSources() bool
HasSources returns a boolean if a field has been set.
func (o *VerticesValue) GetSupportedOs() []string
GetSupportedOs returns the SupportedOs field if non-nil, zero value otherwise.
func (o *VerticesValue) GetSupportedOsOk() (*[]string, bool)
GetSupportedOsOk returns a tuple with the SupportedOs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetSupportedOs(v []string)
SetSupportedOs sets SupportedOs field to given value.
func (o *VerticesValue) HasSupportedOs() bool
HasSupportedOs returns a boolean if a field has been set.
func (o *VerticesValue) GetSid() int32
GetSid returns the Sid field if non-nil, zero value otherwise.
func (o *VerticesValue) GetSidOk() (*int32, bool)
GetSidOk returns a tuple with the Sid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetSid(v int32)
SetSid sets Sid field to given value.
func (o *VerticesValue) HasSid() bool
HasSid returns a boolean if a field has been set.
func (o *VerticesValue) GetMetadata() []string
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *VerticesValue) GetMetadataOk() (*[]string, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetMetadata(v []string)
SetMetadata sets Metadata field to given value.
func (o *VerticesValue) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *VerticesValue) GetReferences() []string
GetReferences returns the References field if non-nil, zero value otherwise.
func (o *VerticesValue) GetReferencesOk() (*[]string, bool)
GetReferencesOk returns a tuple with the References field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetReferences(v []string)
SetReferences sets References field to given value.
func (o *VerticesValue) HasReferences() bool
HasReferences returns a boolean if a field has been set.
func (o *VerticesValue) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *VerticesValue) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetCount(v int32)
SetCount sets Count field to given value.
func (o *VerticesValue) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *VerticesValue) GetDefaultExpiration() string
GetDefaultExpiration returns the DefaultExpiration field if non-nil, zero value otherwise.
func (o *VerticesValue) GetDefaultExpirationOk() (*string, bool)
GetDefaultExpirationOk returns a tuple with the DefaultExpiration field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetDefaultExpiration(v string)
SetDefaultExpiration sets DefaultExpiration field to given value.
func (o *VerticesValue) HasDefaultExpiration() bool
HasDefaultExpiration returns a boolean if a field has been set.
func (o *VerticesValue) GetProduces() []string
GetProduces returns the Produces field if non-nil, zero value otherwise.
func (o *VerticesValue) GetProducesOk() (*[]string, bool)
GetProducesOk returns a tuple with the Produces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetProduces(v []string)
SetProduces sets Produces field to given value.
func (o *VerticesValue) HasProduces() bool
HasProduces returns a boolean if a field has been set.
func (o *VerticesValue) GetReplaces() []string
GetReplaces returns the Replaces field if non-nil, zero value otherwise.
func (o *VerticesValue) GetReplacesOk() (*[]string, bool)
GetReplacesOk returns a tuple with the Replaces field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerticesValue) SetReplaces(v []string)
SetReplaces sets Replaces field to given value.
func (o *VerticesValue) HasReplaces() bool
HasReplaces returns a boolean if a field has been set.