Package io.aether.api.clientserverapi
Class TelemetryCPP
- java.lang.Object
-
- io.aether.api.clientserverapi.Telemetry
-
- io.aether.api.clientserverapi.TelemetryCPP
-
- All Implemented Interfaces:
io.aether.utils.ToString
public class TelemetryCPP extends Telemetry implements io.aether.utils.ToString
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]blobprotected java.lang.Stringcompilerprotected java.lang.Stringlib_versionstatic io.aether.net.fastMeta.FastMetaType<TelemetryCPP>METAstatic io.aether.net.fastMeta.FastMetaType<TelemetryCPP>META_BODYprotected java.lang.Stringosprotected intutm_id
-
Constructor Summary
Constructors Constructor Description TelemetryCPP(int utm_id, byte[] blob, java.lang.String lib_version, java.lang.String os, java.lang.String compiler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanblobContains(byte el)booleanequals(java.lang.Object o)intgetAetherTypeId()byte[]getBlob()java.lang.StringgetCompiler()java.lang.StringgetLib_version()java.lang.StringgetOs()intgetUtm_id()inthashCode()voidtoString(io.aether.utils.AString sb)
-
-
-
Field Detail
-
META_BODY
public static final io.aether.net.fastMeta.FastMetaType<TelemetryCPP> META_BODY
-
META
public static final io.aether.net.fastMeta.FastMetaType<TelemetryCPP> META
-
utm_id
protected final int utm_id
-
blob
protected final byte[] blob
-
lib_version
protected final java.lang.String lib_version
-
os
protected final java.lang.String os
-
compiler
protected final java.lang.String compiler
-
-
Method Detail
-
getAetherTypeId
public int getAetherTypeId()
- Specified by:
getAetherTypeIdin classTelemetry
-
blobContains
public boolean blobContains(byte el)
-
getLib_version
public java.lang.String getLib_version()
- Specified by:
getLib_versionin classTelemetry
-
getCompiler
public java.lang.String getCompiler()
- Specified by:
getCompilerin classTelemetry
-
-