VaultEntryBuilder<T> class
The VaultEntry builder
- Inheritance
-
- Object
- EntryBuilder<
T, VaultInfo, VaultEntry> - VaultEntryBuilder
Constructors
- VaultEntryBuilder(String key, T value, DateTime creationTime)
- Builds a VaultEntryBuilder
Properties
- accessTime ↔ DateTime
-
Info access time
getter/setter pairinherited
- creationTime → DateTime
-
The creation time
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The key
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → EntryState
-
The state
finalinherited
- updateTime ↔ DateTime
-
Info update time
getter/setter pairinherited
- value → T
-
The value
finalinherited
Methods
-
build(
) → VaultEntry -
Builds an Entry
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited