Class 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[] blob  
      protected java.lang.String compiler  
      protected java.lang.String lib_version  
      static io.aether.net.fastMeta.FastMetaType<TelemetryCPP> META  
      static io.aether.net.fastMeta.FastMetaType<TelemetryCPP> META_BODY  
      protected java.lang.String os  
      protected int utm_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)  
    • 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
    • Constructor Detail

      • TelemetryCPP

        public TelemetryCPP​(int utm_id,
                            byte[] blob,
                            java.lang.String lib_version,
                            java.lang.String os,
                            java.lang.String compiler)
    • Method Detail

      • blobContains

        public boolean blobContains​(byte el)
      • getOs

        public java.lang.String getOs()
        Specified by:
        getOs in class Telemetry
      • getCompiler

        public java.lang.String getCompiler()
        Specified by:
        getCompiler in class Telemetry
      • equals

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

        public java.lang.String toString()
        Overrides:
        toString in class Telemetry
      • toString

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