-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class Location implements IJsonSerializable, Serializable
Data contract class Location.
-
-
Constructor Summary
Constructors Constructor Description Location()Initializes a new instance of the Location class.
-
Method Summary
Modifier and Type Method Description StringgetIp()Gets the Ip property. voidsetIp(String value)Sets the Ip 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.
-
-
-
-