Class Server
-
-
Constructor Summary
Constructors Constructor Description Server()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthMethodgetAuthMethod()StringgetName()StringgetUrl()voidsetAuthMethod(AuthMethod authMethod)ServersetName(String name)ServersetUrl(String Url)StringtoString()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name
-
setName
public Server setName(String name)
- Parameters:
name- the name to set- Returns:
- This ServerListEntry
-
getUrl
public String getUrl()
- Returns:
- the url
-
setUrl
public Server setUrl(String Url)
- Parameters:
Url- the url to set- Returns:
- This ServerListEntry
-
getAuthMethod
public AuthMethod getAuthMethod()
-
setAuthMethod
public void setAuthMethod(AuthMethod authMethod)
-
-