-
- All Implemented Interfaces:
-
com.microsoft.telemetry.IJsonSerializable,java.io.Serializable
public class Device implements IJsonSerializable, Serializable
Data contract class Device.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate Stringipprivate Stringlanguageprivate Stringlocaleprivate Stringmodelprivate Stringnetworkprivate StringnetworkNameprivate StringoemNameprivate Stringosprivate StringosVersionprivate StringroleInstanceprivate StringroleNameprivate StringscreenResolutionprivate Stringtypeprivate StringmachineNameprivate StringvmName
-
Constructor Summary
Constructors Constructor Description Device()Initializes a new instance of the Device class.
-
Method Summary
Modifier and Type Method Description StringgetId()Gets the Id property. voidsetId(String value)Sets the Id property. StringgetIp()Gets the Ip property. voidsetIp(String value)Sets the Ip property. StringgetLanguage()Gets the Language property. voidsetLanguage(String value)Sets the Language property. StringgetLocale()Gets the Locale property. voidsetLocale(String value)Sets the Locale property. StringgetModel()Gets the Model property. voidsetModel(String value)Sets the Model property. StringgetNetwork()Gets the Network property. voidsetNetwork(String value)Sets the Network property. StringgetNetworkName()Gets the NetworkName property. voidsetNetworkName(String value)Sets the NetworkName property. StringgetOemName()Gets the OemName property. voidsetOemName(String value)Sets the OemName property. StringgetOs()Gets the Os property. voidsetOs(String value)Sets the Os property. StringgetOsVersion()Gets the OsVersion property. voidsetOsVersion(String value)Sets the OsVersion property. StringgetRoleInstance()Gets the RoleInstance property. voidsetRoleInstance(String value)Sets the RoleInstance property. StringgetRoleName()Gets the RoleName property. voidsetRoleName(String value)Sets the RoleName property. StringgetScreenResolution()Gets the ScreenResolution property. voidsetScreenResolution(String value)Sets the ScreenResolution property. StringgetType()Gets the Type property. voidsetType(String value)Sets the Type property. StringgetMachineName()Gets the MachineName property. voidsetMachineName(String value)Sets the MachineName property. StringgetVmName()Gets the VmName property. voidsetVmName(String value)Sets the VmName 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
-
getLanguage
String getLanguage()
Gets the Language property.
-
setLanguage
void setLanguage(String value)
Sets the Language property.
-
getNetwork
String getNetwork()
Gets the Network property.
-
setNetwork
void setNetwork(String value)
Sets the Network property.
-
getNetworkName
String getNetworkName()
Gets the NetworkName property.
-
setNetworkName
void setNetworkName(String value)
Sets the NetworkName property.
-
getOemName
String getOemName()
Gets the OemName property.
-
setOemName
void setOemName(String value)
Sets the OemName property.
-
getOsVersion
String getOsVersion()
Gets the OsVersion property.
-
setOsVersion
void setOsVersion(String value)
Sets the OsVersion property.
-
getRoleInstance
String getRoleInstance()
Gets the RoleInstance property.
-
setRoleInstance
void setRoleInstance(String value)
Sets the RoleInstance property.
-
getRoleName
String getRoleName()
Gets the RoleName property.
-
setRoleName
void setRoleName(String value)
Sets the RoleName property.
-
getScreenResolution
String getScreenResolution()
Gets the ScreenResolution property.
-
setScreenResolution
void setScreenResolution(String value)
Sets the ScreenResolution property.
-
getMachineName
String getMachineName()
Gets the MachineName property.
-
setMachineName
void setMachineName(String value)
Sets the MachineName 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.
-
-
-
-