public class ServerConfig extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
contextRoot
The context root under which the application where the rest endpoint is running on.
|
protected String |
description
The description for the endpoint.
|
protected Integer |
endpointType
The code of the endpoint.
|
protected String |
id
The id of the server config.
|
protected String |
name
The name of the endpoint.
|
protected String |
password
The password that needs to be used when accessing the endpoint.
|
protected Integer |
port
The port for the endpoint.
|
protected String |
restRoot
The path for accessing the endpoint.
|
protected String |
serverAddress
The server host for the endpoint.
|
protected String |
tenantId
The tenant id of the endpoint.
|
protected String |
userName
The username that needs to be used when accessing the endpoint.
|
| Constructor and Description |
|---|
ServerConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContextRoot() |
String |
getDescription() |
Integer |
getEndpointType() |
String |
getId() |
String |
getName() |
String |
getPassword() |
Integer |
getPort() |
String |
getRestRoot() |
String |
getServerAddress() |
String |
getUserName() |
int |
hashCode() |
void |
setContextRoot(String contextRoot) |
void |
setDescription(String description) |
void |
setEndpointType(Integer endpointType) |
void |
setId(String id) |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setPort(Integer port) |
void |
setRestRoot(String restRoot) |
void |
setServerAddress(String serverAddress) |
void |
setUserName(String userName) |
String |
toString() |
protected String id
protected String name
protected String description
protected String serverAddress
protected Integer port
protected String contextRoot
protected String restRoot
protected String userName
protected String password
protected Integer endpointType
protected String tenantId
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getServerAddress()
public void setServerAddress(String serverAddress)
public Integer getPort()
public void setPort(Integer port)
public String getContextRoot()
public void setContextRoot(String contextRoot)
public String getRestRoot()
public void setRestRoot(String restRoot)
public String getUserName()
public void setUserName(String userName)
public String getPassword()
public void setPassword(String password)
public Integer getEndpointType()
public void setEndpointType(Integer endpointType)
Copyright © 2020 Flowable. All rights reserved.