Class Telemetry

  • All Implemented Interfaces:
    io.aether.utils.ToString
    Direct Known Subclasses:
    TelemetryCPP

    public abstract class Telemetry
    extends java.lang.Object
    implements io.aether.utils.ToString
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.aether.net.fastMeta.FastMetaType<Telemetry> META  
    • Constructor Summary

      Constructors 
      Constructor Description
      Telemetry()  
    • Field Detail

      • META

        public static final io.aether.net.fastMeta.FastMetaType<Telemetry> META
    • Constructor Detail

      • Telemetry

        public Telemetry()
    • Method Detail

      • getUtm_id

        public abstract int getUtm_id()
      • getBlob

        public abstract byte[] getBlob()
      • getLib_version

        public abstract java.lang.String getLib_version()
      • getOs

        public abstract java.lang.String getOs()
      • getCompiler

        public abstract java.lang.String getCompiler()
      • getAetherTypeId

        public abstract int getAetherTypeId()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public void toString​(io.aether.utils.AString sb)
        Specified by:
        toString in interface io.aether.utils.ToString