-
- 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 StringgetVer()Gets the Ver property. voidsetVer(String value)Sets the Ver property. StringgetBuild()Gets the Build property. voidsetBuild(String value)Sets the Build property. StringgetTypeId()Gets the TypeId property. voidsetTypeId(String value)Sets the TypeId property. voidaddToHashMap(Map<String, String> map)Adds all members of this class to a hashmap voidserialize(Writer writer)Serializes the beginning of this object to the passed in writer. -
-
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.
-
-
-
-