-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class Session implements IJsonSerializable, Serializable
Data contract class Session.
-
-
Constructor Summary
Constructors Constructor Description Session()Initializes a new instance of the Session class.
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the Id property. voidsetId(String value)Sets the Id property. StringgetIsFirst()Gets the IsFirst property. voidsetIsFirst(String value)Sets the IsFirst property. StringgetIsNew()Gets the IsNew property. voidsetIsNew(String value)Sets the IsNew 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
-
getIsFirst
String getIsFirst()
Gets the IsFirst property.
-
setIsFirst
void setIsFirst(String value)
Sets the IsFirst property.
-
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.
-
-
-
-