|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.soyatec.windowsazure.management.HostedServiceProperties
public class HostedServiceProperties
This class defines all properties of a HostedService
| Constructor Summary | |
|---|---|
HostedServiceProperties()
|
|
| Method Summary | |
|---|---|
void |
addDeployment(Deployment deploy)
Add a deployment to the deployments of HostedServiceProperties |
java.lang.String |
getAffinityGroup()
|
java.util.List<Deployment> |
getDeployments()
|
java.lang.String |
getDescription()
|
java.lang.String |
getLabel()
|
java.lang.String |
getLocation()
|
java.lang.String |
getName()
|
java.lang.String |
getUrl()
|
void |
setAffinityGroup(java.lang.String affinityGroup)
Set the affinityGroup of HostedServiceProperties |
void |
setDeployments(java.util.List<Deployment> deployments)
Set the deployment list of HostedServiceProperties |
void |
setDescription(java.lang.String description)
Set the description of HostedServiceProperties |
void |
setLabel(java.lang.String label)
Set the label of HostedServiceProperties |
void |
setLocation(java.lang.String location)
Set location of HostedServiceProperties |
void |
setName(java.lang.String name)
Set the name of HostedServiceProperties |
void |
setUrl(java.lang.String url)
Set the url of HostedServiceProperties |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HostedServiceProperties()
| Method Detail |
|---|
public void addDeployment(Deployment deploy)
deploy - a deploymentpublic java.util.List<Deployment> getDeployments()
public void setDeployments(java.util.List<Deployment> deployments)
deployments - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getAffinityGroup()
public void setAffinityGroup(java.lang.String affinityGroup)
affinityGroup - public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||