public class VNFRServiceProfile extends Object
| Constructor and Description |
|---|
VNFRServiceProfile() |
| Modifier and Type | Method and Description |
|---|---|
static VNFRServiceProfile |
getInstance() |
String |
getServerAddress() |
int |
getServerPort() |
String |
getServiceApiUrl() |
String |
getServiceBaseUrl() |
String |
getVnfrId() |
static void |
setInstance(VNFRServiceProfile instance) |
void |
setServerAddress(String serverAddress) |
void |
setServerPort(int serverPort) |
void |
setVnfrId(String vnfrId) |
public static VNFRServiceProfile getInstance()
public String getServiceBaseUrl()
public String getVnfrId()
public void setVnfrId(String vnfrId)
public static void setInstance(VNFRServiceProfile instance)
public String getServerAddress()
public void setServerAddress(String serverAddress)
public int getServerPort()
public void setServerPort(int serverPort)
public String getServiceApiUrl()
Copyright © 2016 Fraunhofer FOKUS. All rights reserved.