Package org.polkadot.types.rpc
Class RuntimeVersion
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,Codec>
-
- org.polkadot.types.codec.Struct
-
- org.polkadot.types.rpc.RuntimeVersion
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec,Types.RuntimeVersionInterface
public class RuntimeVersion extends Struct implements Types.RuntimeVersionInterface
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuntimeVersion.ApiIdAn identifier for the runtime APIstatic classRuntimeVersion.RuntimeVersionApi
-
Constructor Summary
Constructors Constructor Description RuntimeVersion(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Object>getApis()U32getAuthoringVersion()java.lang.StringgetImplName()U32getImplVersion()java.lang.StringgetSpecName()U32getSpecVersion()-
Methods inherited from class org.polkadot.types.codec.Struct
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, with
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
getApis
public java.util.List<java.lang.Object> getApis()
- Specified by:
getApisin interfaceTypes.RuntimeVersionInterface
-
getAuthoringVersion
public U32 getAuthoringVersion()
- Specified by:
getAuthoringVersionin interfaceTypes.RuntimeVersionInterface
-
getImplName
public java.lang.String getImplName()
- Specified by:
getImplNamein interfaceTypes.RuntimeVersionInterface
-
getImplVersion
public U32 getImplVersion()
- Specified by:
getImplVersionin interfaceTypes.RuntimeVersionInterface
-
getSpecName
public java.lang.String getSpecName()
- Specified by:
getSpecNamein interfaceTypes.RuntimeVersionInterface
-
getSpecVersion
public U32 getSpecVersion()
- Specified by:
getSpecVersionin interfaceTypes.RuntimeVersionInterface
-
-