Package org.polkadot.types.type
Class Event.EventData
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<T>
-
- org.polkadot.types.codec.AbstractArray<Codec>
-
- org.polkadot.types.codec.Tuple
-
- org.polkadot.types.type.Event.EventData
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.lang.Iterable<Codec>,java.util.Collection<Codec>,java.util.List<Codec>,java.util.RandomAccess,Codec
- Enclosing class:
- Event
public static class Event.EventData extends Tuple
Wrapper for the actual data that forms part of an Event- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEvent.EventData.Builder
-
Constructor Summary
Constructors Constructor Description EventData(java.util.List<Types.ConstructorCodec> types, byte[] value, java.util.List<CreateType.TypeDef> typeDef, Events.EventMetadata meta, java.lang.String section, java.lang.String method)
-
Method Summary
Modifier and Type Method Description Events.EventMetadatagetMeta()java.lang.StringgetMethod()java.lang.StringgetSection()java.util.List<CreateType.TypeDef>getTypeDef()-
Methods inherited from class org.polkadot.types.codec.Tuple
getEncodedLength, getTypes, toString, toU8a
-
Methods inherited from class org.polkadot.types.codec.AbstractArray
eq, getFiled, isEmpty, length, toHex, toJson
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Constructor Detail
-
EventData
public EventData(java.util.List<Types.ConstructorCodec> types, byte[] value, java.util.List<CreateType.TypeDef> typeDef, Events.EventMetadata meta, java.lang.String section, java.lang.String method)
-
-
Method Detail
-
getMeta
public Events.EventMetadata getMeta()
-
getMethod
public java.lang.String getMethod()
-
getSection
public java.lang.String getSection()
-
getTypeDef
public java.util.List<CreateType.TypeDef> getTypeDef()
-
-