Class ServerListEntry
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.sensorthingsmanager.utils.ServerListEntry
-
public class ServerListEntry extends Object
- Author:
- scf
-
-
Constructor Summary
Constructors Constructor Description ServerListEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfig()com.google.gson.JsonElementgetJsonElement()StringgetName()voidsetConfig(String config)ServerListEntrysetJsonElement(com.google.gson.JsonElement json)ServerListEntrysetName(String name)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public ServerListEntry setName(String name)
-
getConfig
public String getConfig()
-
setConfig
public void setConfig(String config)
-
getJsonElement
public com.google.gson.JsonElement getJsonElement()
-
setJsonElement
public ServerListEntry setJsonElement(com.google.gson.JsonElement json)
-
-