EntityGroup class

Inheritance
Implemented types
Mixed in types
Implementers

Constructors

EntityGroup(String name, EntityType type)
EntityGroup.fromJson(Map<String, dynamic> json)

Properties

additionalInfo Map<String, dynamic>?
getter/setter pairinherited
configuration Map<String, dynamic>?
getter/setter pair
createdTime int?
getter/setter pairinherited
externalId EntityGroupId?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id EntityGroupId?
getter/setter pairinherited
name String
getter/setter pair
ownerId EntityId?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EntityType
getter/setter pair

Methods

additionalInfoBasedString([String? toStringBody]) String
inherited
baseDataString([String? toStringBody]) String
inherited
entityGroupString([String? toStringBody]) String
getAdditionalInfo() Map<String, dynamic>?
inherited
getCreatedTime() int?
inherited
getExternalId() EntityGroupId?
override
getId() EntityGroupId?
inherited
getName() String
override
getOwnerId() EntityId?
idBasedString() String
inherited
isEdgeGroupAll() bool
isGroupAll() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setExternalId(EntityGroupId? externalId) → void
override
setId(EntityGroupId? id) → dynamic
inherited
setOwnerId(EntityId entityId) → void
setTenantId(TenantId? tenantId) → void
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited