Skip to content

Latest commit

 

History

History
212 lines (115 loc) · 5.53 KB

DetailedNodeSummary.md

File metadata and controls

212 lines (115 loc) · 5.53 KB

DetailedNodeSummary

Properties

Name Type Description Notes
Adjacency Pointer to []string [optional]
Id Pointer to string [optional]
Ids Pointer to []string [optional]
ImmediateParentId Pointer to string [optional]
Label Pointer to string [optional]
Metadata Pointer to ReportMetadata [optional]
Type Pointer to string [optional]

Methods

NewDetailedNodeSummary

func NewDetailedNodeSummary() *DetailedNodeSummary

NewDetailedNodeSummary instantiates a new DetailedNodeSummary 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

NewDetailedNodeSummaryWithDefaults

func NewDetailedNodeSummaryWithDefaults() *DetailedNodeSummary

NewDetailedNodeSummaryWithDefaults instantiates a new DetailedNodeSummary 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

GetAdjacency

func (o *DetailedNodeSummary) GetAdjacency() []string

GetAdjacency returns the Adjacency field if non-nil, zero value otherwise.

GetAdjacencyOk

func (o *DetailedNodeSummary) GetAdjacencyOk() (*[]string, bool)

GetAdjacencyOk returns a tuple with the Adjacency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAdjacency

func (o *DetailedNodeSummary) SetAdjacency(v []string)

SetAdjacency sets Adjacency field to given value.

HasAdjacency

func (o *DetailedNodeSummary) HasAdjacency() bool

HasAdjacency returns a boolean if a field has been set.

GetId

func (o *DetailedNodeSummary) GetId() string

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

GetIdOk

func (o *DetailedNodeSummary) 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 *DetailedNodeSummary) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *DetailedNodeSummary) HasId() bool

HasId returns a boolean if a field has been set.

GetIds

func (o *DetailedNodeSummary) GetIds() []string

GetIds returns the Ids field if non-nil, zero value otherwise.

GetIdsOk

func (o *DetailedNodeSummary) GetIdsOk() (*[]string, bool)

GetIdsOk returns a tuple with the Ids field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIds

func (o *DetailedNodeSummary) SetIds(v []string)

SetIds sets Ids field to given value.

HasIds

func (o *DetailedNodeSummary) HasIds() bool

HasIds returns a boolean if a field has been set.

GetImmediateParentId

func (o *DetailedNodeSummary) GetImmediateParentId() string

GetImmediateParentId returns the ImmediateParentId field if non-nil, zero value otherwise.

GetImmediateParentIdOk

func (o *DetailedNodeSummary) GetImmediateParentIdOk() (*string, bool)

GetImmediateParentIdOk returns a tuple with the ImmediateParentId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetImmediateParentId

func (o *DetailedNodeSummary) SetImmediateParentId(v string)

SetImmediateParentId sets ImmediateParentId field to given value.

HasImmediateParentId

func (o *DetailedNodeSummary) HasImmediateParentId() bool

HasImmediateParentId returns a boolean if a field has been set.

GetLabel

func (o *DetailedNodeSummary) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *DetailedNodeSummary) GetLabelOk() (*string, bool)

GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLabel

func (o *DetailedNodeSummary) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *DetailedNodeSummary) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetMetadata

func (o *DetailedNodeSummary) GetMetadata() ReportMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *DetailedNodeSummary) GetMetadataOk() (*ReportMetadata, 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.

SetMetadata

func (o *DetailedNodeSummary) SetMetadata(v ReportMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *DetailedNodeSummary) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetType

func (o *DetailedNodeSummary) GetType() string

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

GetTypeOk

func (o *DetailedNodeSummary) 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 *DetailedNodeSummary) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *DetailedNodeSummary) HasType() bool

HasType returns a boolean if a field has been set.

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