Class StoredEffect
Object
StoredEffect
A description of an effect that can be stored in the database or passed
over the wire. Contains an
effect provider module key
and implementation-specific parameters.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StoredEffect.BuilderReturns a new builder with the given module key.booleanThe complete module key of theEffectProviderresponsible for converting this effect description to an actualEffect.Provider-specific parameters, e.g.inthashCode()toString()
-
Constructor Details
-
StoredEffect
-
-
Method Details
-
getModuleKey
The complete module key of theEffectProviderresponsible for converting this effect description to an actualEffect. -
getParameters
Provider-specific parameters, e.g. an issue ID, a field ID, and a value. -
builder
Returns a new builder with the given module key. -
equals
-
toString
-
hashCode
public int hashCode()
-