public class ApiAppMetadata extends Object
| Constructor and Description |
|---|
ApiAppMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeploymentModel()
Provides the deployment model for the application.
|
String |
getHostname()
Provides the hostname to use when accessing client API for the application.
|
String |
getLocation()
Provides the location for the application.
|
void |
setDeploymentModel(String deploymentModel)
Sets the deployment model for the application.
|
void |
setHostname(String hostname)
Sets the client API hostname.
|
void |
setLocation(String location)
Sets the application's location.
|
String |
toString() |
public String getDeploymentModel()
public void setDeploymentModel(String deploymentModel)
deploymentModel - the deployment model to set.public String getLocation()
public void setLocation(String location)
location - the location to set.public String getHostname()
public void setHostname(String hostname)
hostname - the hostname to set