public class HostedServiceProperties extends Object
| Constructor and Description |
|---|
HostedServiceProperties()
Initializes a new instance of the HostedServiceProperties class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAffinityGroup()
Optional.
|
Calendar |
getDateCreated()
Optional.
|
Calendar |
getDateLastModified()
Optional.
|
String |
getDescription()
Optional.
|
HashMap<String,String> |
getExtendedProperties()
Optional.
|
String |
getLabel()
Optional.
|
String |
getLocation()
Optional.
|
String |
getReverseDnsFqdn()
Optional.
|
HostedServiceStatus |
getStatus()
Optional.
|
void |
setAffinityGroup(String affinityGroupValue)
Optional.
|
void |
setDateCreated(Calendar dateCreatedValue)
Optional.
|
void |
setDateLastModified(Calendar dateLastModifiedValue)
Optional.
|
void |
setDescription(String descriptionValue)
Optional.
|
void |
setExtendedProperties(HashMap<String,String> extendedPropertiesValue)
Optional.
|
void |
setLabel(String labelValue)
Optional.
|
void |
setLocation(String locationValue)
Optional.
|
void |
setReverseDnsFqdn(String reverseDnsFqdnValue)
Optional.
|
void |
setStatus(HostedServiceStatus statusValue)
Optional.
|
public HostedServiceProperties()
public String getAffinityGroup()
public void setAffinityGroup(String affinityGroupValue)
affinityGroupValue - The AffinityGroup value.public Calendar getDateCreated()
public void setDateCreated(Calendar dateCreatedValue)
dateCreatedValue - The DateCreated value.public Calendar getDateLastModified()
public void setDateLastModified(Calendar dateLastModifiedValue)
dateLastModifiedValue - The DateLastModified value.public String getDescription()
public void setDescription(String descriptionValue)
descriptionValue - The Description value.public HashMap<String,String> getExtendedProperties()
public void setExtendedProperties(HashMap<String,String> extendedPropertiesValue)
extendedPropertiesValue - The ExtendedProperties value.public String getLabel()
public void setLabel(String labelValue)
labelValue - The Label value.public String getLocation()
public void setLocation(String locationValue)
locationValue - The Location value.public String getReverseDnsFqdn()
public void setReverseDnsFqdn(String reverseDnsFqdnValue)
reverseDnsFqdnValue - The ReverseDnsFqdn value.public HostedServiceStatus getStatus()
public void setStatus(HostedServiceStatus statusValue)
statusValue - The Status value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/