| Name | Type | Description | Notes |
|---|---|---|---|
| SyncIdentifier | Pointer to NullableString | [optional] | |
| NodeId | int64 | ||
| Name | string | ||
| CreatedRelations | int64 | ||
| DeletedRelations | int64 | ||
| CreatedComponents | int64 | ||
| DeletedComponents | int64 | ||
| Errors | int64 |
func NewTopologyStreamListItem(nodeId int64, name string, createdRelations int64, deletedRelations int64, createdComponents int64, deletedComponents int64, errors int64, ) *TopologyStreamListItem
NewTopologyStreamListItem instantiates a new TopologyStreamListItem 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 NewTopologyStreamListItemWithDefaults() *TopologyStreamListItem
NewTopologyStreamListItemWithDefaults instantiates a new TopologyStreamListItem 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 *TopologyStreamListItem) GetSyncIdentifier() string
GetSyncIdentifier returns the SyncIdentifier field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) GetSyncIdentifierOk() (*string, bool)
GetSyncIdentifierOk returns a tuple with the SyncIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItem) SetSyncIdentifier(v string)
SetSyncIdentifier sets SyncIdentifier field to given value.
func (o *TopologyStreamListItem) HasSyncIdentifier() bool
HasSyncIdentifier returns a boolean if a field has been set.
func (o *TopologyStreamListItem) SetSyncIdentifierNil(b bool)
SetSyncIdentifierNil sets the value for SyncIdentifier to be an explicit nil
func (o *TopologyStreamListItem) UnsetSyncIdentifier()
UnsetSyncIdentifier ensures that no value is present for SyncIdentifier, not even an explicit nil
func (o *TopologyStreamListItem) GetNodeId() int64
GetNodeId returns the NodeId field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) GetNodeIdOk() (*int64, bool)
GetNodeIdOk returns a tuple with the NodeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItem) SetNodeId(v int64)
SetNodeId sets NodeId field to given value.
func (o *TopologyStreamListItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) 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 *TopologyStreamListItem) SetName(v string)
SetName sets Name field to given value.
func (o *TopologyStreamListItem) GetCreatedRelations() int64
GetCreatedRelations returns the CreatedRelations field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) GetCreatedRelationsOk() (*int64, bool)
GetCreatedRelationsOk returns a tuple with the CreatedRelations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItem) SetCreatedRelations(v int64)
SetCreatedRelations sets CreatedRelations field to given value.
func (o *TopologyStreamListItem) GetDeletedRelations() int64
GetDeletedRelations returns the DeletedRelations field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) GetDeletedRelationsOk() (*int64, bool)
GetDeletedRelationsOk returns a tuple with the DeletedRelations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItem) SetDeletedRelations(v int64)
SetDeletedRelations sets DeletedRelations field to given value.
func (o *TopologyStreamListItem) GetCreatedComponents() int64
GetCreatedComponents returns the CreatedComponents field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) GetCreatedComponentsOk() (*int64, bool)
GetCreatedComponentsOk returns a tuple with the CreatedComponents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItem) SetCreatedComponents(v int64)
SetCreatedComponents sets CreatedComponents field to given value.
func (o *TopologyStreamListItem) GetDeletedComponents() int64
GetDeletedComponents returns the DeletedComponents field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) GetDeletedComponentsOk() (*int64, bool)
GetDeletedComponentsOk returns a tuple with the DeletedComponents field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItem) SetDeletedComponents(v int64)
SetDeletedComponents sets DeletedComponents field to given value.
func (o *TopologyStreamListItem) GetErrors() int64
GetErrors returns the Errors field if non-nil, zero value otherwise.
func (o *TopologyStreamListItem) GetErrorsOk() (*int64, bool)
GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopologyStreamListItem) SetErrors(v int64)
SetErrors sets Errors field to given value.