Package 

Class Application

  • All Implemented Interfaces:
    com.microsoft.telemetry.IJsonSerializable , java.io.Serializable

    
    public class Application
     implements IJsonSerializable, Serializable
                        

    Data contract class Application.

    • Constructor Summary

      Constructors 
      Constructor Description
      Application() Initializes a new instance of the Application class.
    • Method Summary

      Modifier and Type Method Description
      String getVer() Gets the Ver property.
      void setVer(String value) Sets the Ver property.
      String getBuild() Gets the Build property.
      void setBuild(String value) Sets the Build property.
      String getTypeId() Gets the TypeId property.
      void setTypeId(String value) Sets the TypeId property.
      void addToHashMap(Map<String, String> map) Adds all members of this class to a hashmap
      void serialize(Writer writer) Serializes the beginning of this object to the passed in writer.
      • Methods inherited from class com.microsoft.telemetry.IJsonSerializable

        serialize
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Application

        Application()
        Initializes a new instance of the Application class.
    • Method Detail

      • addToHashMap

         void addToHashMap(Map<String, String> map)

        Adds all members of this class to a hashmap

        Parameters:
        map - to which the members of this class will be added.
      • serialize

         void serialize(Writer writer)

        Serializes the beginning of this object to the passed in writer.

        Parameters:
        writer - The writer to serialize this object to.